index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-24
af_netlink: cleanups
Eric Dumazet
1
-30
/
+31
2012-04-24
net: skb_can_coalesce returns a boolean
Eric Dumazet
1
-1
/
+2
2012-04-23
tcp: tcp_try_coalesce returns a boolean
Eric Dumazet
1
-9
/
+9
2012-04-23
net: make spd_fill_page() linear argument a bool
Eric Dumazet
1
-4
/
+4
2012-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-30
/
+40
2012-04-23
net: Use bool and remove inline in skb_splice_bits() code.
David S. Miller
1
-29
/
+29
2012-04-23
net: speedup skb_splice_bits()
Eric Dumazet
1
-11
/
+19
2012-04-23
tcp: introduce tcp_try_coalesce
Eric Dumazet
1
-17
/
+62
2012-04-23
tcp: sk_add_backlog() is too agressive for TCP
Eric Dumazet
2
-2
/
+4
2012-04-23
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
9
-15
/
+15
2012-04-23
cfg80211: Validate legacy rateset.
Bala Shanmugam
1
-0
/
+3
2012-04-23
mac80211: declare ieee80211_ave_rssi as EXPORT
Wey-Yi Guy
1
-0
/
+1
2012-04-23
mac80211: fixup for mesh TSF adjustment latency in Toffset setpoint
Javier Cardona
1
-1
/
+1
2012-04-23
mac80211: fix STA channel width field
Thomas Pedersen
1
-1
/
+3
2012-04-23
mac80211: don't set mesh peer ht caps if ht disabled
Thomas Pedersen
1
-1
/
+2
2012-04-23
mac80211: refactor mesh peer rate handling
Thomas Pedersen
3
-29
/
+25
2012-04-23
mac80211: refactor mesh peer initialization
Thomas Pedersen
1
-54
/
+72
2012-04-23
mac80211: Support on-channel scan option.
Ben Greear
4
-27
/
+77
2012-04-23
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
David S. Miller
2
-4
/
+2
2012-04-22
tcp: fix TCP_MAXSEG for established IPv6 passive sockets
Neal Cardwell
1
-0
/
+4
2012-04-21
af_packet: packet_getsockopt() cleanup
Eric Dumazet
1
-38
/
+8
2012-04-21
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
Neal Cardwell
3
-99
/
+67
2012-04-21
net: allow better page reuse in splice(sock -> pipe)
Eric Dumazet
1
-0
/
+3
2012-04-21
drop_monitor: allow more events per second
Eric Dumazet
1
-0
/
+1
2012-04-21
net: change big iov allocations
Eric Dumazet
1
-21
/
+16
2012-04-21
tcp: Repair connection-time negotiated parameters
Pavel Emelyanov
1
-0
/
+71
2012-04-21
tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
Pavel Emelyanov
1
-0
/
+2
2012-04-21
tcp: Repair socket queues
Pavel Emelyanov
2
-3
/
+87
2012-04-21
tcp: Initial repair mode
Pavel Emelyanov
3
-7
/
+96
2012-04-21
tcp: Move code around
Pavel Emelyanov
3
-36
/
+51
2012-04-21
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
8
-8
/
+11
2012-04-20
net: Remove register_net_sysctl_table
Eric W. Biederman
1
-7
/
+0
2012-04-20
net: Delete all remaining instances of ctl_path
Eric W. Biederman
6
-46
/
+0
2012-04-20
net: Convert all sysctl registrations to register_net_sysctl
Eric W. Biederman
35
-164
/
+43
2012-04-20
net: Convert nf_conntrack_proto to use register_net_sysctl
Eric W. Biederman
2
-5
/
+5
2012-04-20
net ipv4: Convert devinet to use register_net_sysctl
Eric W. Biederman
1
-34
/
+5
2012-04-20
net ipv6: Convert addrconf to use register_net_sysctl
Eric W. Biederman
1
-28
/
+4
2012-04-20
net decnet: Convert to use register_net_sysctl
Eric W. Biederman
2
-22
/
+5
2012-04-20
net neighbour: Convert to use register_net_sysctl
Eric W. Biederman
1
-27
/
+6
2012-04-20
net ipv6: Don't use sysctl tables with .child entries.
Eric W. Biederman
1
-24
/
+23
2012-04-20
net llc: Don't use sysctl tables with .child entries.
Eric W. Biederman
1
-35
/
+16
2012-04-20
net ax25: Simplify and cleanup the ax25 sysctl handling.
Eric W. Biederman
3
-64
/
+30
2012-04-20
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
Eric W. Biederman
1
-18
/
+1
2012-04-20
net ipv6: Remove unneded registration of an empty net/ipv6/neigh
Eric W. Biederman
2
-42
/
+0
2012-04-20
net core: Remove unneded creation of an empty net/core sysctl directory
Eric W. Biederman
1
-3
/
+0
2012-04-20
net: Move all of the network sysctls without a namespace into init_net.
Eric W. Biederman
30
-56
/
+58
2012-04-20
net: Kill register_sysctl_rotable
Eric W. Biederman
5
-27
/
+4
2012-04-20
net sysctl: Initialize the network sysctls sooner to avoid problems.
Eric W. Biederman
2
-2
/
+7
2012-04-20
net sysctl: Register an empty /proc/sys/net
Eric W. Biederman
1
-1
/
+10
2012-04-20
net: Implement register_net_sysctl.
Eric W. Biederman
1
-0
/
+7
[prev]
[next]