summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-141-12/+1
|/
* tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2020-11-021-1/+1
* bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-021-33/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-1/+1
|\
| * tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-101-1/+1
* | mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni2020-09-141-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-4/+55
|\
| * bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-0/+49
| * bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-2/+4
| * bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-241-1/+1
| * tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-1/+1
* | net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin2020-08-311-10/+0
|/
* tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-101-0/+2
* tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-0/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+1
|\
| * net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-241-0/+1
* | net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-0/+4
* | tcp: move ipv4_specific to tcp include fileEric Dumazet2020-06-231-0/+2
* | tcp: move ipv6_specific declaration to remove a warningEric Dumazet2020-06-231-0/+2
* | tcp: add declarations to avoid warningsEric Dumazet2020-06-231-0/+2
* | tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-0/+3
* | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-201-0/+1
|/