| Commit message (Expand) | Author | Age |
* | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. | Dimitris Michailidis | 2009-01-27 |
* | udp: optimize bind(0) if many ports are in use | Eric Dumazet | 2009-01-27 |
* | gso: Ensure that the packet is long enough | Herbert Xu | 2009-01-14 |
* | tcp: splice as many packets as possible at once | Willy Tarreau | 2009-01-13 |
* | netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian | Patrick McHardy | 2009-01-13 |
* | netfilter 01/09: remove "happy cracking" message | Patrick McHardy | 2009-01-13 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 |
|\ |
|
| * | net_dma: convert to dma_find_channel | Dan Williams | 2009-01-06 |
| * | dmaengine: up-level reference counting to the module level | Dan Williams | 2009-01-06 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 |
|\ \ |
|
| * \ | Merge branch 'next' into for-linus | James Morris | 2009-01-06 |
| |\ \ |
|
| | * | | netlabel: Update kernel configuration API | Paul Moore | 2008-12-31 |
| | |/ |
|
* | / | tcp6: Add GRO support | Herbert Xu | 2009-01-08 |
|/ / |
|
* | | tcp: Kill extraneous SPLICE_F_NONBLOCK checks. | David S. Miller | 2009-01-05 |
* | | tcp: don't mask EOF and socket errors on nonblocking splice receive | Lennert Buytenhek | 2009-01-05 |
* | | gro: Use gso_size to store MSS | Herbert Xu | 2009-01-04 |
|/ |
|
* | net: Fix percpu counters deadlock | Herbert Xu | 2008-12-30 |
* | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net | Rusty Russell | 2008-12-30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 |
|\ |
|
| * | ipsec: Remove useless ret variable | Herbert Xu | 2008-12-26 |
| * | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2008-12-25 |
| * | netns: igmp: make /proc/net/{igmp,mcfilter} per netns | Alexey Dobriyan | 2008-12-25 |
| * | netns: igmp: allow IPPROTO_IGMP sockets in netns | Alexey Dobriyan | 2008-12-25 |
| * | tcp: Stop scaring users with "treason uncloaked!" | Matt Mackall | 2008-12-19 |
| * | ipmr: merge common code | Ilpo Järvinen | 2008-12-16 |
| * | tcp: Add GRO support | Herbert Xu | 2008-12-16 |
| * | ipv4: Add GRO infrastructure | Herbert Xu | 2008-12-16 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-15 |
| |\ |
|
| * | | icsk: join error paths using goto | Ilpo Järvinen | 2008-12-15 |
| * | | tcp: fix tso_should_defer in 64bit | Ilpo Järvinen | 2008-12-06 |
| * | | tcp: use tcp_write_xmit also in tcp_push_one | Ilpo Järvinen | 2008-12-06 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-06 |
| |\ \ |
|
| * | | | tcp: move some parts from tcp_write_xmit | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: share code through function, not through copy-paste. :-) | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: drop tcp_bound_rto, merge content of it tcp_set_rto | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: no need to pass prev skb around, reduces arg pressure | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: introduce struct tcp_sacktag_state to reduce arg pressure | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: make mtu probe failure to not break gso'ed skbs unnecessarily | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: Fix thinko making the not-shiftable to cover S|R as well | Ilpo Järvinen | 2008-12-06 |
| * | | | tcp: force mss equality with the next skb too. | Ilpo Järvinen | 2008-12-06 |
| * | | | net: /proc/net/ip_mr_cache, display Iif as a signed short | Benjamin Thery | 2008-12-04 |
| * | | | net: fix /proc/net/ip_mr_cache display - V2 | Benjamin Thery | 2008-12-04 |
| * | | | net: percpu_counter_inc() should not be called in BH-disabled section | Eric Dumazet | 2008-12-02 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-11-28 |
| |\ \ \ |
|
| | * | | | netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE | Eric Leblond | 2008-11-25 |
| | * | | | netfilter: nf_nat: remove warn_if_extra_mangle | Simon Arlott | 2008-11-04 |
| | * | | | netfilter: arptable_filter: merge forward hook | Alexey Dobriyan | 2008-11-04 |
| | * | | | netfilter: netns-aware ipt_addrtype | Alexey Dobriyan | 2008-11-04 |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-27 |
| |\ \ \ \ |
|
| * | | | | | net: Use a percpu_counter for orphan_count | Eric Dumazet | 2008-11-26 |