summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-303-20/+44
|\
| * ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-01-301-3/+3
| * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-271-1/+2
| * udp: optimize bind(0) if many ports are in useEric Dumazet2009-01-271-16/+39
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-303-14/+14
* | gre: optimize hash lookupTimo Teras2009-01-271-29/+40
* | netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2009-01-222-113/+141
* | netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery2009-01-221-39/+62
* | netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery2009-01-221-10/+12
* | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2009-01-221-13/+11
* | netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2009-01-221-18/+21
* | netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery2009-01-221-13/+28
* | netns: ipmr: store netns in struct mfc_cacheBenjamin Thery2009-01-221-9/+17
* | netns: ipmr: dynamically allocate vif_tableBenjamin Thery2009-01-221-41/+68
* | netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery2009-01-221-15/+13
* | gre: strict physical device bindingTimo Teras2009-01-211-40/+88
* | inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2009-01-212-8/+44
|/
* gso: Ensure that the packet is long enoughHerbert Xu2009-01-151-6/+7
* tcp: splice as many packets as possible at onceWilly Tarreau2009-01-141-2/+9
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-131-1/+1
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-135-25/+5
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-093-5/+4
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-063-4/+4
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-081-21/+65
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2009-01-061-21/+65
| |\ \
| | * | netlabel: Update kernel configuration APIPaul Moore2008-12-311-21/+65
| | |/
* | / tcp6: Add GRO supportHerbert Xu2009-01-081-0/+2
|/ /
* | tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller2009-01-051-4/+0
* | tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-051-4/+4
* | gro: Use gso_size to store MSSHerbert Xu2009-01-051-4/+1
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-304-7/+16
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-302-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2862-1286/+2136
|\
| * ipsec: Remove useless ret variableHerbert Xu2008-12-261-3/+1
| * tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu2008-12-261-4/+8
| * netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan2008-12-261-9/+40
| * netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan2008-12-261-0/+1
| * tcp: Stop scaring users with "treason uncloaked!"Matt Mackall2008-12-191-2/+2
| * ipmr: merge common codeIlpo Järvinen2008-12-161-64/+39
| * tcp: Add GRO supportHerbert Xu2008-12-163-0/+137
| * ipv4: Add GRO infrastructureHerbert Xu2008-12-161-0/+97
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-162-71/+11
| |\
| * | icsk: join error paths using gotoIlpo Järvinen2008-12-151-9/+10
| * | tcp: fix tso_should_defer in 64bitIlpo Järvinen2008-12-061-1/+1
| * | tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen2008-12-061-37/+17
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-062-12/+12
| |\ \
| * | | tcp: move some parts from tcp_write_xmitIlpo Järvinen2008-12-061-11/+12
| * | | tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen2008-12-061-7/+10
| * | | tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen2008-12-061-9/+3