1. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  2. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  3. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  4. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  5. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. a65120b ipv6: Use result arg in fib_lookup_arg consistently by David Ahern · 6 years ago
  7. b2f97f7 ipv6: fib6_rule_action_alt needs to return -EAGAIN by David Ahern · 6 years ago
  8. ecc5663 net: Change nhc_flags to unsigned char by David Ahern · 6 years ago
  9. f05713e ipv6: convert fib6_ref to refcount_t by Eric Dumazet · 6 years ago
  10. 5ea7152 ipv6: broadly use fib6_info_hold() helper by Eric Dumazet · 6 years ago
  11. b027055 ipv6: fib6_info_destroy_rcu() cleanup by Eric Dumazet · 6 years ago
  12. bb9cd07 xfrm: remove unneeded export_symbols by Florian Westphal · 6 years ago
  13. c53ac41e xfrm: remove decode_session indirection from afinfo_policy by Florian Westphal · 6 years ago
  14. 2e8b4aa xfrm: remove init_path indirection from afinfo_policy by Florian Westphal · 6 years ago
  15. f24ea528 xfrm: remove tos indirection from afinfo_policy by Florian Westphal · 6 years ago
  16. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  17. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  18. 0bc1998 ipv6: Add rate limit mask for ICMPv6 messages by Stephen Suryaputra · 6 years ago
  19. d5f6db3 net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" by Colin Ian King · 6 years ago
  20. b8fb1ab net ipv6: Prevent neighbor add if protocol is disabled on device by David Ahern · 6 years ago
  21. 7d21fec ipv6: Add fib6_type and fib6_flags to fib6_result by David Ahern · 6 years ago
  22. effda4d ipv6: Pass fib6_result to fib lookups by David Ahern · 6 years ago
  23. 8ff2e5b ipv6: Pass fib6_result to fib6_table_lookup tracepoint by David Ahern · 6 years ago
  24. b7bc4b6 ipv6: Pass fib6_result to rt6_select and find_rr_leaf by David Ahern · 6 years ago
  25. 75ef738 ipv6: Pass fib6_result to rt6_device_match by David Ahern · 6 years ago
  26. b748f26 ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu by David Ahern · 6 years ago
  27. 5012f0a ipv6: Pass fib6_result to rt6_insert_exception by David Ahern · 6 years ago
  28. 0d16158 ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init by David Ahern · 6 years ago
  29. db3fede ipv6: Pass fib6_result to pcpu route functions by David Ahern · 6 years ago
  30. 9b6b35a ipv6: Pass fib6_result to ip6_create_rt_rcu by David Ahern · 6 years ago
  31. 85bd05d ipv6: Pass fib6_result to ip6_rt_cache_alloc by David Ahern · 6 years ago
  32. 7e4b512 ipv6: Pass fib6_result to rt6_find_cached_rt by David Ahern · 6 years ago
  33. b1d4099 ipv6: Rename fib6_multipath_select and pass fib6_result by David Ahern · 6 years ago
  34. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 9c69a13 route: Avoid crash from dereferencing NULL rt->from by Jonathan Lemon · 6 years ago
  36. 95337b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  37. 1deeb64 ipv6: Remove flowi6_oif compare from __ip6_route_redirect by David Ahern · 6 years ago
  38. bddc028 udpv6: Check address length before reading address family by Tetsuo Handa · 6 years ago
  39. 0b34eb0 ipv6: Refactor __ip6_route_redirect by David Ahern · 6 years ago
  40. 0c59d00 ipv6: Refactor rt6_device_match by David Ahern · 6 years ago
  41. d83009d ipv6: Move fib6_multipath_select down in ip6_pol_route by David Ahern · 6 years ago
  42. af52a52 ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup by David Ahern · 6 years ago
  43. 30c15f0 ipv6: Refactor find_rr_leaf by David Ahern · 6 years ago
  44. 28679ed ipv6: Refactor find_match by David Ahern · 6 years ago
  45. 702cea5 ipv6: Pass fib6_nh and flags to rt6_score_route by David Ahern · 6 years ago
  46. cc3a86c ipv6: Change rt6_probe to take a fib6_nh by David Ahern · 6 years ago
  47. 6e1809a ipv6: Remove rt6_check_dev by David Ahern · 6 years ago
  48. 1ba9a89 ipv6: Only call rt6_check_neigh for nexthop with gateway by David Ahern · 6 years ago
  49. adf82ac netfilter: x_tables: merge ip and ipv6 masquerade modules by Florian Westphal · 6 years ago
  50. bf8981a netfilter: nf_nat: merge ip/ip6 masquerade headers by Florian Westphal · 6 years ago
  51. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. 2a3caba net: ip6_gre: fix possible use-after-free in ip6erspan_rcv by Lorenzo Bianconi · 6 years ago
  53. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  54. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  55. 1aefd3d ipv6: Add fib6_nh_init and release to stubs by David Ahern · 6 years ago
  56. c1deb06 netfilter: nf_tables: merge route type into core by Florian Westphal · 6 years ago
  57. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  58. c9500d7 xfrm: store xfrm_mode directly, not its address by Florian Westphal · 6 years ago
  59. 4c145dc xfrm: make xfrm modes builtin by Florian Westphal · 6 years ago
  60. 733a5fa xfrm: remove afinfo pointer from xfrm_mode by Florian Westphal · 6 years ago
  61. 1de7083 xfrm: remove output2 indirection from xfrm_mode by Florian Westphal · 6 years ago
  62. b3284df xfrm: remove input2 indirection from xfrm_mode by Florian Westphal · 6 years ago
  63. 7613b92 xfrm: remove gso_segment indirection from xfrm_mode by Florian Westphal · 6 years ago
  64. 303c5fa xfrm: remove xmit indirection from xfrm_mode by Florian Westphal · 6 years ago
  65. 0c620e9 xfrm: remove output indirection from xfrm_mode by Florian Westphal · 6 years ago
  66. c2d305e xfrm: remove input indirection from xfrm_mode by Florian Westphal · 6 years ago
  67. b45714b xfrm: prefer family stored in xfrm_mode struct by Florian Westphal · 6 years ago
  68. b262a69 xfrm: place af number into xfrm_mode struct by Florian Westphal · 6 years ago
  69. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  70. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. bb9bd81 ipv6: sit: reset ip header pointer in ipip6_rcv by Lorenzo Bianconi · 6 years ago
  72. c0a7207 ipv6: Flip to fib_nexthop_info by David Ahern · 6 years ago
  73. ef0efcd ipv6: Fix dangling pointer when ipv6 fragment by Junwei Hu · 6 years ago
  74. b2e54b0 ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type by Sheena Mira-ato · 6 years ago
  75. f5d5476 tcp: fix tcp_inet6_sk() for 32bit kernels by Eric Dumazet · 6 years ago
  76. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  77. 979e276 net: Use common nexthop init and release helpers by David Ahern · 6 years ago
  78. f174173 net: Add fib_nh_common and update fib_nh and fib6_nh by David Ahern · 6 years ago
  79. ad1601a ipv6: Rename fib6_nh entries by David Ahern · 6 years ago
  80. 572bf4d ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh by David Ahern · 6 years ago
  81. 6d3d07b ipv6: Refactor fib6_ignore_linkdown by David Ahern · 6 years ago
  82. 2b2450c ipv6: Move gateway checks to a fib6_nh setting by David Ahern · 6 years ago
  83. dac7d0f ipv6: Create cleanup helper for fib6_nh by David Ahern · 6 years ago
  84. 83c44251 ipv6: Create init helper for fib6_nh by David Ahern · 6 years ago
  85. b5f9bd1 ila: Fix rhashtable walker list corruption by Herbert Xu · 6 years ago
  86. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  88. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  89. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  90. 10585b4 ipv6: Remove fallback argument from ip6_hold_safe by David Ahern · 6 years ago
  91. c7a1ce3 ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create by David Ahern · 6 years ago
  92. 67f6951 ipv6: Move setting default metric for routes by David Ahern · 6 years ago
  93. e0831ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  94. 0b03a5c ipv6: Add icmp_echo_ignore_anycast for ICMPv6 by Stephen Suryaputra · 6 years ago
  95. 1c87e79 ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL by Xin Long · 6 years ago
  96. 03f1ecc ipv6: Add icmp_echo_ignore_multicast support for ICMPv6 by Stephen Suryaputra · 6 years ago
  97. 93a77c1 tcp: add tcp_inet6_sk() helper by Eric Dumazet · 6 years ago
  98. 89e4130 tcp: do not use ipv6 header for ipv4 flow by Eric Dumazet · 6 years ago
  99. 6d65561 netfilter: ip6t_srh: fix NULL pointer dereferences by Kangjie Lu · 6 years ago
  100. a843dc4 net: sit: fix UBSAN Undefined behaviour in check_6rd by Miaohe Lin · 6 years ago