1. 48cec89 tcp: Add a stub for sk_defer_free_flush() by Gal Pressman · 3 years ago
  2. f35f821 tcp: defer skb freeing after socket lock is released by Eric Dumazet · 3 years, 1 month ago
  3. 0307a0b tcp: annotate data-races on tp->segs_in and tp->data_segs_in by Eric Dumazet · 3 years, 1 month ago
  4. 9b65b17 net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
  5. 84882cf Revert "net: avoid double accounting for pure zerocopy skbs" by Jakub Kicinski · 3 years, 2 months ago
  6. f1a456f net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
  7. 03271f3 tcp: rename sk_wmem_free_skb by Talal Ahmad · 3 years, 2 months ago
  8. 27728ba tcp: cleanup tcp_remove_empty_skb() use by Eric Dumazet · 3 years, 2 months ago
  9. f8dd3b8 tcp: rename sk_stream_alloc_skb by Eric Dumazet · 3 years, 2 months ago
  10. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 2 months ago
  11. a76c231 tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0 by Leonard Crestez · 3 years, 2 months ago
  12. 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 2 months ago
  13. 053f368 tcp: adjust rcv_ssthresh according to sk_reserved_mem by Wei Wang · 3 years, 3 months ago
  14. 40bc606 tcp: tracking packets with CE marks in BW rate sample by Yuchung Cheng · 3 years, 3 months ago
  15. ff6fb08 tcp: make tcp_build_frag() static by Paolo Abeni · 3 years, 3 months ago
  16. 04d8825 tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers by Paolo Abeni · 3 years, 3 months ago
  17. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  18. 6200137 bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state by Martin KaFai Lau · 3 years, 6 months ago
  19. 7494687 net/tcp_fastopen: remove obsolete extern by Eric Dumazet · 3 years, 5 months ago
  20. 71158bb tcp: consistently disable header prediction for mptcp by Paolo Abeni · 3 years, 6 months ago
  21. 892bfd3 tcp: export timestamp helpers for mptcp by Florian Westphal · 3 years, 7 months ago
  22. 51e0158 skmsg: Pass psock pointer to ->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  23. 8250666 tcp: reorder tcp_congestion_ops for better cache locality by Eric Dumazet · 3 years, 9 months ago
  24. 2bc793e skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() by Cong Wang · 3 years, 9 months ago
  25. 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  26. e3526bb skmsg: Move sk_redir from TCP_SKB_CB to skb by Cong Wang · 3 years, 10 months ago
  27. 16137b0 bpf: Compute data_end dynamically with JIT code by Cong Wang · 3 years, 10 months ago
  28. 8875960 bpf: Clean up sockmap related Kconfigs by Cong Wang · 3 years, 10 months ago
  29. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  30. 05dc72a tcp: factorize logic into tcp_epollin_ready() by Eric Dumazet · 3 years, 11 months ago
  31. f969dc5 tcp: fix SO_RCVLOWAT related hangs under mem pressure by Eric Dumazet · 3 years, 11 months ago
  32. 62d9f1a tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN by Pengcheng Yang · 4 years ago
  33. 344db93 tcp: make TCP_USER_TIMEOUT accurate for zero window probes by Enke Chen · 4 years ago
  34. 9cacf81 bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE by Stanislav Fomichev · 4 years ago
  35. 6d4634d net: Limit logical shift left of TCP probe0 timeout by Cambda Zhu · 4 years, 1 month ago
  36. 049fe38 tcp: parse mptcp options contained in reset packets by Florian Westphal · 4 years, 1 month ago
  37. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  38. cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
  39. 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 1 month ago
  40. 77c3c95 tcp: factor out __tcp_close() helper by Paolo Abeni · 4 years, 1 month ago
  41. b796d04 tcp: factor out tcp_build_frag() by Paolo Abeni · 4 years, 1 month ago
  42. d3cd492 tcp: uninline tcp_stream_memory_free() by Eric Dumazet · 4 years, 1 month ago
  43. 7e901ee tcp: avoid slow start during fast recovery on new losses by Yuchung Cheng · 4 years, 2 months ago
  44. 82f45c6 bpf: tcp: Do not limit cb_flags when creating child sk from listen sk by Martin KaFai Lau · 4 years, 3 months ago
  45. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  46. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  47. 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
  48. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  49. 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
  50. 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 4 months ago
  51. 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 4 months ago
  52. 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 4 months ago
  53. ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 4 months ago
  54. f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
  55. 6fc8c82 tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option by Florian Westphal · 4 years, 5 months ago
  56. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  57. d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  58. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  59. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  60. b08d4d3 net: bpf: Add bpf_seq_afinfo in tcp_iter_state by Yonghong Song · 4 years, 6 months ago
  61. 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 6 months ago
  62. 9b9e2f2 tcp: move ipv4_specific to tcp include file by Eric Dumazet · 4 years, 6 months ago
  63. b03d214 tcp: move ipv6_specific declaration to remove a warning by Eric Dumazet · 4 years, 6 months ago
  64. 243600e tcp: add declarations to avoid warnings by Eric Dumazet · 4 years, 6 months ago
  65. dd2e0b8 tcp: remove indirect calls for icsk->icsk_af_ops->send_check by Eric Dumazet · 4 years, 6 months ago
  66. 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 6 months ago
  67. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  68. 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
  69. bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 7 months ago
  70. d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 7 months ago
  71. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  72. 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
  73. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  74. 64082b6 net: remove spurious declaration of tcp_default_init_rwnd() by Maciej Żenczykowski · 4 years, 8 months ago
  75. 8dc242a tcp: refine tcp_pacing_delay() for very low pacing rates by Eric Dumazet · 4 years, 8 months ago
  76. f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 8 months ago
  77. 9bacd25 tcp: cache line align MAX_TCP_HEADER by Eric Dumazet · 4 years, 8 months ago
  78. c0fd336 bpf, tcp: Make tcp_bpf_recvmsg static by YueHaibing · 4 years, 9 months ago
  79. f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 4 years, 10 months ago
  80. 5da0040 bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG by Lorenz Bauer · 4 years, 10 months ago
  81. d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 4 years, 10 months ago
  82. e802515 tcp_bpf: Don't let child socket inherit parent protocol ops on copy by Jakub Sitnicki · 4 years, 10 months ago
  83. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  84. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  85. 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
  86. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  87. 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
  88. 1323059 tcp, ulp: Add clone operation to tcp_ulp_ops by Mat Martineau · 5 years ago
  89. c74a39c tcp: Add MPTCP option number by Mat Martineau · 5 years ago
  90. 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
  91. dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
  92. ee2aabd tcp: refine tcp_write_queue_empty() implementation by Eric Dumazet · 5 years ago
  93. 721c8da tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
  94. cb44a08 tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
  95. 04d26e7 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
  96. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  97. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  98. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  99. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  100. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago