| Commit message (Expand) | Author | Age | Files | Lines |
* | mptcp: add new sock flag to deal with join subflows | Paolo Abeni | 2020-05-15 | 1 | -1/+1 |
* | mptcp: Add handling of incoming MP_JOIN requests | Peter Krystad | 2020-03-30 | 1 | -0/+6 |
* | tcp: Add missing annotation for tcp_child_process() | Jules Irenge | 2020-03-12 | 1 | -0/+1 |
* | tcp_bpf: Don't let child socket inherit parent protocol ops on copy | Jakub Sitnicki | 2020-02-21 | 1 | -0/+2 |
* | bpf: tcp: Support tcp_congestion_ops in bpf | Martin KaFai Lau | 2020-01-09 | 1 | -2/+2 |
* | tcp: annotate tp->snd_nxt lockless reads | Eric Dumazet | 2019-10-13 | 1 | -2/+4 |
* | tcp: annotate tp->write_seq lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+1 |
* | tcp: annotate tp->copied_seq lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+1 |
* | tcp: annotate tp->rcv_nxt lockless reads | Eric Dumazet | 2019-10-13 | 1 | -2/+5 |
* | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 2019-10-13 | 1 | -1/+1 |
* | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 2019-09-27 | 1 | -0/+1 |
* | tcp: add optional per socket transmit delay | Eric Dumazet | 2019-06-12 | 1 | -1/+1 |
* | ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state | Eric Dumazet | 2019-06-10 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | tcp: undo init congestion window on false SYNACK timeout | Yuchung Cheng | 2019-05-01 | 1 | -0/+5 |
* | tcp: use tcp_md5_needed for timewait sockets | Eric Dumazet | 2019-02-26 | 1 | -8/+13 |
* | tcp: move rx_opt & syn_data_acked init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -6/+0 |
* | tcp: move tp->rack init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -6/+0 |
* | tcp: move app_limited init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -3/+0 |
* | tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc... | Eric Dumazet | 2019-01-18 | 1 | -4/+0 |
* | tcp: do not clear urg_data in tcp_create_openreq_child | Eric Dumazet | 2019-01-18 | 1 | -2/+0 |
* | tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -8/+0 |
* | tcp: move mdev_us init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -1/+0 |
* | tcp: do not clear srtt_us in tcp_create_openreq_child | Eric Dumazet | 2019-01-18 | 1 | -1/+0 |
* | tcp: do not clear packets_out in tcp_create_openreq_child() | Eric Dumazet | 2019-01-18 | 1 | -1/+0 |
* | tcp: move icsk_rto init to tcp_disconnect() | Eric Dumazet | 2019-01-18 | 1 | -1/+0 |
* | tcp: do not set snd_ssthresh in tcp_create_openreq_child() | Eric Dumazet | 2019-01-18 | 1 | -1/+0 |
* | tcp: do not restart timewait timer on rst reception | Florian Westphal | 2018-09-01 | 1 | -1/+2 |
* | tcp: use monotonic timestamps for PAWS | Arnd Bergmann | 2018-07-12 | 1 | -4/+4 |
* | tcp: remove one indentation level in tcp_create_openreq_child | Eric Dumazet | 2018-06-28 | 1 | -110/+113 |
* | net-tcp: remove useless tw_timeout field | Maciej Żenczykowski | 2018-06-05 | 1 | -1/+0 |
* | tcp: Add mark for TIMEWAIT sockets | Jon Maxwell | 2018-05-10 | 1 | -0/+1 |
* | crypto : chtls - CPL handler definition | Atul Gupta | 2018-04-01 | 1 | -0/+1 |
* | tcp: try to keep packet if SYN_RCV race is lost | Eric Dumazet | 2018-02-14 | 1 | -1/+2 |
* | tcp/dccp: avoid one atomic operation for timewait hashdance | Eric Dumazet | 2017-12-13 | 1 | -3/+4 |
* | tcp/dccp: block bh before arming time_wait timer | Eric Dumazet | 2017-12-01 | 1 | -0/+6 |
* | tcp: use sequence distance to detect reordering | Yuchung Cheng | 2017-11-11 | 1 | -1/+0 |
* | tcp: retire FACK loss detection | Yuchung Cheng | 2017-11-11 | 1 | -4/+1 |
* | tcp: higher throughput under reordering with adaptive RACK reordering wnd | Priyaranjan Jha | 2017-11-05 | 1 | -0/+4 |
* | tcp: Namespace-ify sysctl_tcp_workaround_signed_windows | Eric Dumazet | 2017-10-28 | 1 | -1/+1 |
* | tcp: Namespace-ify sysctl_tcp_fack | Eric Dumazet | 2017-10-27 | 1 | -1/+1 |
* | tcp: Namespace-ify sysctl_tcp_abort_on_overflow | Eric Dumazet | 2017-10-27 | 1 | -3/+1 |
* | tcp: Namespace-ify sysctl_tcp_rfc1337 | Eric Dumazet | 2017-10-27 | 1 | -1/+1 |
* | tcp: TCP experimental option for SMC | Ursula Braun | 2017-10-26 | 1 | -0/+19 |
* | ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG | Gustavo A. R. Silva | 2017-10-24 | 1 | -2/+1 |
* | tcp: new list for sent but unacked skbs for RACK recovery | Eric Dumazet | 2017-10-06 | 1 | -0/+1 |
* | tcp: Revert "tcp: remove header prediction" | Florian Westphal | 2017-08-30 | 1 | -0/+2 |
* | tcp: remove header prediction | Florian Westphal | 2017-07-31 | 1 | -2/+0 |
* | tcp: remove prequeue support | Florian Westphal | 2017-07-31 | 1 | -1/+0 |
* | bpf: Support for setting initial receive window | Lawrence Brakmo | 2017-07-02 | 1 | -1/+8 |