summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
* tcp: add optional per socket transmit delayEric Dumazet2019-06-121-1/+1
* ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-091-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-011-0/+5
* tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
* tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-171-6/+0
* tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-171-6/+0
* tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-171-3/+0
* tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-171-4/+0
* tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-171-2/+0
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-171-8/+0
* tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-171-1/+0
* tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-171-1/+0
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-171-1/+0
* tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-08-311-1/+2
* tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-4/+4
* tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-051-1/+0