1. a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  2. 6b3656a tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth by Kevin(Yudong) Yang · 5 years ago
  3. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  4. bf69aba net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  5. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  6. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  7. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  8. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  9. 8f7baad7f tcp: Add snd_wnd to TCP_INFO by Thomas Higdon · 5 years ago
  10. f9af2db tcp: Add TCP_INFO counter for packets received out-of-order by Thomas Higdon · 5 years ago
  11. acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 5 years ago
  12. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  13. c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
  14. 022c10d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  15. b0edba2 netfilter: fix coding-style errors. by Jeremy Sowden · 5 years ago
  16. 051ba67 tcp: force a PSH flag on TSO packets by Eric Dumazet · 5 years ago
  17. af38d07 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
  18. 0079ad8 ipmr: remove hard code cache_resolve_queue_len limit by Hangbin Liu · 5 years ago
  19. b58662a tcp: ulp: fix possible crash in tcp_diag_get_aux_size() by Eric Dumazet · 5 years ago
  20. 7bdf4de net: Properly update v4 routes with v6 nexthop by Donald Sharp · 5 years ago
  21. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  22. 61723b3 tcp: ulp: add functions to dump ulp-specific information by Davide Caratti · 5 years ago
  23. de8e1be tcp_bbr: clarify that bbr_bdp() rounds up in comments by Luke Hsiao · 5 years ago
  24. 888a5c5 tcp: inherit timestamp on mtu probe by Willem de Bruijn · 5 years ago
  25. fdfc5c8 tcp: remove empty skb from write queue in error cases by Eric Dumazet · 5 years ago
  26. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  27. e93fb3e net: route dump netlink NLM_F_MULTI flag missing by John Fastabend · 5 years ago
  28. e2c6939 ipv4/icmp: fix rt dst dev null pointer dereference by Hangbin Liu · 5 years ago
  29. c76c992 nexthops: remove redundant assignment to variable err by Colin Ian King · 5 years ago
  30. 6c06b66 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  31. 0f404bb net: fix icmp_socket_deliver argument 2 input by Li RongQing · 5 years ago
  32. a1c4cd6 net: fix __ip_mc_inc_group usage by Li RongQing · 5 years ago
  33. af80970 net: remove empty inet_exit_net by Li RongQing · 5 years ago
  34. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  35. c162610 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 5 years ago
  36. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  37. c04b79b tcp: add new tcp_mtu_probe_floor sysctl by Josh Hunt · 5 years ago
  38. 1a991488 tcp: batch calls to sk_flush_backlog() by Eric Dumazet · 5 years ago
  39. 7fd69b0 ipv4: Add lockdep condition to fix for_each_entry() by Joel Fernandes (Google) · 6 years ago
  40. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  41. 891584f inet: frags: re-introduce skb coalescing for local delivery by Guillaume Nault · 5 years ago
  42. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  43. 8c0bb78 netfilter: synproxy: rename mss synproxy_options field by Fernando Fernandez Mancera · 6 years ago
  44. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
  45. 9651127 tcp: tcp_syn_flood_action read port from socket by Petar Penkov · 5 years ago
  46. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  47. 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  48. 47d858d ipip: validate header length in ipip_tunnel_xmit by Haishuang Yan · 5 years ago
  49. c7148c0 net/ipv4: cleanup error condition testing by Pavel Machek · 5 years ago
  50. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  51. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 5 years ago
  52. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
  53. 9a2f97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  54. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  55. 8d650cd tcp: fix tcp_set_congestion_control() use from bpf hook by Eric Dumazet · 5 years ago
  56. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 6 years ago
  57. 666a3d6 udp: Fix typo in net/ipv4/udp.c by Su Yanjun · 6 years ago
  58. 66f8209 fib: relax source validation check for loopback packets by Cong Wang · 6 years ago
  59. b83329f netfilter: synproxy: fix erroneous tcp mss option by Fernando Fernandez Mancera · 6 years ago
  60. 05ba4c8 netfilter: Update obsolete comments referring to ip_conntrack by Yonatan Goldschmidt · 6 years ago
  61. 3c00fb0 netfilter: nf_conntrack_sip: fix expectation clash by xiao ruizhu · 6 years ago
  62. b575b24 netfilter: Fix rpfilter dropping vrf packets by mistake by Miaohe Lin · 6 years ago
  63. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  64. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  65. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  66. e858faf tcp: Reset bytes_acked and bytes_received when disconnecting by Christoph Paasch · 6 years ago
  67. 828b2b4 ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts by Stephen Suryaputra · 6 years ago
  68. 537de0c ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup() by Ido Schimmel · 6 years ago
  69. e4aa33a net: remove unused parameter from skb_checksum_try_convert by Li RongQing · 6 years ago
  70. e3b60ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  71. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  72. 6f24080 ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg() by Paolo Abeni · 6 years ago
  73. e4730936 inet: factor out inet_send_prepare() by Paolo Abeni · 6 years ago
  74. 1e64d7c net: don't warn in inet diag when IPV6 is disabled by Stephen Hemminger · 6 years ago
  75. 23729ff bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT by Stanislav Fomichev · 6 years ago
  76. 885b8b4 ipv4: Fix off-by-one in route dump counter without netlink strict checking by Stefano Brivio · 6 years ago
  77. 8d7017f blackhole_netdev: use blackhole_netdev to invalidate dst entries by Mahesh Bandewar · 6 years ago
  78. 2e60546 ipv4: don't set IPv6 only flags to IPv4 addresses by Matteo Croce · 6 years ago
  79. c7b37c7 xfrm: remove get_mtu indirection from xfrm_type by Florian Westphal · 6 years ago
  80. e5b1c6c igmp: fix memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  81. 5cdda5f ipv4: enable route flushing in network namespaces by Christian Brauner · 6 years ago
  82. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  83. 6a9e9ce net: ipv4: fix infinite loop on secondary addr promotion by Florian Westphal · 6 years ago
  84. 5b18f12 ipv4: reset rt_iif for recirculated mcast/bcast out pkts by Stephen Suryaputra · 6 years ago
  85. 93ed54b ipv4: fix suspicious RCU usage in fib_dump_info_fnhe() by Eric Dumazet · 6 years ago
  86. 38c7352 ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop by Stephen Suryaputra · 6 years ago
  87. 1c5ba67 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 6 years ago
  88. ee28906 ipv4: Dump route exceptions if requested by Stefano Brivio · 6 years ago
  89. d948974 ipv4/route: Allow NULL flowinfo in rt_fill_info() by Stefano Brivio · 6 years ago
  90. b597ca6e ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering by Stefano Brivio · 6 years ago
  91. 564c91f fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED by Stefano Brivio · 6 years ago
  92. 650638a ipv4: fix confirm_addr_indev() when enable route_localnet by Shijie Luo · 6 years ago
  93. d8c444d ipv4: fix inet_select_addr() when enable route_localnet by Shijie Luo · 6 years ago
  94. 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
  95. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  96. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  97. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  98. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  99. dbb5281 netfilter: nf_tables: add support for matching IPv4 options by Stephen Suryaputra · 6 years ago
  100. f76c7bf netfilter: synproxy: fix manual bump of the reference counter by Fernando Fernandez Mancera · 6 years ago