aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima1-4/+0
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-5/+5
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-1/+1
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-1/+14
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+10
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-1/+3
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-6/+15
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-5/+14
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-2/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+4
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-2/+1
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-1/+1
2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima1-2/+0
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet1-3/+6
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet1-1/+1
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-2/+3
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2022-12-01net/tcp: Separate initialization of twskDmitry Safonov1-26/+35
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-4/+12
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-4/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-0/+1
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-2/+7
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-0/+15
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima1-3/+3
2022-07-20tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima1-1/+1
2022-07-20tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima1-1/+1
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov1-3/+2
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet1-2/+2
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima1-0/+3
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima1-2/+2
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin1-2/+5
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal1-1/+1
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-1/+1
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad1-0/+6
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki1-0/+2
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-2/+4
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-2/+5
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1