1. 1893ff2 net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags by David Ahern · 7 years ago
  2. 232378e net/ipv6: Change address check to always take a device argument by David Ahern · 7 years ago
  3. f1c02cf ipv6: allow userspace to add IFA_F_OPTIMISTIC addresses by Sabrina Dubroca · 7 years ago
  4. 5091141 net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops by Kirill Tkhai · 7 years ago
  5. 0bc9be6 net: Convert addrconf_ops by Kirill Tkhai · 7 years ago
  6. e64e469 ipv6: addrconf: break critical section in addrconf_verify_rtnl() by Eric Dumazet · 8 years ago
  7. c76fe2d net: ipv6: send unsolicited NA after DAD by David Ahern · 8 years ago
  8. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 8 years ago
  9. 27c6fa7 ipv6: Set nexthop flags upon carrier change by Ido Schimmel · 8 years ago
  10. 4c981e2 ipv6: Prepare to handle multiple netdev events by Ido Schimmel · 8 years ago
  11. 2127d95 ipv6: Clear nexthop flags upon netdev up by Ido Schimmel · 8 years ago
  12. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 8 years ago
  13. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 8 years ago
  14. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 8 years ago
  15. 0940095 ipv6: set all.accept_dad to 0 by default by Nicolas Dichtel · 8 years ago
  16. 2210d6b net: ipv6: sysctl to specify IPv6 ND traffic class by Maciej Żenczykowski · 8 years ago
  17. fffcefe ipv6: addrconf: fix a lockdep splat by Eric Dumazet · 8 years ago
  18. 27c565a ipv6: remove IN6_ADDR_HSIZE from addrconf.h by Eric Dumazet · 8 years ago
  19. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. e669b86 ipv6: addrconf: increment ifp refcount before ipv6_del_addr() by Eric Dumazet · 8 years ago
  21. da13c59 net: display hw address of source machine during ipv6 DAD failure by Vishwanath Pai · 8 years ago
  22. 4e5f47a ipv6: addrconf: do not block BH in ipv6_chk_home_addr() by Eric Dumazet · 8 years ago
  23. a5c1d98 ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling by Eric Dumazet · 8 years ago
  24. 24f226d ipv6: addrconf: do not block BH in ipv6_get_ifaddr() by Eric Dumazet · 8 years ago
  25. 480318a ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() by Eric Dumazet · 8 years ago
  26. 3f27fb2 ipv6: addrconf: add per netns perturbation in inet6_addr_hash() by Eric Dumazet · 8 years ago
  27. 752a929 ipv6: addrconf: factorize inet6_addr_hash() call by Eric Dumazet · 8 years ago
  28. 56fc709 ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration by Eric Dumazet · 8 years ago
  29. de95e04 net: Add extack to validator_info structs used for address notifier by David Ahern · 8 years ago
  30. ff7883e net: ipv6: Make inet6addr_validator a blocking notifier by David Ahern · 8 years ago
  31. f3d9832 ipv6: addrconf: cleanup locking in ipv6_add_addr by David Ahern · 8 years ago
  32. c24675f ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR by Florian Westphal · 8 years ago
  33. 4ea2607 ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF by Florian Westphal · 8 years ago
  34. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. cc429c8 ipv6: avoid cache line dirtying in ipv6_dev_get_saddr() by Eric Dumazet · 8 years ago
  36. f59c031 ipv6: __ipv6_dev_get_saddr() rcu conversion by Eric Dumazet · 8 years ago
  37. 24ba333 ipv6: ipv6_chk_prefix() rcu conversion by Eric Dumazet · 8 years ago
  38. 47e2694 ipv6: ipv6_chk_custom_prefix() rcu conversion by Eric Dumazet · 8 years ago
  39. d9bf82c ipv6: ipv6_count_addresses() rcu conversion by Eric Dumazet · 8 years ago
  40. 8ef802a ipv6: prepare RCU lookups for idev->addr_list by Eric Dumazet · 8 years ago
  41. a2d3f3e ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real by Matteo Croce · 8 years ago
  42. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 8 years ago
  43. d3843fe ipv6: replace dst_hold() with dst_hold_safe() in routing code by Wei Wang · 8 years ago
  44. 2b760fc ipv6: hook up exception table to store dst cache by Wei Wang · 8 years ago
  45. 38fbeee ipv6: prepare fib6_locate() for exception table by Wei Wang · 8 years ago
  46. 5c45121 rtnetlink: remove __rtnl_af_unregister by Florian Westphal · 8 years ago
  47. 1f372c7 net: ipv6: send NS for DAD when link operationally up by Mike Manning · 8 years ago
  48. 63a4e80 ipv6: Remove redundant unlikely() by Tobias Klauser · 8 years ago
  49. 35e015e ipv6: fix net.ipv6.conf.all interface DAD handlers by Matteo Croce · 8 years ago
  50. 6819a14 net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure by Mike Manning · 8 years ago
  51. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 4e587ea ipv6: fix sparse warning on rt6i_node by Wei Wang · 8 years ago
  53. 4832c30 net: ipv6: put host and anycast routes on device with address by David Ahern · 8 years ago
  54. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 8 years ago
  55. fc882fc ipv6: Regenerate host route according to node pointer upon interface up by Ido Schimmel · 8 years ago
  56. 9217d8c ipv6: Regenerate host route according to node pointer upon loopback up by Ido Schimmel · 8 years ago
  57. 271201c net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  58. 1be9246 net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  59. ec8add2 ipv6: dad: don't remove dynamic addresses if link is down by Sabrina Dubroca · 8 years ago
  60. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. 60abc0b ipv6: avoid unregistering inet6_dev for loopback by WANG Cong · 8 years ago
  62. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. ad65a2f ipv6: call dst_hold_safe() properly by Wei Wang · 8 years ago
  64. f8a894b ipv6: fix calling in6_ifa_hold incorrectly for dad work by Xin Long · 8 years ago
  65. 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 8 years ago
  66. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  67. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago
  68. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  69. 2f46093 ipv6: initialize route null entry in addrconf_init() by WANG Cong · 8 years ago
  70. 6d71713 net: ipv6: Do not duplicate DAD on link up by David Ahern · 8 years ago
  71. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 8048ced net: ipv6: regenerate host route if moved to gc list by David Ahern · 8 years ago
  73. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  74. 450cc8c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  75. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  77. 9dae2e0 6lowpan: Fix IID format for Bluetooth by Luiz Augusto von Dentz · 8 years ago
  78. 8a7a4b4 ipv6: addrconf: fix 48 bit 6lowpan autoconfiguration by Alexander Aring · 8 years ago
  79. a2d6cbb ipv6: Fix idev->addr_list corruption by Rabin Vincent · 8 years ago
  80. 2345217 net: ipv6: Add support for RTM_DELNETCONF by David Ahern · 8 years ago
  81. 85b3daa net: ipv6: Refactor inet6_netconf_notify_devconf to take event by David Ahern · 8 years ago
  82. bbea124 net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs. by Joel Scherpelz · 8 years ago
  83. df789fe ipv6: Provide ipv6 version of "disable_policy" sysctl by David Forster · 8 years ago
  84. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  85. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  86. 8c171d6 net/ipv6: avoid possible dead locking on addr_gen_mode sysctl by Felix Jia · 8 years ago
  87. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  88. a11a7f7 ipv6: addrconf: fix generation of new temporary addresses by Marcus Huewe · 9 years ago
  89. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. a088d1d ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches by Linus Lüssing · 9 years ago
  91. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 45ce0fd net/ipv6: support more tunnel interfaces for EUI64 link-local generation by Felix Jia · 9 years ago
  93. d35a00b net/ipv6: allow sysctl to change link-local address generation mode by Felix Jia · 9 years ago
  94. 03e4def ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock by Kefeng Wang · 9 years ago
  95. f784ad3 ipv6: do not send RTM_DELADDR for tentative addresses by Mahesh Bandewar · 9 years ago
  96. adc176c ipv6 addrconf: Implemented enhanced DAD (RFC7527) by Erik Nordmark · 9 years ago
  97. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 764d3be ipv6: bump genid when the IFA_F_TENTATIVE flag is clear by Paolo Abeni · 9 years ago
  99. bf355b8 ipv6: sr: add core files for SR HMAC support by David Lebrun · 9 years ago
  100. 1ababeb ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header) by David Lebrun · 9 years ago