1. bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years ago
  2. c89dffc tcp: Fix potential use-after-free due to double kfree() by Kuniyuki Iwashima · 4 years ago
  3. b160c28 tcp: do not mess with cloned skbs in tcp_add_backlog() by Eric Dumazet · 4 years ago
  4. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  5. 8ef44b6 tcp: Retain ECT bits for tos reflection by Wei Wang · 4 years, 1 month ago
  6. 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 1 month ago
  7. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  8. 407c85c tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN by Alexander Duyck · 4 years, 2 months ago
  9. 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 2 months ago
  10. 861602b tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header by Alexander Duyck · 4 years, 2 months ago
  11. d3cd492 tcp: uninline tcp_stream_memory_free() by Eric Dumazet · 4 years, 2 months ago
  12. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  13. 86bccd0 tcp: fix receive window update in tcp_add_backlog() by Eric Dumazet · 4 years, 3 months ago
  14. ac8f171 tcp: reflect tos value received in SYN to the socket by Wei Wang · 4 years, 4 months ago
  15. de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 4 months ago
  16. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  17. 2bdcc73 net: ipv4: delete repeated words by Randy Dunlap · 4 years, 5 months ago
  18. 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
  19. f9c7927 bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t by Yonghong Song · 4 years, 6 months ago
  20. 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 6 months ago
  21. d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  22. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  23. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 6 months ago
  24. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  25. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  26. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  27. e6ced83 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 6 months ago
  28. 6a2febe tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 6 months ago
  29. 52d87d5 net: bpf: Implement bpf iterator for tcp by Yonghong Song · 4 years, 7 months ago
  30. b08d4d3 net: bpf: Add bpf_seq_afinfo in tcp_iter_state by Yonghong Song · 4 years, 7 months ago
  31. d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 8 months ago
  32. a12daf1 tcp: rename tcp_v4_err() skb parameter by Eric Dumazet · 4 years, 8 months ago
  33. f745664 tcp: add tcp_ld_RTO_revert() helper by Eric Dumazet · 4 years, 8 months ago
  34. 23917494 tcp: tcp_v4_err() icmp skb is named icmp_skb by Eric Dumazet · 4 years, 8 months ago
  35. 45af29c tcp: allow traceroute -Mtcp for unpriv users by Eric Dumazet · 4 years, 8 months ago
  36. a70437c tcp: add hrtimer slack to sack compression by Eric Dumazet · 4 years, 8 months ago
  37. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  38. c8b9177 tcp: ipv4: Pass lockdep expression to RCU lists by Amol Grover · 4 years, 11 months ago
  39. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  40. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  41. 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
  42. 6b102db net: Add device index to tcp_md5sig by David Ahern · 5 years ago
  43. dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
  44. 534322c ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash by David Ahern · 5 years ago
  45. cea9760 ipv4/tcp: Use local variable for tcp_md5_addr by David Ahern · 5 years ago
  46. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  47. 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  48. 65e6d90 net-tcp: Disable TCP ssthresh metrics cache by default by Kevin(Yudong) Yang · 5 years ago
  49. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  50. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  51. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  52. 623d0c2 tcp: increase tcp_max_syn_backlog max value by Eric Dumazet · 5 years ago
  53. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  54. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  55. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  56. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  57. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  58. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  59. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  60. be2644a tcp: add ipv6_addr_v4mapped_loopback() helper by Eric Dumazet · 5 years ago
  61. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  62. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  63. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  64. c04b79b tcp: add new tcp_mtu_probe_floor sysctl by Josh Hunt · 5 years ago
  65. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
  66. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  67. 5f3e2bf00 tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
  68. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  69. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  70. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 5472c3c tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) by Eric Dumazet · 6 years ago
  72. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  73. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
  75. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. b506bc9 tcp: fix a potential NULL pointer dereference in tcp_sk_exit by Dust Li · 6 years ago
  77. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  78. f2feaef tcp: Don't access TCP_SKB_CB before initializing it by Christoph Paasch · 6 years ago
  79. 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
  80. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. 2c4cc97 tcp: tcp_v4_err() should be more careful by Eric Dumazet · 6 years ago
  82. 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
  83. 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
  84. 4f693b5 tcp: implement coalescing on backlog queue by Eric Dumazet · 6 years ago
  85. ade9628 tcp: drop dst in tcp_add_backlog() by Eric Dumazet · 6 years ago
  86. c73e580 tcp: tsq: no longer use limit_output_bytes for paced flows by Eric Dumazet · 6 years ago
  87. e6e8869 net: tcp: remove BUG_ON from tcp_v4_err by Li RongQing · 6 years ago
  88. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  89. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  91. 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago
  92. 743e481 tcp: remove useless add operation when init sysctl_max_tw_buckets by Yafang Shao · 6 years ago
  93. 431280e ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
  94. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  95. cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 6 years ago
  96. 21684dc tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets by Stefan Baranoff · 7 years ago
  97. 4fd44a9 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 7 years ago
  98. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  99. 79e9fed net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization by Maciej Żenczykowski · 7 years ago
  100. 3d97d88 tcp: minor optimization around tcp_hdr() usage in receive path by Yafang Shao · 7 years ago