Florian Westphal
|
a0f82f64e2
syncookies: remove last_synq_overflow from struct tcp_sock
|
16 years ago |
Ilpo Järvinen
|
2a3a041c4e
tcp: cache result of earlier divides when mss-aligning things
|
16 years ago |
Ilpo Järvinen
|
0c54b85f28
tcp: simplify tcp_current_mss
|
16 years ago |
Ilpo Järvinen
|
cabeccbd17
tcp: kill eff_sacks "cache", the sole user can calculate itself
|
16 years ago |
Harvey Harrison
|
f3a7c66b5c
net: replace __constant_{endian} uses in net headers
|
16 years ago |
Ilpo Järvinen
|
33f5f57eeb
tcp: kill pointless urg_mode
|
17 years ago |
Ilpo Järvinen
|
0e1c54c2a4
tcp: reorganize retransmit code loops
|
17 years ago |
Ilpo Järvinen
|
006f582c73
tcp: convert retransmit_cnt_hint to seqno
|
17 years ago |
Adam Langley
|
4389dded77
tcp: Remove redundant checks when setting eff_sacks
|
17 years ago |
David S. Miller
|
4ae127d1b6
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
17 years ago |
David S. Miller
|
ec0a196626
tcp: Revert 'process defer accept as established' changes.
|
17 years ago |
Ilpo Järvinen
|
b79eeeb9e4
tcp: Reorganize tcp_sock to fill 64-bit holes & improve locality
|
17 years ago |
Ilpo Järvinen
|
4b74944044
tcp: Make prior_ssthresh a u32
|
17 years ago |
Patrick McManus
|
ec3c0982a2
[TCP]: TCP_DEFER_ACCEPT updates - process as established
|
17 years ago |
Ilpo Järvinen
|
68f8353b48
[TCP]: Rewrite SACK block processing & sack_recv_cache use
|
18 years ago |
Ilpo Järvinen
|
fd6dad616d
[TCP]: Earlier SACK block verification & simplify access to them
|
18 years ago |
Ilpo Järvinen
|
a47e5a988a
[TCP]: Convert highest_sack to sk_buff to allow direct access
|
18 years ago |
Ilpo Järvinen
|
f78a1b3892
[TCP]: Make snd_cwnd_cnt 32-bit
|
18 years ago |
Ilpo Järvinen
|
b08d6cb22c
[TCP]: Limit processing lost_retrans loop to work-to-do cases
|
18 years ago |
Ilpo Järvinen
|
c79e335716
[TCP]: Comment fastpath_cnt_hint off-by-one trap
|
18 years ago |
Ilpo Järvinen
|
13dae42631
[TCP]: Update comment about highest_sack validity
|
18 years ago |
Ilpo Järvinen
|
b5860bbac7
[TCP]: Tighten tcp_sock's belt, drop left_out
|
18 years ago |
Ilpo Järvinen
|
539d243fdd
[TCP]: Access to highest_sack obsoletes forward_cnt_hint
|
18 years ago |
Ilpo Järvinen
|
d738cd8fca
[TCP]: Add highest_sack seqno, points to globally highest SACK
|
18 years ago |
Arnaldo Carvalho de Melo
|
9c70220b73
[SK_BUFF]: Introduce skb_transport_header(skb)
|
18 years ago |
Arnaldo Carvalho de Melo
|
aa8223c7bb
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
|
18 years ago |
Arnaldo Carvalho de Melo
|
ab6a5bb6b2
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
|
18 years ago |
David S. Miller
|
e0ef57cc56
[TCP]: Make snd_cwnd_clamp a u32.
|
18 years ago |
Eric Dumazet
|
54287cc178
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
|
18 years ago |
Baruch Even
|
6f74651ae6
[TCP]: Seperate DSACK from SACK fast path
|
18 years ago |