Commit Graph

157 Commits (2dbb51c49f4fecb8330e43247a0edfbc4b2b8974)

Author SHA1 Message Date
David S. Miller b32d13102d tcp: Fix bitmask test in tcp_syn_options() 17 years ago
Adam Langley 33ad798c92 tcp: options clean up 17 years ago
Adam Langley 49a72dfb88 tcp: Fix MD5 signatures for non-linear skbs 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov 4e6734447d mib: add net to NET_INC_STATS 17 years ago
Pavel Emelyanov 81cc8a75d9 mib: add net to TCP_INC_STATS 17 years ago
Pavel Emelyanov 40b215e594 tcp: de-bloat a bit with factoring NET_INC_STATS_BH out 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
YOSHIFUJI Hideaki 076fb72233 tcp md5sig: Remove redundant protocol argument. 17 years ago
Sridhar Samudrala 26af65cbeb tcp: Increment OUTRSTS in tcp_send_active_reset() 17 years ago
Sridhar Samudrala 7d227cd235 tcp: TCP connection times out if ICMP frag needed is delayed 17 years ago
Ilpo Järvinen 17515408a1 [TCP]: Remove superflushious skb == write_queue_tail() check 17 years ago
Florian Westphal 4dfc281702 [Syncookies]: Add support for TCP options via timestamps. 17 years ago
Ilpo Järvinen 882bebaaca [TCP]: tcp_simple_retransmit can cause S+L 17 years ago
Peter P Waskiewicz Jr 82cc1a7a56 [NET]: Add per-connection option to set max TSO frame size 17 years ago
Patrick McHardy 607bfbf2d5 [TCP]: Fix shrinking windows with window scaling 17 years ago
Ilpo Järvinen 5ea3a74806 [TCP]: Prevent sending past receiver window with TSO (at last skb) 17 years ago
Glenn Griffin c6aefafb7e [TCP]: Add IPv6 support to TCP SYN cookies 17 years ago
Adrian Bunk 30a50cc566 [TCP]: Unexport sysctl_tcp_tso_win_divisor 17 years ago
Ilpo Järvinen e870a8efcd [TCP]: Perform setting of common control fields in one place 17 years ago
Ilpo Järvinen 19773b4923 [TCP]: Urgent parameter effect can be simplified. 17 years ago
Ilpo Järvinen d436d68630 [TCP]: Remove unnecessary local variable 17 years ago
Ilpo Järvinen 409d22b470 [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() 17 years ago
Ilpo Järvinen 056834d9f6 [TCP]: cleanup tcp_{in,out}put.c style 17 years ago
Ilpo Järvinen 058dc3342b [TCP]: reduce tcp_output's indentation levels a bit 17 years ago
Ilpo Järvinen 4828e7f49a [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary 17 years ago
Ilpo Järvinen 90840defab [TCP]: Introduce tcp_wnd_end() to reduce line lengths 17 years ago
Ilpo Järvinen 66f5fe624f [TCP]: Rename update_send_head & include related increment to it 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
Ilpo Järvinen 0e3a4803aa [TCP]: Force TSO splits to MSS boundaries 17 years ago
Eric Dumazet b92edbe0b8 [TCP] Avoid two divides in tcp_output.c 17 years ago
Ilpo Järvinen bd515c3e48 [TCP]: Fix TSO deferring 17 years ago
Ilpo Järvinen 6859d49475 [TCP]: Abstract tp->highest_sack accessing & point to next skb 17 years ago
Ilpo Järvinen 234b686070 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe 17 years ago
Ilpo Järvinen d67c58e9ae [TCP]: Remove local variable and use packets_in_flight directly 17 years ago
Ilpo Järvinen 50c4817e99 [TCP]: MTUprobe: prepare skb fields earlier 17 years ago
Pavel Emelyanov df97c708d5 [NET]: Eliminate unused argument from sk_stream_alloc_pskb 17 years ago
Ilpo Järvinen 8512430e55 [TCP]: Move FRTO checks out from write queue abstraction funcs 17 years ago
Ilpo Järvinen 68f8353b48 [TCP]: Rewrite SACK block processing & sack_recv_cache use 17 years ago
Ilpo Järvinen a47e5a988a [TCP]: Convert highest_sack to sk_buff to allow direct access 17 years ago
Ilpo Jrvinen 4e67d876ce [TCP]: NAGLE_PUSH seems to be a wrong way around 17 years ago
Ilpo Järvinen 7f9c33e515 [TCP] MTUprobe: Cleanup send queue check (no need to loop) 17 years ago
Ilpo Järvinen 91cc17c0e5 [TCP]: MTUprobe: receiver window & data available checks fixed 17 years ago
Ilpo Jrvinen 6e42141009 [TCP] MTUprobe: fix potential sk_send_head corruption 17 years ago
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