| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: refactor tcp_ecn_check_ce to remove sk type cast | Yousuk Seung | 2018-06-05 | 1 | -12/+14 |
* | tcp: minor optimization around tcp_hdr() usage in receive path | Yafang Shao | 2018-05-31 | 1 | -3/+3 |
* | tcp: do not aggressively quick ack after ECN events | Eric Dumazet | 2018-05-22 | 1 | -2/+2 |
* | tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode | Eric Dumazet | 2018-05-22 | 1 | -11/+13 |
* | tcp: add tcp_comp_sack_nr sysctl | Eric Dumazet | 2018-05-18 | 1 | -1/+2 |
* | tcp: add tcp_comp_sack_delay_ns sysctl | Eric Dumazet | 2018-05-18 | 1 | -2/+2 |
* | tcp: add SACK compression | Eric Dumazet | 2018-05-18 | 1 | -6/+29 |
* | tcp: do not force quickack when receiving out-of-order packets | Eric Dumazet | 2018-05-18 | 1 | -2/+0 |
* | tcp: don't mark recently sent packets lost on RTO | Yuchung Cheng | 2018-05-17 | 1 | -4/+8 |
* | tcp: new helper tcp_rack_skb_timeout | Yuchung Cheng | 2018-05-17 | 1 | -5/+5 |
* | tcp: separate loss marking and state update on RTO | Yuchung Cheng | 2018-05-17 | 1 | -2/+2 |
* | tcp: new helper tcp_timeout_mark_lost | Yuchung Cheng | 2018-05-17 | 1 | -21/+29 |
* | tcp: account lost retransmit after timeout | Yuchung Cheng | 2018-05-17 | 1 | -15/+3 |
* | tcp: simpler NewReno implementation | Yuchung Cheng | 2018-05-17 | 1 | -8/+11 |
* | tcp: disable RFC6675 loss detection | Yuchung Cheng | 2018-05-17 | 1 | -4/+8 |
* | tcp: Add clean acked data hook | Ilya Lesokhin | 2018-05-01 | 1 | -0/+25 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-25 | 1 | -5/+2 |
|\ |
|
| * | tcp: don't read out-of-bounds opsize | Jann Horn | 2018-04-23 | 1 | -5/+2 |
* | | Revert "net: init sk_cookie for inet socket" | Yafang Shao | 2018-04-24 | 1 | -7/+1 |
* | | net: init sk_cookie for inet socket | Yafang Shao | 2018-04-23 | 1 | -1/+7 |
* | | net: introduce a new tracepoint for tcp_rcv_space_adjust | Yafang Shao | 2018-04-23 | 1 | -0/+2 |
* | | tcp: export packets delivery info | Yuchung Cheng | 2018-04-19 | 1 | -1/+5 |
* | | tcp: track total bytes delivered with ECN CE marks | Yuchung Cheng | 2018-04-19 | 1 | -0/+2 |
* | | tcp: new helper to calculate newly delivered | Yuchung Cheng | 2018-04-19 | 1 | -2/+15 |
* | | tcp: better delivery accounting for SYN-ACK and SYN-data | Yuchung Cheng | 2018-04-19 | 1 | -3/+7 |
* | | tcp: avoid extra wakeups for SO_RCVLOWAT users | Eric Dumazet | 2018-04-17 | 1 | -2/+13 |
* | | tcp: fix delayed acks behavior for SO_RCVLOWAT | Eric Dumazet | 2018-04-17 | 1 | -2/+5 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-02 | 1 | -0/+3 |
|\ |
|
| * | net/ipv4: disable SMC TCP option with SYN Cookies | Hans Wippel | 2018-03-26 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 1 | -16/+8 |
|\| |
|
| * | tcp: purge write queue upon RST | Soheil Hassas Yeganeh | 2018-02-28 | 1 | -0/+1 |
| * | tcp: revert F-RTO extension to detect more spurious timeouts | Yuchung Cheng | 2018-02-28 | 1 | -18/+12 |
| * | tcp: revert F-RTO middle-box workaround | Yuchung Cheng | 2018-02-28 | 1 | -10/+7 |
* | | tcp: remove sk_can_gso() use | Eric Dumazet | 2018-02-21 | 1 | -3/+0 |
* | | tcp: try to keep packet if SYN_RCV race is lost | Eric Dumazet | 2018-02-14 | 1 | -1/+3 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR | Yuchung Cheng | 2018-01-19 | 1 | -0/+1 |
* | tcp: avoid min-RTT overestimation from delayed ACKs | Yuchung Cheng | 2018-01-19 | 1 | -2/+21 |
* | net: tcp: Add trace events for TCP congestion window tracing | Masami Hiramatsu | 2018-01-02 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-17 | 1 | -4/+6 |
|\ |
|
| * | tcp: fix potential underestimation on rcv_rtt | Wei Wang | 2017-12-13 | 1 | -4/+6 |
* | | tcp: smoother receiver autotuning | Eric Dumazet | 2017-12-12 | 1 | -14/+5 |
* | | tcp: avoid integer overflows in tcp_rcv_space_adjust() | Eric Dumazet | 2017-12-12 | 1 | -5/+7 |
* | | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() | Eric Dumazet | 2017-12-12 | 1 | -1/+1 |
|/ |
|
* | tcp: always evaluate losses in RACK upon undo | Yuchung Cheng | 2017-12-08 | 1 | -0/+1 |
* | tcp: invalidate rate samples during SACK reneging | Yousuk Seung | 2017-12-08 | 1 | -2/+8 |
* | tcp: use current time in tcp_rcv_space_adjust() | Eric Dumazet | 2017-12-07 | 1 | -0/+1 |
* | tcp: when scheduling TLP, time of RTO should account for current ACK | Neal Cardwell | 2017-11-19 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-16 | 1 | -1/+0 |
|\ |
|
| * | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -1/+0 |