aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-13/+15
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_network_headerArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[TCP]: Use skb_set_mac_header in tcp_collapseArnaldo Carvalho de Melo1-1/+1
2007-04-25[TCP]: Do the layer header setting in tcp_collapse relative to skb->dataArnaldo Carvalho de Melo1-3/+5
2007-04-25[TCP]: whitespace cleanupStephen Hemminger1-29/+28
2007-04-25[TCP]: Abstract out all write queue operations.David S. Miller1-23/+41
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris1-3/+3
2007-04-25[TCP]: FRTO undo response falls back to ratehalving one if ECEdIlpo Järvinen1-5/+6
2007-04-25[TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)Ilpo Järvinen1-1/+1
2007-04-25[TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen1-4/+32
2007-04-25[TCP]: Correct reordering detection change (no FRTO case)Ilpo Järvinen1-1/+1
2007-04-25[TCP]: SACK enhanced FRTOIlpo Järvinen1-11/+65
2007-04-25[TCP]: Prevent reordering adjustments during FRTOIlpo Järvinen1-1/+2
2007-04-25[TCP] FRTO: Fake cwnd for ssthresh callbackIlpo Järvinen1-1/+25
2007-04-25[TCP] FRTO: Reverse RETRANS bit clearing logicIlpo Järvinen1-12/+23
2007-04-25[TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen1-4/+21
2007-04-25[TCP]: Prevent unrelated cwnd adjustment while using FRTOIlpo Järvinen1-7/+11
2007-04-25[TCP] FRTO: frto_counter modulo-op converted to two assignmentsIlpo Järvinen1-2/+2
2007-04-25[TCP]: Don't enter to fast recovery while using FRTOIlpo Järvinen1-0/+4
2007-04-25[TCP] FRTO: Response should reset also snd_cwnd_cntIlpo Järvinen1-0/+1
2007-04-25[TCP] FRTO: fixes fallback to conventional recoveryIlpo Järvinen1-5/+9
2007-04-25[TCP] FRTO: Ignore some uninteresting ACKsIlpo Järvinen1-3/+10
2007-04-25[TCP] FRTO: Use Disorder state during operation instead of OpenIlpo Järvinen1-3/+3
2007-04-25[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthreshIlpo Järvinen1-6/+14
2007-04-25[TCP] FRTO: Comment cleanup & improvementIlpo Järvinen1-17/+32
2007-04-25[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen1-0/+13
2007-04-25[TCP] FRTO: Separated response from FRTO detection algorithmIlpo Järvinen1-6/+10
2007-04-25[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bitIlpo Järvinen1-1/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-58/+58
2007-02-08[TCP]: Check num sacks in SACK fast pathBaruch Even1-0/+5
2007-02-08[TCP]: Seperate DSACK from SACK fast pathBaruch Even1-35/+31
2007-02-08[TCP]: Advance fast path pointer for first block onlyBaruch Even1-10/+24
2007-01-25[TCP]: Fix sorting of SACK blocks.Baruch Even1-4/+5
2007-01-23[TCP]: skb is unexpectedly freed.Masayuki Nakagawa1-2/+4
2006-12-07[NET]: Memory barrier cleanupsRalf Baechle1-2/+2
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro1-2/+2
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki1-0/+8
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala1-0/+2
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller1-1/+1
2006-09-28[TCP]: Fix and simplify microsecond rtt samplingJohn Heffner1-8/+8
2006-09-28[TCP] net/ipv4/tcp_input.c: trivial annotationsAl Viro1-7/+7
2006-09-28[TCP]: struct tcp_sack_block annotationsAl Viro1-1/+1
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov1-0/+2
2006-09-22[TCP]: Fix rcv mss estimate for LROHerbert Xu1-1/+1
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-18/+18
2006-09-17[TCP]: Turn ABC off.Stephen Hemminger1-1/+1
2006-08-29[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga1-2/+7