summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2009-01-27gre: optimize hash lookupTimo Teras1-29/+40
2009-01-23netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2-113/+141
2009-01-23netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-23netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-23netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-23netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-23netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-23netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-23netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-23netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2009-01-22gre: strict physical device bindingTimo Teras1-40/+88
2009-01-22inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2-8/+44
2009-01-15gso: Ensure that the packet is long enoughHerbert Xu1-6/+7
2009-01-14tcp: splice as many packets as possible at onceWilly Tarreau1-2/+9
2009-01-13netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2009-01-13netfilter 01/09: remove "happy cracking" messagePatrick McHardy5-25/+5
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds3-5/+4
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-21/+65
2009-01-08tcp6: Add GRO supportHerbert Xu1-0/+2
2009-01-07Merge branch 'next' into for-linusJames Morris1-21/+65
2009-01-06net_dma: convert to dma_find_channelDan Williams3-4/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-1/+0
2009-01-05tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller1-4/+0
2009-01-05tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek1-4/+4
2009-01-05gro: Use gso_size to store MSSHerbert Xu1-4/+1
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-21/+65
2008-12-30net: Fix percpu counters deadlockHerbert Xu4-7/+16
2008-12-30cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2-4/+4
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds62-1286/+2136
2008-12-26ipsec: Remove useless ret variableHerbert Xu1-3/+1
2008-12-26tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2008-12-26netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan1-9/+40
2008-12-26netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan1-0/+1
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-19tcp: Stop scaring users with "treason uncloaked!"Matt Mackall1-2/+2
2008-12-16ipmr: merge common codeIlpo Järvinen1-64/+39
2008-12-16tcp: Add GRO supportHerbert Xu3-0/+137
2008-12-16ipv4: Add GRO infrastructureHerbert Xu1-0/+97
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-71/+11
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-12-15icsk: join error paths using gotoIlpo Järvinen1-9/+10
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith1-70/+10
2008-12-06tcp: fix tso_should_defer in 64bitIlpo Järvinen1-1/+1
2008-12-06tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen1-37/+17
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-12/+12
2008-12-06tcp: move some parts from tcp_write_xmitIlpo Järvinen1-11/+12
2008-12-06tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen1-7/+10
2008-12-06tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-06tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-06tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74