| Commit message (Expand) | Author | Age | Files | Lines |
* | gro: Avoid copying headers of unmerged packets | Herbert Xu | 2009-01-29 | 3 | -14/+14 |
* | gre: optimize hash lookup | Timo Teras | 2009-01-26 | 1 | -29/+40 |
* | netns: ipmr: enable namespace support in ipv4 multicast routing code | Benjamin Thery | 2009-01-22 | 2 | -113/+141 |
* | netns: ipmr: declare ipmr /proc/net entries per-namespace | Benjamin Thery | 2009-01-22 | 1 | -39/+62 |
* | netns: ipmr: declare reg_vif_num per-namespace | Benjamin Thery | 2009-01-22 | 1 | -10/+12 |
* | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace | Benjamin Thery | 2009-01-22 | 1 | -13/+11 |
* | netns: ipmr: declare counter cache_resolve_queue_len per-namespace | Benjamin Thery | 2009-01-22 | 1 | -18/+21 |
* | netns: ipmr: dynamically allocate mfc_cache_array | Benjamin Thery | 2009-01-22 | 1 | -13/+28 |
* | netns: ipmr: store netns in struct mfc_cache | Benjamin Thery | 2009-01-22 | 1 | -9/+17 |
* | netns: ipmr: dynamically allocate vif_table | Benjamin Thery | 2009-01-22 | 1 | -41/+68 |
* | netns: ipmr: allocate mroute_socket per-namespace. | Benjamin Thery | 2009-01-22 | 1 | -15/+13 |
* | gre: strict physical device binding | Timo Teras | 2009-01-21 | 1 | -40/+88 |
* | inet: Allowing more than 64k connections and heavily optimize bind(0) time. | Evgeniy Polyakov | 2009-01-21 | 2 | -8/+44 |
* | gso: Ensure that the packet is long enough | Herbert Xu | 2009-01-14 | 1 | -6/+7 |
* | tcp: splice as many packets as possible at once | Willy Tarreau | 2009-01-13 | 1 | -2/+9 |
* | netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian | Patrick McHardy | 2009-01-12 | 1 | -1/+1 |
* | netfilter 01/09: remove "happy cracking" message | Patrick McHardy | 2009-01-12 | 5 | -25/+5 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 | 3 | -5/+4 |
|\ |
|
| * | net_dma: convert to dma_find_channel | Dan Williams | 2009-01-06 | 3 | -4/+4 |
| * | dmaengine: up-level reference counting to the module level | Dan Williams | 2009-01-06 | 1 | -1/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 | 1 | -21/+65 |
|\ \ |
|
| * \ | Merge branch 'next' into for-linus | James Morris | 2009-01-07 | 1 | -21/+65 |
| |\ \ |
|
| | * | | netlabel: Update kernel configuration API | Paul Moore | 2008-12-31 | 1 | -21/+65 |
| | |/ |
|
* | | | tcp6: Add GRO support | Herbert Xu | 2009-01-08 | 1 | -0/+2 |
|/ / |
|
* | | tcp: Kill extraneous SPLICE_F_NONBLOCK checks. | David S. Miller | 2009-01-05 | 1 | -4/+0 |
* | | tcp: don't mask EOF and socket errors on nonblocking splice receive | Lennert Buytenhek | 2009-01-05 | 1 | -4/+4 |
* | | gro: Use gso_size to store MSS | Herbert Xu | 2009-01-04 | 1 | -4/+1 |
|/ |
|
* | net: Fix percpu counters deadlock | Herbert Xu | 2008-12-29 | 4 | -7/+16 |
* | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net | Rusty Russell | 2008-12-29 | 2 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 62 | -1286/+2136 |
|\ |
|
| * | ipsec: Remove useless ret variable | Herbert Xu | 2008-12-26 | 1 | -3/+1 |
| * | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2008-12-25 | 1 | -4/+8 |
| * | netns: igmp: make /proc/net/{igmp,mcfilter} per netns | Alexey Dobriyan | 2008-12-25 | 1 | -9/+40 |
| * | netns: igmp: allow IPPROTO_IGMP sockets in netns | Alexey Dobriyan | 2008-12-25 | 1 | -0/+1 |
| * | tcp: Stop scaring users with "treason uncloaked!" | Matt Mackall | 2008-12-18 | 1 | -2/+2 |
| * | ipmr: merge common code | Ilpo Järvinen | 2008-12-16 | 1 | -64/+39 |
| * | tcp: Add GRO support | Herbert Xu | 2008-12-15 | 3 | -0/+137 |
| * | ipv4: Add GRO infrastructure | Herbert Xu | 2008-12-15 | 1 | -0/+97 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-15 | 2 | -71/+11 |
| |\ |
|
| * | | icsk: join error paths using goto | Ilpo Järvinen | 2008-12-14 | 1 | -9/+10 |
| * | | tcp: fix tso_should_defer in 64bit | Ilpo Järvinen | 2008-12-05 | 1 | -1/+1 |
| * | | tcp: use tcp_write_xmit also in tcp_push_one | Ilpo Järvinen | 2008-12-05 | 1 | -37/+17 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-05 | 2 | -12/+12 |
| |\ \ |
|
| * | | | tcp: move some parts from tcp_write_xmit | Ilpo Järvinen | 2008-12-05 | 1 | -11/+12 |
| * | | | tcp: share code through function, not through copy-paste. :-) | Ilpo Järvinen | 2008-12-05 | 1 | -7/+10 |
| * | | | tcp: drop tcp_bound_rto, merge content of it tcp_set_rto | Ilpo Järvinen | 2008-12-05 | 1 | -9/+3 |
| * | | | tcp: no need to pass prev skb around, reduces arg pressure | Ilpo Järvinen | 2008-12-05 | 1 | -5/+4 |
| * | | | tcp: introduce struct tcp_sacktag_state to reduce arg pressure | Ilpo Järvinen | 2008-12-05 | 1 | -71/+74 |
| * | | | tcp: make mtu probe failure to not break gso'ed skbs unnecessarily | Ilpo Järvinen | 2008-12-05 | 1 | -12/+7 |
| * | | | tcp: Fix thinko making the not-shiftable to cover S|R as well | Ilpo Järvinen | 2008-12-05 | 1 | -1/+1 |