aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-24tcp: add some mibs to track collapsingIlpo Järvinen1-0/+4
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ärvinen1-1/+52
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-2/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi1-1/+2
2008-10-07tcp: cleanup messy initializerIlpo Järvinen1-2/+2
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen1-5/+6
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-20tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen1-1/+13
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen1-1/+3
2008-09-20tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen1-7/+0
2008-09-20tcp: Kill precaution that's very likely obsoleteIlpo Järvinen1-4/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen1-14/+20
2008-09-20tcp: add helper for lost bit togglingIlpo Järvinen1-10/+12
2008-09-20tcp: move tcp_verify_retransmit_hintIlpo Järvinen1-13/+13
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen1-3/+2
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-2/+15
2008-09-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller1-15/+2
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2008-08-23tcp: Add tcp_parse_aligned_timestampIlpo Järvinen1-19/+18
2008-08-23tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen1-10/+14
2008-08-23tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen1-78/+69
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-10/+10
2008-07-23tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller1-2/+1
2008-07-19tcp: Remove redundant checks when setting eff_sacksAdam Langley1-15/+10
2008-07-18tcp: RTT metrics scalingStephen Hemminger1-13/+18
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-32/+33
2008-07-16tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov1-13/+18
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov1-14/+32
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-45/+0
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller1-45/+0
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-0/+40
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-12tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki1-0/+40
2008-06-04tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen1-3/+3
2008-06-04tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen1-10/+19
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH1-7/+8
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison1-9/+9