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