Commit Graph

90 Commits (a617c09f6d646b60f31efc8afd9f81b752bf21b7)

Author SHA1 Message Date
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
David S. Miller 35089bb203 [TCP]: Add tcp_slow_start_after_idle sysctl. 19 years ago
Herbert Xu ~{PmVHI~} f291196979 [TCP]: Avoid skb_pull if possible when trimming head 19 years ago
Hua Zhong 83de47cd0c [TCP]: Fix unlikely usage in tcp_transmit_skb() 19 years ago
Herbert Xu b60b49ea6a [TCP]: Account skb overhead in tcp_fragment 19 years ago
Herbert Xu ef5cb9738b [TCP]: Fix truesize underflow 19 years ago
Adrian Bunk 6c97e72a16 [IPV4]: Possible cleanups. 19 years ago
Rick Jones 15d99e02ba [TCP]: sysctl to allow TCP window > 32767 sans wscale 19 years ago
John Heffner 0e7b13685f [TCP] mtu probing: move tcp-specific data out of inet_connection_sock 19 years ago
John Heffner 5d424d5a67 [TCP]: MTU probing 19 years ago
David S. Miller ba244fe900 [TCP]: Fix tcp_tso_should_defer() when limit>=65536 19 years ago
Stephen Hemminger 40efc6fa17 [TCP]: less inline's 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago
Arnaldo Carvalho de Melo 8292a17a39 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops 19 years ago
David S. Miller dfb4b9dceb [TCP] Vegas: timestamp before clone 19 years ago
Stephen Hemminger 6a438bbe68 [TCP]: speed up SACK processing 19 years ago
Stephen Hemminger caa20d9abe [TCP]: spelling fixes 19 years ago
Stephen Hemminger f4805eded7 [TCP]: fix congestion window update when using TSO deferal 19 years ago
Herbert Xu b2cc99f04c [TCP] Allow len == skb->len in tcp_fragment 20 years ago
Herbert Xu 046d20b739 [TCP]: Ratelimit debugging warning. 20 years ago