summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-6/+9
* bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer2020-03-091-2/+2
* bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-1/+0
* tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-211-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-0/+2
|\
| * bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-0/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-2/+4
|\ \
| * | bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-2/+4
* | | tcp: Export TCP functions and ops structMat Martineau2020-01-091-0/+8
* | | tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-091-0/+8
* | | tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau2020-01-091-0/+3
* | | tcp: Add MPTCP option numberMat Martineau2020-01-091-0/+1
| |/ |/|
* | tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-12/+12
|/
* tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-1/+10
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-061-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-061-3/+13
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-061-2/+3
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-071-3/+9
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-2/+2
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-1/+2
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+2
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-1/+1
* tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-08-311-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-0/+10
|\