summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen2008-12-051-7/+10
* tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen2008-12-051-9/+3
* tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen2008-12-051-5/+4
* tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen2008-12-051-71/+74
* tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen2008-12-051-12/+7
* tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen2008-12-051-1/+1
* tcp: force mss equality with the next skb too.Ilpo Järvinen2008-12-051-5/+4
* tcp: tcp_limit_reno_sacked can become staticIlpo Järvinen2008-11-251-1/+1
* tcp: add some mibs to track collapsingIlpo Järvinen2008-11-241-0/+4
* tcp: Make shifting not clear the hintsIlpo Järvinen2008-11-241-2/+14
* tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2008-11-241-7/+249
* tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen2008-11-241-15/+17
* tcp: Make SACK code to split only at mss boundariesIlpo Järvinen2008-11-241-4/+23
* tcp: more aggressive skippingIlpo Järvinen2008-11-241-1/+1
* tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2008-11-241-1/+52
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-2/+2
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-081-1/+2
|\
| * tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
* | tcp: cleanup messy initializerIlpo Järvinen2008-10-071-2/+2
* | tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-5/+6
* | tcp: Fix queue traversal in tcp_use_frto().David S. Miller2008-09-231-0/+2
* | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-2/+2
* | tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+13
* | tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+3
* | tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen2008-09-201-7/+0
* | tcp: Kill precaution that's very likely obsoleteIlpo Järvinen2008-09-201-4/+0
* | tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-201-14/+20
* | tcp: add helper for lost bit togglingIlpo Järvinen2008-09-201-10/+12
* | tcp: move tcp_verify_retransmit_hintIlpo Järvinen2008-09-201-13/+13
* | tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-201-3/+2
* | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-2/+15
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller2008-09-081-15/+2
|\ \
| * | tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2008-09-041-15/+2
| |/
* | tcp: Add tcp_parse_aligned_timestampIlpo Järvinen2008-08-231-19/+18
* | tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen2008-08-231-10/+14
* | tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen2008-08-231-78/+69
|/
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-10/+10
* tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller2008-07-231-2/+1
* tcp: Remove redundant checks when setting eff_sacksAdam Langley2008-07-191-15/+10
* tcp: RTT metrics scalingStephen Hemminger2008-07-181-13/+18
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-32/+33
* tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov2008-07-161-13/+18
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-3/+3
* tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov2008-07-031-14/+32
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-45/+0
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-45/+0
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-111-0/+40
|\ \
| * | tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-121-0/+40
| |/