1. 82f45c6 bpf: tcp: Do not limit cb_flags when creating child sk from listen sk by Martin KaFai Lau · 4 years, 3 months ago
  2. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  3. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  4. 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
  5. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  6. 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
  7. 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 5 months ago
  8. 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
  9. 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 5 months ago
  10. ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 5 months ago
  11. f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
  12. 6fc8c82 tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option by Florian Westphal · 4 years, 5 months ago
  13. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  14. d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  15. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  16. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  17. b08d4d3 net: bpf: Add bpf_seq_afinfo in tcp_iter_state by Yonghong Song · 4 years, 7 months ago
  18. 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 7 months ago
  19. 9b9e2f2 tcp: move ipv4_specific to tcp include file by Eric Dumazet · 4 years, 7 months ago
  20. b03d214 tcp: move ipv6_specific declaration to remove a warning by Eric Dumazet · 4 years, 7 months ago
  21. 243600e tcp: add declarations to avoid warnings by Eric Dumazet · 4 years, 7 months ago
  22. dd2e0b8 tcp: remove indirect calls for icsk->icsk_af_ops->send_check by Eric Dumazet · 4 years, 7 months ago
  23. 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 7 months ago
  24. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  25. 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
  26. bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 8 months ago
  27. d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 8 months ago
  28. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  29. 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
  30. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  31. 64082b6 net: remove spurious declaration of tcp_default_init_rwnd() by Maciej Żenczykowski · 4 years, 8 months ago
  32. 8dc242ad tcp: refine tcp_pacing_delay() for very low pacing rates by Eric Dumazet · 4 years, 8 months ago
  33. f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 9 months ago
  34. 9bacd25 tcp: cache line align MAX_TCP_HEADER by Eric Dumazet · 4 years, 9 months ago
  35. c0fd336 bpf, tcp: Make tcp_bpf_recvmsg static by YueHaibing · 4 years, 10 months ago
  36. f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 4 years, 10 months ago
  37. 5da0040 bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG by Lorenz Bauer · 4 years, 10 months ago
  38. d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 4 years, 10 months ago
  39. e802515 tcp_bpf: Don't let child socket inherit parent protocol ops on copy by Jakub Sitnicki · 5 years ago
  40. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  41. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  42. 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
  43. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  44. 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
  45. 1323059 tcp, ulp: Add clone operation to tcp_ulp_ops by Mat Martineau · 5 years ago
  46. c74a39c tcp: Add MPTCP option number by Mat Martineau · 5 years ago
  47. 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
  48. dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
  49. ee2aabd tcp: refine tcp_write_queue_empty() implementation by Eric Dumazet · 5 years ago
  50. 721c8da tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
  51. cb44a08 tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
  52. 04d26e7 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
  53. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  54. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  55. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  56. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  57. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  58. 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
  59. 61723b3 tcp: ulp: add functions to dump ulp-specific information by Davide Caratti · 5 years ago
  60. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  61. 1555e6f tcp: Update TCP_BASE_MSS comment by Josh Hunt · 5 years ago
  62. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
  63. 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  64. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 5 years ago
  65. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
  66. 8d650cd tcp: fix tcp_set_congestion_control() use from bpf hook by Eric Dumazet · 5 years ago
  67. bef8e26 bpf: avoid unused variable warning in tcp_bpf_rtt() by Arnd Bergmann · 6 years ago
  68. 23729ff bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT by Stanislav Fomichev · 6 years ago
  69. 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
  70. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. c681eda net: ipv4: move tcp_fastopen server side code to SipHash library by Ard Biesheuvel · 6 years ago
  72. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  73. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  74. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  75. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. 9092a76 tcp: add backup TFO key infrastructure by Jason Baron · 6 years ago
  77. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  78. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  79. 0b13c9b include/net/tcp.h: whitespace cleanup at tcp_v4_check by Daniel T. Lee · 6 years ago
  80. 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
  81. a43e052 tcp: get rid of __tcp_add_write_queue_tail() by Eric Dumazet · 6 years ago
  82. 6c7b4ee tcp: get rid of tcp_check_send_head() by Eric Dumazet · 6 years ago
  83. f859a44 tcp: allow zerocopy with fastopen by Willem de Bruijn · 6 years ago
  84. 340a6f3 tcp: declare tcp_mmap() only when CONFIG_MMU is set by Yafang Shao · 6 years ago
  85. a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
  86. 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
  87. 85bdf7d tcp: make tcp_space() aware of socket backlog by Eric Dumazet · 6 years ago
  88. ebeef4b tcp: hint compiler about sack flows by Eric Dumazet · 6 years ago
  89. 213d776 tcp: clean up STATE_TRACE by Yafang Shao · 6 years ago
  90. 6ab6dfa net: get rid of __tcp_checksum_complete() by Cong Wang · 6 years ago
  91. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  92. 3f80e08 tcp: add tcp_reset_xmit_timer() helper by Eric Dumazet · 6 years ago
  93. c16ee04 ulp: remove uid and user_visible members by Daniel Borkmann · 6 years ago
  94. 02c558b bpf: sockmap, support for msg_peek in sk_msg with redirect ingress by John Fastabend · 6 years ago
  95. 604326b bpf, sockmap: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  96. 1243a51 tcp, ulp: remove ulp bits from sockmap by Daniel Borkmann · 6 years ago
  97. fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
  98. d3edd06 tcp: provide earliest departure time in skb->tstamp by Eric Dumazet · 6 years ago
  99. 9799ccb tcp: add tcp_wstamp_ns socket field by Eric Dumazet · 6 years ago
  100. 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago