aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* gre: optimize hash lookupTimo Teras2009-01-26
* netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2009-01-22
* netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery2009-01-22
* netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery2009-01-22
* netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2009-01-22
* netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2009-01-22
* netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery2009-01-22
* netns: ipmr: store netns in struct mfc_cacheBenjamin Thery2009-01-22
* netns: ipmr: dynamically allocate vif_tableBenjamin Thery2009-01-22
* netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery2009-01-22
* gre: strict physical device bindingTimo Teras2009-01-21
* inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2009-01-21
* gso: Ensure that the packet is long enoughHerbert Xu2009-01-14
* tcp: splice as many packets as possible at onceWilly Tarreau2009-01-13
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-13
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-09
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-06
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-06
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-08
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2009-01-06
| |\ \
| | * | netlabel: Update kernel configuration APIPaul Moore2008-12-31
| | |/
* | / tcp6: Add GRO supportHerbert Xu2009-01-08
|/ /
* | tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller2009-01-05
* | tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-05
* | gro: Use gso_size to store MSSHerbert Xu2009-01-04
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-30
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28
|\
| * ipsec: Remove useless ret variableHerbert Xu2008-12-26
| * tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu2008-12-25
| * netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan2008-12-25
| * netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan2008-12-25
| * tcp: Stop scaring users with "treason uncloaked!"Matt Mackall2008-12-19
| * ipmr: merge common codeIlpo Järvinen2008-12-16
| * tcp: Add GRO supportHerbert Xu2008-12-16
| * ipv4: Add GRO infrastructureHerbert Xu2008-12-16
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-15
| |\
| * | icsk: join error paths using gotoIlpo Järvinen2008-12-15
| * | tcp: fix tso_should_defer in 64bitIlpo Järvinen2008-12-06
| * | tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen2008-12-06
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-06
| |\ \
| * | | tcp: move some parts from tcp_write_xmitIlpo Järvinen2008-12-06
| * | | tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen2008-12-06
| * | | tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen2008-12-06
| * | | tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen2008-12-06
| * | | tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen2008-12-06
| * | | tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen2008-12-06
| * | | tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen2008-12-06
| * | | tcp: force mss equality with the next skb too.Ilpo Järvinen2008-12-06