summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
* tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-0/+6
* net: tcp: fix shim definition of tcp_inbound_md5_hashVladimir Oltean2022-03-091-1/+1
* skb: make drop reason booleanableJakub Kicinski2022-03-091-10/+11
* tcp: Remove the unused apiTao Chen2022-03-021-5/+0
* net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-241-0/+13
* net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong2022-02-201-1/+2
* tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-1/+1
* tcp: Add a stub for sk_defer_free_flush()Gal Pressman2022-01-201-0/+4
* tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-0/+10
* tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+6
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+6
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-6/+2
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+6
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-011-1/+8
* tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-281-1/+1
* tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+3
|\
| * tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-2/+3
* | tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-14/+3
* | tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-0/+11
* | tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-3/+6
* | tcp: make tcp_build_frag() staticPaolo Abeni2021-09-231-2/+0
* | tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni2021-09-231-0/+2
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-1/+0
|\
| * bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-231-1/+0
* | net/tcp_fastopen: remove obsolete externEric Dumazet2021-07-201-1/+0
|/
* tcp: consistently disable header prediction for mptcpPaolo Abeni2021-07-011-0/+4
* tcp: export timestamp helpers for mptcpFlorian Westphal2021-06-041-0/+4
* skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-121-1/+1
* tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet2021-04-021-15/+27
* skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-2/+0
* sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-0/+1
* skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-261-19/+0
* bpf: Compute data_end dynamically with JIT codeCong Wang2021-02-261-6/+0
* bpf: Clean up sockmap related KconfigsCong Wang2021-02-261-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+1
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+1
* | tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-121-0/+12
* | tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet2021-02-121-2/+7
* | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-231-1/+1
* | tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+1
|/
* net: Limit logical shift left of TCP probe0 timeoutCambda Zhu2020-12-141-1/+3
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-141-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-0/+1
|\
| * bpf: Adds support for setting window clampPrankur gupta2020-12-031-0/+1
* | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-5/+4
* | tcp: factor out __tcp_close() helperPaolo Abeni2020-11-161-0/+1
* | tcp: factor out tcp_build_frag()Paolo Abeni2020-11-161-0/+3