aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-0/+10
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet1-2/+6
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+6
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-6/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+6
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad1-1/+8
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-1/+1
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet1-0/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez1-2/+3
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-14/+3
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-0/+11
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-3/+6
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+0
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-0/+2
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+0
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau1-1/+0
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet1-1/+0
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni1-0/+4
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal1-0/+4
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang1-1/+1
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet1-15/+27
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-2/+0
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+1
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang1-19/+0
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang1-6/+0
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang1-7/+9
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet1-0/+12
2021-02-12tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-1/+1
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+1
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+1
2020-12-14net: Limit logical shift left of TCP probe0 timeoutCambda Zhu1-1/+3
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2020-12-03bpf: Adds support for setting window clampPrankur gupta1-0/+1
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal1-5/+4
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-0/+3
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet1-12/+1
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng1-1/+1
2020-10-02bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau1-33/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni1-0/+2
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell1-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+55
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin1-10/+0
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+49
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+4