| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | tcp: Fix thinko making the not-shiftable to cover S|R as well | Ilpo Järvinen | 2008-12-05 | 1 | -1/+1 |
| * | | | tcp: force mss equality with the next skb too. | Ilpo Järvinen | 2008-12-05 | 1 | -5/+4 |
| * | | | net: /proc/net/ip_mr_cache, display Iif as a signed short | Benjamin Thery | 2008-12-03 | 1 | -1/+1 |
| * | | | net: fix /proc/net/ip_mr_cache display - V2 | Benjamin Thery | 2008-12-03 | 1 | -5/+11 |
| * | | | net: percpu_counter_inc() should not be called in BH-disabled section | Eric Dumazet | 2008-12-01 | 1 | -2/+2 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-11-28 | 4 | -41/+13 |
| |\ \ \ |
|
| | * | | | netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE | Eric Leblond | 2008-11-25 | 1 | -0/+3 |
| | * | | | netfilter: nf_nat: remove warn_if_extra_mangle | Simon Arlott | 2008-11-04 | 1 | -23/+0 |
| | * | | | netfilter: arptable_filter: merge forward hook | Alexey Dobriyan | 2008-11-04 | 1 | -11/+1 |
| | * | | | netfilter: netns-aware ipt_addrtype | Alexey Dobriyan | 2008-11-04 | 1 | -7/+9 |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-26 | 1 | -2/+5 |
| |\ \ \ \ |
|
| * | | | | | net: Use a percpu_counter for orphan_count | Eric Dumazet | 2008-11-25 | 4 | -9/+11 |
| * | | | | | net: Use a percpu_counter for sockets_allocated | Eric Dumazet | 2008-11-25 | 3 | -5/+10 |
| * | | | | | netns xfrm: AH/ESP in netns! | Alexey Dobriyan | 2008-11-25 | 2 | -2/+6 |
| * | | | | | netns xfrm: ->get_saddr in netns | Alexey Dobriyan | 2008-11-25 | 1 | -2/+3 |
| * | | | | | netns xfrm: ->dst_lookup in netns | Alexey Dobriyan | 2008-11-25 | 1 | -3/+4 |
| * | | | | | netns xfrm: dst garbage-collecting in netns | Alexey Dobriyan | 2008-11-25 | 1 | -1/+1 |
| * | | | | | netns xfrm: lookup in netns | Alexey Dobriyan | 2008-11-25 | 3 | -5/+5 |
| * | | | | | netns xfrm: state lookup in netns | Alexey Dobriyan | 2008-11-25 | 3 | -4/+4 |
| * | | | | | netns xfrm: add struct xfrm_state::xs_net | Alexey Dobriyan | 2008-11-25 | 1 | -1/+1 |
| * | | | | | net: udp_unhash() can test if sk is hashed | Eric Dumazet | 2008-11-25 | 1 | -8/+10 |
| * | | | | | tcp: tcp_limit_reno_sacked can become static | Ilpo Järvinen | 2008-11-25 | 1 | -1/+1 |
| * | | | | | xfrm: remove useless forward declarations | Alexey Dobriyan | 2008-11-25 | 1 | -2/+0 |
| * | | | | | ah4/ah6: remove useless NULL assignments | Alexey Dobriyan | 2008-11-25 | 1 | -2/+0 |
| * | | | | | tcp: add some mibs to track collapsing | Ilpo Järvinen | 2008-11-24 | 2 | -0/+7 |
| * | | | | | tcp: Make shifting not clear the hints | Ilpo Järvinen | 2008-11-24 | 1 | -2/+14 |
| * | | | | | tcp: Try to restore large SKBs while SACK processing | Ilpo Järvinen | 2008-11-24 | 1 | -7/+249 |
| * | | | | | tcp: make tcp_sacktag_one able to handle partial skb too | Ilpo Järvinen | 2008-11-24 | 1 | -15/+17 |
| * | | | | | tcp: Make SACK code to split only at mss boundaries | Ilpo Järvinen | 2008-11-24 | 1 | -4/+23 |
| * | | | | | tcp: more aggressive skipping | Ilpo Järvinen | 2008-11-24 | 1 | -1/+1 |
| * | | | | | tcp: move tcp_simple_retransmit to tcp_input | Ilpo Järvinen | 2008-11-24 | 2 | -51/+52 |
| * | | | | | tcp: collapse more than two on retransmission | Ilpo Järvinen | 2008-11-24 | 1 | -37/+59 |
| * | | | | | net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames() | Eric Dumazet | 2008-11-24 | 1 | -1/+6 |
| * | | | | | net: avoid a pair of dst_hold()/dst_release() in ip_append_data() | Eric Dumazet | 2008-11-24 | 4 | -9/+14 |
| * | | | | | net: Make sure BHs are disabled in sock_prot_inuse_add() | Eric Dumazet | 2008-11-24 | 1 | -1/+1 |
| * | | | | | net: fix tunnels in netns after ndo_ changes | Alexey Dobriyan | 2008-11-23 | 2 | -2/+2 |
| * | | | | | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet | 2008-11-23 | 3 | -80/+80 |
| * | | | | | net: some optimizations in af_inet | Eric Dumazet | 2008-11-23 | 1 | -5/+4 |
| * | | | | | inet_diag: Missed conversion after changing inet ehash lockl to spinlocks. | David S. Miller | 2008-11-21 | 1 | -5/+5 |
| * | | | | | net: convert TCP/DCCP ehash rwlocks to spinlocks | Eric Dumazet | 2008-11-20 | 3 | -28/+27 |
| * | | | | | ipgre: convert to netdevice_ops | Stephen Hemminger | 2008-11-20 | 1 | -16/+26 |
| * | | | | | ipip: convert to net_device_ops | Stephen Hemminger | 2008-11-20 | 1 | -16/+17 |
| * | | | | | ipmr: convert ipmr virtual interface to net_device_ops | Stephen Hemminger | 2008-11-20 | 1 | -1/+5 |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-20 | 3 | -4/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | net: ip_sockglue.c add static, annotate ports' endianness | Harvey Harrison | 2008-11-20 | 1 | -2/+2 |
| * | | | | | | net: listening_hash get a spinlock per bucket | Eric Dumazet | 2008-11-20 | 3 | -72/+50 |
| * | | | | | | ip: convert to net_device_ops for ioctl | Stephen Hemminger | 2008-11-19 | 1 | -8/+17 |
| * | | | | | | include/net net/ - csum_partial - remove unnecessary casts | Joe Perches | 2008-11-19 | 2 | -4/+4 |
| * | | | | | | net: inet_diag_handler structs can be const | Eric Dumazet | 2008-11-19 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-18 | 2 | -5/+19 |
| |\ \ \ \ \ \ |
|