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
|
17 years ago |
Ilpo Järvinen
|
29d0a309d1
[TCP]: Fix two off-by-one errors in fackets_out adjusting logic
|
17 years ago |
Ilpo Järvinen
|
dc86967b54
[TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled
|
17 years ago |
Ilpo Järvinen
|
a6963a6b3d
[TCP]: Re-place highest_sack check to a more robust position
|
17 years ago |
Ilpo Järvinen
|
b76892051c
[TCP]: Avoid clearing sacktag hint in trivial situations
|
17 years ago |
Ilpo Järvinen
|
5af4ec236f
[TCP]: clear_all_retrans_hints prefixed by tcp_
|
17 years ago |
Ilpo Järvinen
|
91fed7a15c
[TCP]: Make fackets_out accurate
|
17 years ago |
Ilpo Järvinen
|
0dde7b5404
[TCP]: Maintain highest_sack accurately to the highest skb
|
17 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 |