aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen1-12/+7
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen1-1/+1
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen1-5/+4
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith1-0/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-12-04Merge branch 'master' into nextJames Morris4-6/+12
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet1-2/+2
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller4-41/+13
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet4-9/+11
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet3-5/+10
2008-11-25netns xfrm: AH/ESP in netns!Alexey Dobriyan2-2/+6
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan1-2/+3
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan1-3/+4
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan3-5/+5
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan3-4/+4
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan1-1/+1
2008-11-25net: udp_unhash() can test if sk is hashedEric Dumazet1-8/+10
2008-11-25tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen1-1/+1
2008-11-25netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond1-0/+3
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan1-2/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan1-2/+0
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen2-0/+7
2008-11-24tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-7/+249
2008-11-24tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-24tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23
2008-11-24tcp: more aggressive skippingIlpo Järvinen1-1/+1
2008-11-24tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2-51/+52
2008-11-24tcp: collapse more than two on retransmissionIlpo Järvinen1-37/+59
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet1-1/+6
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet4-9/+14
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-1/+1
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2-2/+2
2008-11-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet3-80/+80
2008-11-23net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-21tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-21inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet3-28/+27
2008-11-20ipgre: convert to netdevice_opsStephen Hemminger1-16/+26
2008-11-20ipip: convert to net_device_opsStephen Hemminger1-16/+17
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+7
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison1-2/+2