Commit Graph

109 Commits (358352b8b83c67ecf75f6d7bc3e2d64bf0cf506a)

Author SHA1 Message Date
Ilpo Järvinen b08d6cb22c [TCP]: Limit processing lost_retrans loop to work-to-do cases 18 years ago
Ilpo Järvinen 29d0a309d1 [TCP]: Fix two off-by-one errors in fackets_out adjusting logic 18 years ago
Ilpo Järvinen dc86967b54 [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled 18 years ago
Ilpo Järvinen a6963a6b3d [TCP]: Re-place highest_sack check to a more robust position 18 years ago
Ilpo Järvinen b76892051c [TCP]: Avoid clearing sacktag hint in trivial situations 18 years ago
Ilpo Järvinen 5af4ec236f [TCP]: clear_all_retrans_hints prefixed by tcp_ 18 years ago
Ilpo Järvinen 91fed7a15c [TCP]: Make fackets_out accurate 18 years ago
Ilpo Järvinen 0dde7b5404 [TCP]: Maintain highest_sack accurately to the highest skb 18 years ago
Ilpo Järvinen 356f89e12e [NET] Cleanup: DIV_ROUND_UP 18 years ago
Ilpo Järvinen 6ff03ac355 [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) 18 years ago
Ilpo Järvinen e9144bd8da [TCP]: Remove unnecessary wrapper tcp_packets_out_dec 18 years ago
Ilpo Järvinen e60402d0a9 [TCP]: Move sack_ok access to obviously named funcs & cleanup 18 years ago
Ilpo Järvinen 005903bc3a [TCP]: Left out sync->verify (the new meaning of it) & definify 18 years ago
Ilpo Järvinen b5860bbac7 [TCP]: Tighten tcp_sock's belt, drop left_out 18 years ago
Ilpo Järvinen af610b4ca1 [TCP]: Add tcp_dec_pcount_approx int variant 18 years ago
Ilpo Järvinen bdf1ee5d3b [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it 18 years ago
Ilpo Järvinen 539d243fdd [TCP]: Access to highest_sack obsoletes forward_cnt_hint 18 years ago
YOSHIFUJI Hideaki 9c681b43fa [NET] IPV4: Fix whitespace errors. 18 years ago
Ilpo Järvinen d041005116 [TCP]: SACK fastpath did override adjusted fackets_out 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Ilpo Järvinen d551e4541d [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent 18 years ago
Gerrit Renker 65bb723c95 [TCP]: Update references in two old comments 18 years ago
Stephen Hemminger 164891aadf [TCP]: Congestion control API update. 18 years ago
Ilpo Järvinen 9e412ba763 [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) 18 years ago
Arnaldo Carvalho de Melo 1a4e2d093f [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Stephen Hemminger 2de979bd7d [TCP]: whitespace cleanup 18 years ago
David S. Miller fe067e8ab5 [TCP]: Abstract out all write queue operations. 18 years ago
Ilpo Järvinen 3cfe3baaf0 [TCP]: Add two new spurious RTO responses to FRTO 18 years ago
David S. Miller 15d33c070d [TCP]: slow_start_after_idle should influence cwnd validation too 18 years ago
John Heffner 84565070e4 [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS. 18 years ago
Ilpo Järvinen 600ff0c24b [TCP]: Prevent pseudo garbage in SYN's advertized window 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
John Heffner 104439a887 [TCP]: Don't apply FIN exception to full TSO segments. 18 years ago
David S. Miller e89862f4c5 [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). 18 years ago
Jarek Poplawski 52d570aabe [TCP]: rare bad TCP checksum with 2.6.19 18 years ago
YOSHIFUJI Hideaki cfb6eeb4c8 [TCP]: MD5 Signature Option (RFC2385) support. 18 years ago
Gerrit Renker b9df3cb8cf [TCP/DCCP]: Introduce net_xmit_eval 18 years ago
David S. Miller 931731123a [TCP]: Don't set SKB owner in tcp_transmit_skb(). 18 years ago
John Heffner ae8064ac32 [TCP]: Bound TSO defer time 19 years ago
YOSHIFUJI Hideaki 496c98dff8 [NET]: Use hton{l,s}() for non-initializers. 19 years ago
Al Viro df7a3b07c2 [TCP] net/ipv4/tcp_output.c: trivial annotations 19 years ago
Brian Haley ab32ea5d8a [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Stephen Hemminger 316c1592be [TCP]: Limit window scaling if window is clamped. 19 years ago
Wei Yongjun bd37a08859 [TCP]: SNMPv2 tcpOutSegs counter error 19 years ago
Herbert Xu bcd7611117 [NET]: Generalise TSO-specific bits from skb_setup_caps 19 years ago
Michael Chan b0da853703 [NET]: Add ECN support for TSO 19 years ago
Herbert Xu 7967168cef [NET]: Merge TSO/UFO fields in sk_buff 19 years ago