summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-07net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet
2020-05-01net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2020-04-18tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer
2020-03-09bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-09tcp: Export TCP functions and ops structMat Martineau
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2020-01-09tcp: Add MPTCP option numberMat Martineau
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-08bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet