aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu
2008-12-25netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan
2008-12-18tcp: Stop scaring users with "treason uncloaked!"Matt Mackall
2008-12-16ipmr: merge common codeIlpo Järvinen
2008-12-15tcp: Add GRO supportHerbert Xu
2008-12-15ipv4: Add GRO infrastructureHerbert Xu
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt
2008-12-14icsk: join error paths using gotoIlpo Järvinen
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-25netns xfrm: AH/ESP in netns!Alexey Dobriyan
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan
2008-11-25net: udp_unhash() can test if sk is hashedEric Dumazet
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen
2008-11-25netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen
2008-11-24tcp: more aggressive skippingIlpo Järvinen
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen