summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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/+39Star
| * 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/+11Star
| |\
| * | 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/+17Star
| * | 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/+3Star
| * | | tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen2008-12-061-5/+4Star
| * | | tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen2008-12-061-71/+74
| * | | tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen2008-12-061-12/+7Star
| * | | tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen2008-12-061-1/+1
| * | | tcp: force mss equality with the next skb too.Ilpo Järvinen2008-12-061-5/+4Star
| * | | net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-041-1/+1
| * | | net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-041-5/+11
| * | | net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet2008-12-021-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-284-41/+13Star
| |\ \ \
| | * | | netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-0/+3
| | * | | netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott2008-11-041-23/+0Star
| | * | | netfilter: arptable_filter: merge forward hookAlexey Dobriyan2008-11-041-11/+1Star
| | * | | netfilter: netns-aware ipt_addrtypeAlexey Dobriyan2008-11-041-7/+9
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-2/+5
| |\ \ \ \
| * | | | | net: Use a percpu_counter for orphan_countEric Dumazet2008-11-264-9/+11
| * | | | | net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-263-5/+10
| * | | | | netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-262-2/+6
| * | | | | netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-261-2/+3
| * | | | | netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-261-3/+4
| * | | | | netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-261-1/+1
| * | | | | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-263-5/+5
| * | | | | netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-263-4/+4
| * | | | | netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan2008-11-261-1/+1
| * | | | | net: udp_unhash() can test if sk is hashedEric Dumazet2008-11-251-8/+10
| * | | | | tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen2008-11-251-1/+1
| * | | | | xfrm: remove useless forward declarationsAlexey Dobriyan2008-11-251-2/+0Star
| * | | | | ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0Star
| * | | | | tcp: add some mibs to track collapsingIlpo Järvinen2008-11-252-0/+7
| * | | | | tcp: Make shifting not clear the hintsIlpo Järvinen2008-11-251-2/+14
| * | | | | tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2008-11-251-7/+249
| * | | | | tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen2008-11-251-15/+17