- 96be3dc net/tcp: Add tcp-md5 and tcp-ao tracepoints by Dmitry Safonov · 9 months ago
- 512bd0f tcp: derive delack_max with tcp_rto_min helper by Kevin Yang · 9 months ago
- 4b3529e Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 9 months ago
- 4d25ca2 net: Rename mono_delivery_time to tstamp_type for scalabilty by Abhishek Chauhan · 10 months ago
- 378979e tcp: remove 64 KByte limit for initial tp->rcv_wnd value by Jason Xing · 9 months ago
- e707383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 10 months ago
- 9406279 tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets by Eric Dumazet · 10 months ago
- f3d9381 net: add <net/proto_memory.h> by Eric Dumazet · 10 months ago
- 1bede0a tcp: fix tcp_grow_skb() vs tstamps by Eric Dumazet · 10 months ago
- b533fb9 rstreason: make it work in trace world by Jason Xing · 10 months ago
- 5691276 rstreason: prepare for active reset by Jason Xing · 10 months ago
- 2bf90a5 tcp: update sacked after tracepoint in __tcp_retransmit_skb by Philo Lu · 10 months ago
- 8ee602c tcp: try to send bigger TSO packets by Eric Dumazet · 11 months ago
- d5b38a7 tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit() by Eric Dumazet · 11 months ago
- 2255503 tcp: remove dubious FIN exception from tcp_cwnd_test() by Eric Dumazet · 11 months ago
- f6d827b net: move skb ref helpers to new header by Mina Almasry · 11 months ago
- f410cbe tcp: annotate data-races around tp->window_clamp by Eric Dumazet · 11 months ago
- f99cd56 net: Remove acked SYN flag from packet in the transmit queue correctly by Dong Chenchen · 1 year, 3 months ago
- 9396c4e net/tcp: Don't store TCP-AO maclen on reqsk by Dmitry Safonov · 1 year, 3 months ago
- da7dfaa net/tcp: Consistently align TCP-AO option in the header by Dmitry Safonov · 1 year, 3 months ago
- 7425627 tcp: Fix -Wc23-extensions in tcp_options_write() by Nathan Chancellor · 1 year, 4 months ago
- cdbab62 tcp: fix fastopen code vs usec TS by Eric Dumazet · 1 year, 4 months ago
- 9427c6a net/tcp: Sign SYN-ACK segments with TCP-AO by Dmitry Safonov · 1 year, 4 months ago
- 06b22ef net/tcp: Wire TCP-AO to request sockets by Dmitry Safonov · 1 year, 4 months ago
- decde25 net/tcp: Add TCP-AO sign to twsk by Dmitry Safonov · 1 year, 4 months ago
- 1e03d32 net/tcp: Add TCP-AO sign to outgoing packets by Dmitry Safonov · 1 year, 4 months ago
- 7c2ffaf net/tcp: Calculate TCP-AO traffic keys by Dmitry Safonov · 1 year, 4 months ago
- 0aadc73 net/tcp: Prevent TCP-MD5 with TCP-AO being set by Dmitry Safonov · 1 year, 4 months ago
- e57a344 ipv6: drop feature RTAX_FEATURE_ALLFRAG by Yan Zhai · 1 year, 4 months ago
- 614e831 tcp: add support for usec resolution in TCP TS values by Eric Dumazet · 1 year, 4 months ago
- 9d0c00f tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() by Eric Dumazet · 1 year, 4 months ago
- d1a02ed tcp: rename tcp_skb_timestamp() by Eric Dumazet · 1 year, 4 months ago
- 041c346 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 4 months ago
- f921a4a tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb by Eric Dumazet · 1 year, 5 months ago
- 1c2709c tcp: fix excessive TLP and RACK timeouts from HZ rounding by Neal Cardwell · 1 year, 5 months ago
- 562b1fd tcp: Set pingpong threshold via sysctl by Haiyang Zhang · 1 year, 5 months ago
- 0e6bb5b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 71c299c net: tcp: fix crashes trying to free half-baked MTU probes by Jakub Kicinski · 1 year, 5 months ago
- 2606cf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 059217c tcp: fix quick-ack counting to count actual ACKs of new data by Neal Cardwell · 1 year, 5 months ago
- eb44ad4 net: annotate data-races around sk->sk_dst_pending_confirm by Eric Dumazet · 1 year, 5 months ago
- 28b24f9 net: implement lockless SO_MAX_PACING_RATE by Eric Dumazet · 1 year, 5 months ago
- bbf80d7 tcp: derive delack_max from rto_min by Eric Dumazet · 1 year, 5 months ago
- 133c4c0 tcp: defer regular ACK while processing socket backlog by Eric Dumazet · 1 year, 6 months ago
- b49d252 tcp: no longer release socket ownership in tcp_release_cb() by Eric Dumazet · 1 year, 6 months ago
- 5e6300e net: annotate data-races around sk->sk_forward_alloc by Eric Dumazet · 1 year, 6 months ago
- 726e9e8 tcp: refine skb->ooo_okay setting by Eric Dumazet · 1 year, 7 months ago
- e214282 net: tcp: send zero-window ACK when no memory by Menglong Dong · 1 year, 7 months ago
- d0f2b7a tcp: Disable header prediction for MD5 flow. by Kuniyuki Iwashima · 1 year, 7 months ago
- eba2081 tcp: annotate data-races around tcp_rsk(req)->ts_recent by Eric Dumazet · 1 year, 8 months ago
- 5e52655 tcp: annotate data-races around tcp_rsk(req)->txhash by Eric Dumazet · 1 year, 8 months ago
- b650d95 tcp: enforce receive buffer memory limits by allowing the tcp window to shrink by mfreemon@cloudflare.com · 1 year, 9 months ago
- 5882eff tcp: remove size parameter from tcp_stream_alloc_skb() by Eric Dumazet · 1 year, 9 months ago
- b4a2439 tcp: remove some dead code by Eric Dumazet · 1 year, 9 months ago
- fbf9340 tcp: let tcp_send_syn_data() build headless packets by Eric Dumazet · 1 year, 9 months ago
- 7360132 tcp: let tcp_mtu_probe() build headless packets by Eric Dumazet · 1 year, 9 months ago
- e9d9da9 tcp: preserve const qualifier in tcp_sk() by Eric Dumazet · 2 years ago
- 1118aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years ago
- e13ec3d tcp: annotate lockless access to sk->sk_err by Eric Dumazet · 2 years ago
- bced3f7 tcp: tcp_make_synack() can be called from process context by Breno Leitao · 2 years ago
- 459837b net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction by Dmitry Safonov · 2 years, 3 months ago
- b548b17 tcp: tcp_wfree() refactoring by Eric Dumazet · 2 years, 4 months ago
- fac3073 tcp: adopt try_cmpxchg() in tcp_release_cb() by Eric Dumazet · 2 years, 4 months ago
- f4ce91c tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited by Neal Cardwell · 2 years, 5 months ago
- 1227c17 net: Fix data-races around sysctl_[rw]mem_(max|default). by Kuniyuki Iwashima · 2 years, 6 months ago
- 272ac32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 7 months ago
- 0273954 net: Fix data-races around sysctl_[rw]mem(_offset)?. by Kuniyuki Iwashima · 2 years, 7 months ago
- 4d8f24e Revert "tcp: change pingpong threshold to 3" by Wei Wang · 2 years, 7 months ago
- 2455e61 tcp: Fix a data-race around sysctl_tcp_tso_rtt_log. by Kuniyuki Iwashima · 2 years, 7 months ago
- e0bb4ab tcp: Fix a data-race around sysctl_tcp_min_tso_segs. by Kuniyuki Iwashima · 2 years, 7 months ago
- 9fb9019 tcp: Fix a data-race around sysctl_tcp_limit_output_bytes. by Kuniyuki Iwashima · 2 years, 7 months ago
- 0f1e4d0 tcp: Fix data-races around sysctl_tcp_workaround_signed_windows. by Kuniyuki Iwashima · 2 years, 7 months ago
- 6e0e846 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 7 months ago
- 1a63cb9 tcp: Fix a data-race around sysctl_tcp_retrans_collapse. by Kuniyuki Iwashima · 2 years, 8 months ago
- 4845b57 tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. by Kuniyuki Iwashima · 2 years, 8 months ago
- 52e6586 tcp: Fix a data-race around sysctl_tcp_early_retrans. by Kuniyuki Iwashima · 2 years, 8 months ago
- 3666f66 tcp: Fix data-races around sysctl knobs related to SYN option. by Kuniyuki Iwashima · 2 years, 8 months ago
- 39e24435 tcp: Fix data-races around some timeout sysctl knobs. by Kuniyuki Iwashima · 2 years, 8 months ago
- 2a85388 tcp: Fix a data-race around sysctl_tcp_probe_interval. by Kuniyuki Iwashima · 2 years, 8 months ago
- 92c0aa4 tcp: Fix a data-race around sysctl_tcp_probe_threshold. by Kuniyuki Iwashima · 2 years, 8 months ago
- 78eb166 tcp: Fix data-races around sysctl_tcp_min_snd_mss. by Kuniyuki Iwashima · 2 years, 8 months ago
- 88d78bc tcp: Fix data-races around sysctl_tcp_base_mss. by Kuniyuki Iwashima · 2 years, 8 months ago
- f47d00e tcp: Fix data-races around sysctl_tcp_mtu_probing. by Kuniyuki Iwashima · 2 years, 8 months ago
- 816cd16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago
- 12b8d9c tcp: Fix a data-race around sysctl_tcp_ecn_fallback. by Kuniyuki Iwashima · 2 years, 8 months ago
- 4785a66 tcp: Fix data-races around sysctl_tcp_ecn. by Kuniyuki Iwashima · 2 years, 8 months ago
- 536a6c8 tcp: make retransmitted SKB fit into the send window by Yonglong Li · 2 years, 8 months ago
- c4ee118 tcp: fix over estimation in sk_forced_mem_schedule() by Eric Dumazet · 2 years, 9 months ago
- 100fdd1 net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT by Eric Dumazet · 2 years, 9 months ago
- 0a375c8 tcp: tcp_rtx_synack() can be called from process context by Eric Dumazet · 2 years, 9 months ago
- 7c4e983 net: allow gso_max_size to exceed 65536 by Alexander Duyck · 2 years, 10 months ago
- ea66758 tcp: allow MPTCP to update the announced window by Paolo Abeni · 2 years, 10 months ago
- 0e55546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
- 4bfe744 tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 2 years, 10 months ago
- 4057037 tcp: add accessors to read/set tp->snd_cwnd by Eric Dumazet · 2 years, 11 months ago
- 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- ed0c99d tcp: ensure PMTU updates are processed during fastopen by Jakub Kicinski · 3 years ago
- 6546690 tcp: adjust TSO packet sizes based on min_rtt by Eric Dumazet · 3 years ago
- a1ac9c8 net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp by Martin KaFai Lau · 3 years ago
- cb6cd2c tcp: Change SYN ACK retransmit behaviour to account for rehash by Akhmat Karakotov · 3 years, 1 month ago