summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-071-13/+8
| * | net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2020-05-021-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-191-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-101-0/+8
* | | tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-101-0/+8
* | | tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau2020-01-101-0/+3
* | | tcp: Add MPTCP option numberMat Martineau2020-01-101-0/+1
| |/ |/|
* | tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-031-12/+12
|/
* tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-141-1/+10
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-071-2/+3
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-081-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-101-1/+2
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-101-1/+1
* tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-09-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-141-0/+10
|\
| * tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-311-0/+10
* | tcp: Update TCP_BASE_MSS commentJosh Hunt2019-08-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-261-0/+3
|\ \ | |/ |/|
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-0/+3
* | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-0/+5
|/
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-191-1/+2
* bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann2019-07-081-3/+1
* bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+8
* net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-231-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-0/+2
|\
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-161-0/+2
* | net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2019-06-171-6/+4
* | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-151-3/+6
* | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|