aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-09-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-02-12tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2020-12-14net: Limit logical shift left of TCP probe0 timeoutCambda Zhu
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03bpf: Adds support for setting window clampPrankur gupta
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni