aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
AgeCommit message (Expand)Author
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet
2022-07-29tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng
2019-02-26tcp: use tcp_md5_needed for timewait socketsEric Dumazet
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet