- ee8877d Revert "tcp: ensure to use the most recently sent skb when filling the rate sample" by Greg Kroah-Hartman · 2 years, 8 months ago
- 6273d79 Merge 5.10.114 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 8 months ago
- 9f29f6f tcp: make sure treq->af_specific is initialized by Eric Dumazet · 2 years, 8 months ago
- 8a9d6ca tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 2 years, 8 months ago
- 3c464db tcp: ensure to use the most recently sent skb when filling the rate sample by Pengcheng Yang · 2 years, 8 months ago
- 971945b Revert "tcp: switch orphan_count to bare per-cpu counters" by Greg Kroah-Hartman · 3 years, 1 month ago
- a342cb4 tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 2 months ago
- ea66fcb tcp: consistently disable header prediction for mptcp by Paolo Abeni · 3 years, 6 months ago
- 8e81bae tcp: fix SO_RCVLOWAT related hangs under mem pressure by Eric Dumazet · 3 years, 11 months ago
- a9cd144 tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN by Pengcheng Yang · 4 years ago
- 011c3d9 tcp: make TCP_USER_TIMEOUT accurate for zero window probes by Enke Chen · 4 years ago
- 82f45c6 bpf: tcp: Do not limit cb_flags when creating child sk from listen sk by Martin KaFai Lau · 4 years, 3 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
- c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
- 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
- 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 4 months ago
- 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 4 months ago
- 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 4 months ago
- ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 4 months ago
- f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
- 6fc8c82 tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option by Florian Westphal · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
- f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- b08d4d3 net: bpf: Add bpf_seq_afinfo in tcp_iter_state by Yonghong Song · 4 years, 6 months ago
- 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 6 months ago
- 9b9e2f2 tcp: move ipv4_specific to tcp include file by Eric Dumazet · 4 years, 6 months ago
- b03d214 tcp: move ipv6_specific declaration to remove a warning by Eric Dumazet · 4 years, 6 months ago
- 243600e tcp: add declarations to avoid warnings by Eric Dumazet · 4 years, 6 months ago
- dd2e0b8 tcp: remove indirect calls for icsk->icsk_af_ops->send_check by Eric Dumazet · 4 years, 6 months ago
- 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 6 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 7 months ago
- d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 7 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
- 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
- 64082b6 net: remove spurious declaration of tcp_default_init_rwnd() by Maciej Żenczykowski · 4 years, 8 months ago
- 8dc242ad tcp: refine tcp_pacing_delay() for very low pacing rates by Eric Dumazet · 4 years, 8 months ago
- f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 8 months ago
- 9bacd25 tcp: cache line align MAX_TCP_HEADER by Eric Dumazet · 4 years, 8 months ago
- c0fd336 bpf, tcp: Make tcp_bpf_recvmsg static by YueHaibing · 4 years, 9 months ago
- f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 4 years, 10 months ago
- 5da0040 bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG by Lorenz Bauer · 4 years, 10 months ago
- d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 4 years, 10 months ago
- e802515 tcp_bpf: Don't let child socket inherit parent protocol ops on copy by Jakub Sitnicki · 4 years, 10 months ago
- 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
- 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
- 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
- 1323059 tcp, ulp: Add clone operation to tcp_ulp_ops by Mat Martineau · 5 years ago
- c74a39c tcp: Add MPTCP option number by Mat Martineau · 5 years ago
- 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
- dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
- ee2aabd tcp: refine tcp_write_queue_empty() implementation by Eric Dumazet · 5 years ago
- 721c8da tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
- cb44a08 tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
- 04d26e7 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
- 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
- ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
- e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
- 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
- 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
- 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
- 61723b3 tcp: ulp: add functions to dump ulp-specific information by Davide Caratti · 5 years ago
- 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
- 1555e6f tcp: Update TCP_BASE_MSS comment by Josh Hunt · 5 years ago
- 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
- 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
- 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 5 years ago
- b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
- 8d650cd tcp: fix tcp_set_congestion_control() use from bpf hook by Eric Dumazet · 5 years ago
- bef8e26 bpf: avoid unused variable warning in tcp_bpf_rtt() by Arnd Bergmann · 5 years ago
- 23729ff bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT by Stanislav Fomichev · 5 years ago
- 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
- 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- c681eda net: ipv4: move tcp_fastopen server side code to SipHash library by Ard Biesheuvel · 6 years ago
- 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
- d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
- a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 9092a76 tcp: add backup TFO key infrastructure by Jason Baron · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
- 0b13c9b include/net/tcp.h: whitespace cleanup at tcp_v4_check by Daniel T. Lee · 6 years ago
- 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
- a43e052 tcp: get rid of __tcp_add_write_queue_tail() by Eric Dumazet · 6 years ago
- 6c7b4ee tcp: get rid of tcp_check_send_head() by Eric Dumazet · 6 years ago
- f859a44 tcp: allow zerocopy with fastopen by Willem de Bruijn · 6 years ago
- 340a6f3 tcp: declare tcp_mmap() only when CONFIG_MMU is set by Yafang Shao · 6 years ago
- a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
- 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
- 85bdf7d tcp: make tcp_space() aware of socket backlog by Eric Dumazet · 6 years ago
- ebeef4b tcp: hint compiler about sack flows by Eric Dumazet · 6 years ago
- 213d776 tcp: clean up STATE_TRACE by Yafang Shao · 6 years ago