Daniel Borkmann
|
e3118e8359
net: tcp: add DCTCP congestion control algorithm
|
11 年 前 |
Florian Westphal
|
9890092e46
net: tcp: more detailed ACK events and events for CE marked packets
|
11 年 前 |
Daniel Borkmann
|
30e502a34b
net: tcp: add flag for ca to indicate that ECN is required
|
11 年 前 |
Eric Dumazet
|
cd7d8498c9
tcp: change tcp_skb_pcount() location
|
11 年 前 |
Eric Dumazet
|
971f10eca1
tcp: better TCP_SKB_CB layout to reduce cache line misses
|
11 年 前 |
Eric Dumazet
|
f4a775d144
net: introduce __skb_header_release()
|
11 年 前 |
Eric Dumazet
|
fcdd1cf4dd
tcp: avoid possible arithmetic overflows
|
11 年 前 |
Neal Cardwell
|
87d943085b
tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()
|
11 年 前 |
Eric Dumazet
|
7faee5c0d5
tcp: remove TCP_SKB_CB(skb)->when
|
11 年 前 |
Neal Cardwell
|
4fab907195
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
|
11 年 前 |
Andrey Vagin
|
9d186cac7f
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
|
11 年 前 |
Willem de Bruijn
|
490cc7d03c
net-timestamp: fix missing tcp fragmentation cases
|
11 年 前 |
David S. Miller
|
1a98c69af1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年 前 |
Christoph Paasch
|
5ee2c941b5
tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction
|
11 年 前 |
Yuchung Cheng
|
6e08d5e3c8
tcp: fix false undo corner cases
|
11 年 前 |
Tom Herbert
|
b73c3d0e4f
net: Save TX flow hash in sock and set in skbuf on xmit
|
11 年 前 |
Octavian Purdila
|
5db92c9949
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
|
11 年 前 |
Linus Torvalds
|
f9da455b93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 年 前 |
Per Hurtig
|
bef1909ee3
tcp: fixing TLP's FIN recovery
|
11 年 前 |
Octavian Purdila
|
6cc55e096f
tcp: add gfp parameter to tcp_fragment
|
11 年 前 |
Linus Torvalds
|
776edb5931
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
|
11 年 前 |
Neal Cardwell
|
ca8a226343
tcp: make cwnd-limited checks measurement-based, and gentler
|
11 年 前 |
Yuchung Cheng
|
843f4a55e3
tcp: use tcp_v4_send_synack on first SYN-ACK
|
11 年 前 |
Yuchung Cheng
|
89278c9dc9
tcp: simplify fast open cookie processing
|
11 年 前 |
David S. Miller
|
5f013c9bc7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年 前 |
Eric Dumazet
|
249015515f
tcp: remove in_flight parameter from cong_avoid() methods
|
11 年 前 |
Eric Dumazet
|
e114a710aa
tcp: fix cwnd limited checking to improve congestion control
|
11 年 前 |
Eric Dumazet
|
fc9f350106
tcp: increment retransmit counters in tlp and fast open
|
11 年 前 |
Eric Dumazet
|
1f3279ae0c
tcp: avoid retransmits of TCP packets hanging in host queues
|
11 年 前 |
Weiping Pan
|
86fd14ad1e
tcp: make tcp_cwnd_application_limited() static
|
11 年 前 |