Eric Dumazet
|
1402d36601
tcp: introduce tcp_try_coalesce
|
13 years ago |
Pavel Emelyanov
|
370816aef0
tcp: Move code around
|
13 years ago |
Eric Dumazet
|
95c9617472
net: cleanup unsigned to unsigned int
|
13 years ago |
Vijay Subramanian
|
a8cb05b238
tcp: Remove redundant code entering quickack mode
|
13 years ago |
Eric Dumazet
|
fd4f2cead6
tcp: RFC6298 supersedes RFC2988bis
|
13 years ago |
Linus Torvalds
|
174808af90
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
13 years ago |
Linus Torvalds
|
94fb175c04
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
|
13 years ago |
Neal Cardwell
|
18a223e0b9
tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sample
|
13 years ago |
Dave Jiang
|
a2bd1140a2
netdma: adding alignment check for NETDMA ops
|
13 years ago |
Eric Dumazet
|
c8628155ec
tcp: reduce out_of_order memory use
|
13 years ago |
Eric Dumazet
|
e86b291962
tcp: introduce tcp_data_queue_ofo
|
13 years ago |
Joe Perches
|
afd465030a
net: ipv4: Standardize prefixes for message logging
|
13 years ago |
Joe Perches
|
058bd4d2a4
net: Convert printks to pr_<level>
|
13 years ago |
Neal Cardwell
|
4648dc97af
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
|
13 years ago |
Neal Cardwell
|
c0638c247f
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
|
13 years ago |
Neal Cardwell
|
4c90d3b303
tcp: fix false reordering signal in tcp_shifted_skb
|
13 years ago |
Neal Cardwell
|
0af2a0d057
tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK
|
13 years ago |
Neal Cardwell
|
daef52bab1
tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()
|
13 years ago |
Neal Cardwell
|
cc9a672ee5
tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbs
|
13 years ago |
Yuchung Cheng
|
974c12360d
tcp: detect loss above high_seq in recovery
|
13 years ago |
Vijay Subramanian
|
ab56222a32
tcp: Replace constants with #define macros
|
13 years ago |
Glauber Costa
|
180d8cd942
foundations of per-cgroup memory pressure controlling.
|
13 years ago |
Eric Dumazet
|
dfd56b8b38
net: use IS_ENABLED(CONFIG_IPV6)
|
13 years ago |
Eric Dumazet
|
fdf5af0daf
tcp: drop SYN+FIN messages
|
13 years ago |
Neal Cardwell
|
8cd6d6162d
tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open
|
13 years ago |
Neal Cardwell
|
f698204bd0
tcp: allow undo from reordered DSACKs
|
13 years ago |
Neal Cardwell
|
e95ae2f2cf
tcp: use SACKs and DSACKs that arrive on ACKs below snd_una
|
13 years ago |
Neal Cardwell
|
5628adf1a0
tcp: use DSACKs that arrive when packets_out is 0
|
13 years ago |
Neal Cardwell
|
7d2b55f80d
tcp: make is_dupack a parameter to tcp_fastretrans_alert()
|
13 years ago |
Eric Dumazet
|
cf533ea53e
tcp: add const qualifiers where possible
|
13 years ago |