summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-14/+10
|\
| * tcp: tcp_init_buffer_space can be staticFlorian Westphal2020-05-291-1/+0
| * tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+13
| |\
| * | tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2020-05-061-13/+8
| * | net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2020-05-011-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-1/+0
|\ \ \ | |_|/ |/| |
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
* | | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-0/+13
* | | net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski2020-05-071-1/+0
| |/ |/|
* | tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-181-1/+1
|/
* bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-2/+0