summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu-6/+7
2009-01-13tcp: splice as many packets as possible at onceWilly Tarreau-2/+9
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy-1/+1
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy-25/+5
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-5/+4
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-21/+65
2009-01-08tcp6: Add GRO supportHerbert Xu-0/+2
2009-01-07Merge branch 'next' into for-linusJames Morris-21/+65
2009-01-06net_dma: convert to dma_find_channelDan Williams-4/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams-1/+0
2009-01-05tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller-4/+0
2009-01-05tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek-4/+4
2009-01-04gro: Use gso_size to store MSSHerbert Xu-4/+1
2008-12-31netlabel: Update kernel configuration APIPaul Moore-21/+65
2008-12-29net: Fix percpu counters deadlockHerbert Xu-7/+16
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell-4/+4
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-1286/+2136
2008-12-26ipsec: Remove useless ret variableHerbert Xu-3/+1
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu-4/+8
2008-12-25netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan-9/+40
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan-0/+1
2008-12-25Merge branch 'next' into for-linusJames Morris-2/+2
2008-12-18tcp: Stop scaring users with "treason uncloaked!"Matt Mackall-2/+2
2008-12-16ipmr: merge common codeIlpo Järvinen-64/+39
2008-12-15tcp: Add GRO supportHerbert Xu-0/+137
2008-12-15ipv4: Add GRO infrastructureHerbert Xu-0/+97
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-71/+11
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt-1/+1
2008-12-14icsk: join error paths using gotoIlpo Järvinen-9/+10
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith-70/+10
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen-1/+1
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen-37/+17
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-12/+12
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen-11/+12
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen-7/+10
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen-9/+3
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen-5/+4
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen-71/+74
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen-12/+7
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen-1/+1
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen-5/+4
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith-0/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery-5/+11
2008-12-04Merge branch 'master' into nextJames Morris-6/+12
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen-12/+10
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet-2/+2
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-41/+13
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+5
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet-9/+11