summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-03-09net: tcp: fix shim definition of tcp_inbound_md5_hashVladimir Oltean
2022-03-09skb: make drop reason booleanableJakub Kicinski
2022-03-02tcp: Remove the unused apiTao Chen
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2022-01-20tcp: Add a stub for sk_defer_free_flush()Gal Pressman
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
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