- c0fd336 bpf, tcp: Make tcp_bpf_recvmsg static by YueHaibing · 4 years, 10 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, 11 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
- 6ab6dfa net: get rid of __tcp_checksum_complete() by Cong Wang · 6 years ago
- 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
- 3f80e08 tcp: add tcp_reset_xmit_timer() helper by Eric Dumazet · 6 years ago
- c16ee04 ulp: remove uid and user_visible members by Daniel Borkmann · 6 years ago
- 02c558b bpf: sockmap, support for msg_peek in sk_msg with redirect ingress by John Fastabend · 6 years ago
- 604326b bpf, sockmap: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
- 1243a51 tcp, ulp: remove ulp bits from sockmap by Daniel Borkmann · 6 years ago
- fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
- d3edd06 tcp: provide earliest departure time in skb->tstamp by Eric Dumazet · 6 years ago
- 9799ccb tcp: add tcp_wstamp_ns socket field by Eric Dumazet · 6 years ago
- 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago
- 72b0094 tcp: switch tcp_clock_ns() to CLOCK_TAI base by Eric Dumazet · 6 years ago
- 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
- 40a1227 tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 6 years ago
- 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 6 years ago
- c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
- a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
- 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
- a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
- cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 6 years ago
- 4929c94 tcp: expose both send and receive intervals for rate sample by Deepti Raghavan · 6 years ago
- 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 6 years ago
- 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
- cadefe5 tcp_bbr: fix bbr pacing rate for internal pacing by Eric Dumazet · 7 years ago
- 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 3d97d88 tcp: minor optimization around tcp_hdr() usage in receive path by Yafang Shao · 7 years ago
- 2c7d3da net/tcp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- 5d9f426 tcp: add SACK compression by Eric Dumazet · 7 years ago
- cf0dd20 tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers() by Eric Dumazet · 7 years ago
- b8fef65 tcp: new helper tcp_rack_skb_timeout by Yuchung Cheng · 7 years ago
- d716bfd tcp: account lost retransmit after timeout by Yuchung Cheng · 7 years ago
- 6ac06ec tcp: simpler NewReno implementation by Yuchung Cheng · 7 years ago
- 20b654d tcp: support DUPACK threshold in RACK by Yuchung Cheng · 7 years ago
- b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- 37d849b ipv{4,6}/tcp: simplify procfs registration by Christoph Hellwig · 7 years ago
- e5cd3ab bpf: sockmap, refactor sockmap routines to work with hashmap by John Fastabend · 7 years ago
- 73a6bab tcp: switch pacing timer to softirq based hrtimer by Eric Dumazet · 7 years ago
- 6dac152 tcp: Add clean acked data hook by Ilya Lesokhin · 7 years ago
- 93ab6cc tcp: implement mmap() for zero copy receive by Eric Dumazet · 7 years ago
- 03f45c8 tcp: avoid extra wakeups for SO_RCVLOWAT users by Eric Dumazet · 7 years ago
- d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago