1. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  2. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 5 years ago
  3. 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 5 years ago
  4. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  5. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 5 years ago
  6. 2b81f81 net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 5 years ago
  7. 9609dad ipv4: tcp_input: fix stack out of bounds when parsing TCP options. by Young Xiao · 5 years ago
  8. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  9. 425aa0e ip_sockglue: Fix missing-check bug in ip_ra_control() by Gen Zhang · 5 years ago
  10. 71e15f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  11. 903869b ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 5 years ago
  12. 3580d04 ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 5 years ago
  13. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  14. e633508 netfilter: nft_fib: Fix existence check support by Phil Sutter · 6 years ago
  15. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 5 years ago
  16. 3a63cbb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 by Thomas Gleixner · 5 years ago
  17. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  18. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  19. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  20. ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
  21. 752beb5 net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module by Konstantin Khlebnikov · 6 years ago
  22. c7d5ec2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  23. 5fa2ca7 bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0 by John Fastabend · 6 years ago
  24. 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
  25. cd736d8 tcp: fix retrans timestamp on passive Fast Open by Yuchung Cheng · 6 years ago
  26. c42253c bpf: sockmap remove duplicate queue free by John Fastabend · 6 years ago
  27. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  28. 19e4e76 ipv4: Fix raw socket lookup for local traffic by David Ahern · 6 years ago
  29. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  30. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 5ba2a4b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  32. 1ffad6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  33. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  34. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  35. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  36. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  37. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  38. 7fcd1e0 ipmr_base: Do not reset index in mr_table_dump by David Ahern · 6 years ago
  39. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  40. 4dd2b82 udp: fix GRO packet of death by Eric Dumazet · 6 years ago
  41. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  42. 98fa627 tcp: refactor setting the initial congestion window by Yuchung Cheng · 6 years ago
  43. 6b94b1c tcp: refactor to consolidate TFO passive open code by Yuchung Cheng · 6 years ago
  44. 794200d tcp: undo cwnd on Fast Open spurious SYNACK retransmit by Yuchung Cheng · 6 years ago
  45. 8c3cfe1 tcp: lower congestion window on Fast Open SYNACK timeout by Yuchung Cheng · 6 years ago
  46. 336c39a tcp: undo init congestion window on false SYNACK timeout by Yuchung Cheng · 6 years ago
  47. 9e450c1 tcp: better SYNACK sent timestamp by Yuchung Cheng · 6 years ago
  48. 7c1f081 tcp: undo initial congestion window on false SYN timeout by Yuchung Cheng · 6 years ago
  49. bc9f38c tcp: avoid unconditional congestion window undo on SYN retransmit by Yuchung Cheng · 6 years ago
  50. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  51. b145745 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  52. e1f172e netfilter: use macros to create module aliases. by Flavio Leitner · 6 years ago
  53. ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
  54. 21f1b8a udp: fix GRO reception in case of length mismatch by Paolo Abeni · 6 years ago
  55. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  56. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  57. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  58. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  59. 20ff83f ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
  60. ecc5663 net: Change nhc_flags to unsigned char by David Ahern · 6 years ago
  61. ffa8ce5 lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap by David Ahern · 6 years ago
  62. bb9cd07 xfrm: remove unneeded export_symbols by Florian Westphal · 6 years ago
  63. c53ac41 xfrm: remove decode_session indirection from afinfo_policy by Florian Westphal · 6 years ago
  64. 2e8b4aa xfrm: remove init_path indirection from afinfo_policy by Florian Westphal · 6 years ago
  65. f24ea52 xfrm: remove tos indirection from afinfo_policy by Florian Westphal · 6 years ago
  66. 3557b3f net: bpfilter: dont use module_init in non-modular code by Paul Gortmaker · 6 years ago
  67. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  68. d7cc399 tcp: properly reset skb->truesize for tx recycling by Eric Dumazet · 6 years ago
  69. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  70. 94e4dcc Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  71. 19fad20 ipv4: set the tcp_min_rtt_wlen range from 0 to one day by ZhangXiaoxu · 6 years ago
  72. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  73. 50ce163 tcp: tcp_grow_window() needs to respect tcp_space() by Eric Dumazet · 6 years ago
  74. 95337b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  75. c543cb4 ipv4: ensure rcu_read_lock() in ipv4_link_failure() by Eric Dumazet · 6 years ago
  76. ed0de45 ipv4: recompile ip options in ipv4_link_failure by Stephen Suryaputra · 6 years ago
  77. e305845 dctcp: more accurate tracking of packets delivery by Eric Dumazet · 6 years ago
  78. adf82ac netfilter: x_tables: merge ip and ipv6 masquerade modules by Florian Westphal · 6 years ago
  79. bf8981a netfilter: nf_nat: merge ip/ip6 masquerade headers by Florian Westphal · 6 years ago
  80. 526bb57 net: fou: remove redundant code in gue_udp_recv by Lorenzo Bianconi · 6 years ago
  81. 988dc4a net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv by Lorenzo Bianconi · 6 years ago
  82. c9d52f2 fou: correct spelling of encapsulation by Simon Horman · 6 years ago
  83. d73f80f ipv4: Handle RTA_GATEWAY set to 0 by David Ahern · 6 years ago
  84. bee58fe net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu() by Paul E. McKenney · 6 years ago
  85. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. 492b67e net: ip_gre: fix possible use-after-free in erspan_rcv by Lorenzo Bianconi · 6 years ago
  87. d156626 ipv4: Allow ipv6 gateway with ipv4 routes by David Ahern · 6 years ago
  88. 19a9d13 ipv4: Flag fib_info with a fib_nh using IPv6 gateway by David Ahern · 6 years ago
  89. 1a38c43 ipv4: Handle ipv6 gateway in fib_good_nh by David Ahern · 6 years ago
  90. 619d182 ipv4: Handle ipv6 gateway in fib_detect_death by David Ahern · 6 years ago
  91. 6de9c05 ipv4: Handle ipv6 gateway in ipv4_confirm_neigh by David Ahern · 6 years ago
  92. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  93. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  94. 717a8f5 ipv4: Add fib_check_nh_v6_gw by David Ahern · 6 years ago
  95. 448d724 ipv4: Refactor fib_check_nh by David Ahern · 6 years ago
  96. a4ea5d4 ipv4: Add support to fib_config for IPv6 gateway by David Ahern · 6 years ago
  97. 0f5f7d7 ipv4: Add support to rtable for ipv6 gateway by David Ahern · 6 years ago
  98. f35b794 ipv4: Prepare fib_config for IPv6 gateway by David Ahern · 6 years ago
  99. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  100. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago