summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima2024-03-121-4/+0
* tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing2024-02-281-5/+5
* net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-1/+1
* net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-1/+14
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+10
* net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-271-1/+3
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-6/+15
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-5/+14
* tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-2/+2
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-161-0/+4
* inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-2/+1
* tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet2023-08-061-1/+1
* tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2023-08-041-2/+0
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-181-3/+6
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-181-1/+1
* net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart2023-05-251-1/+1
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-2/+3
* tcp: tcp_check_req() can be called from process contextEric Dumazet2023-02-271-2/+5
* net/tcp: Separate initialization of twskDmitry Safonov2022-12-011-26/+35
* net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-011-4/+12
* tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2022-10-131-4/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-0/+1
|\
| * bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-0/+1
* | tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-2/+7
* | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-0/+15
* | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-1/+1
* | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+1
* | tcp: Clean up some functions.Kuniyuki Iwashima2022-09-201-3/+3
|/
* tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima2022-07-201-1/+1
* tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima2022-07-201-1/+1
* tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-04-221-1/+1
* tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-3/+2
* tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-1/+1
* tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
* net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu2021-09-201-7/+0
* tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-231-0/+3
* tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-151-2/+2
* tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-151-2/+5
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-141-1/+1
* mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-151-1/+1
* mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-0/+6
* tcp: Add missing annotation for tcp_child_process()Jules Irenge2020-03-111-0/+1
* tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-211-0/+2
* bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-2/+2
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-2/+4
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-2/+5
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1