1. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  3. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 3ce62a8 ipv6: exit early in addrconf_notify() if IPv6 is disabled by WANG Cong · 10 years ago
  5. 013b4d9 ipv6: clean up ipv6_dev_ac_inc() by WANG Cong · 10 years ago
  6. 381f4dc ipv6: clean up anycast when an interface is destroyed by Sabrina Dubroca · 10 years ago
  7. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. e7478df ipv6: use addrconf_get_prefix_route() to remove peer addr by Nicolas Dichtel · 10 years ago
  9. f24062b ipv6: fix a refcnt leak with peer addr by Nicolas Dichtel · 10 years ago
  10. a9ed4a2 ipv6: fix rtnl locking in setsockopt for anycast and multicast by Sabrina Dubroca · 10 years ago
  11. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  12. a317a2f ipv6: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  13. bc91b0f ipv6: addrconf: implement address generation modes by Jiri Pirko · 10 years ago
  14. d933319 ipv6: Allow accepting RA from local IP addresses. by Ben Greear · 10 years ago
  15. 698365f net: clean up snmp stats code by WANG Cong · 10 years ago
  16. 07c8e35 ipv6: remove unused function ipv6_inherit_linklocal() by WANG Cong · 10 years ago
  17. 6046d5b ipv6: support IFA_F_MANAGETEMPADDR for address deletion too by Heiner Kallweit · 10 years ago
  18. c15b1cc ipv6: move DAD and addrconf_verify processing to workqueue by Hannes Frederic Sowa · 11 years ago
  19. ecab670 ipv6: Avoid unnecessary temporary addresses being generated by Heiner Kallweit · 11 years ago
  20. 08b4465 gre: add link local route when local addr is any by Nicolas Dichtel · 11 years ago
  21. 33d9911 ipv6: reallocate addrconf router for ipv6 address when lo device up by Gao feng · 11 years ago
  22. 602582c ipv6: optimize link local address search by Hannes Frederic Sowa · 11 years ago
  23. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  24. 11ffff7 ipv6: simplify detection of first operational link-local address on interface by Hannes Frederic Sowa · 11 years ago
  25. 5b84efe ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE by Thomas Haller · 11 years ago
  26. 761aac7 ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes by Thomas Haller · 11 years ago
  27. db9c7c3 ipv6: addrconf spelling fixes by stephen hemminger · 11 years ago
  28. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  29. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. 235f939 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  31. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 11 years ago
  32. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  34. fad8da3 ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft is infinity by Yasushi Asano · 11 years ago
  35. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  36. 46306b4 ipv6: unneccessary to get address prefix in addrconf_get_prefix_route by Li RongQing · 11 years ago
  37. c92d549 netconf: add support for IPv6 proxy_ndp by stephen hemminger · 11 years ago
  38. e74bccb ipv6: Add checks for 6LOWPAN ARP type by Jukka Rissanen · 11 years ago
  39. 971a351 ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag format by Jiri Pirko · 11 years ago
  40. bba2489 neigh: ipv6: respect default values set before an address is assigned to device by Jiri Pirko · 11 years ago
  41. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  42. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 11 years ago
  43. 53bd674 ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addresses by Jiri Pirko · 11 years ago
  44. 479840f ipv6 addrconf: extend ifa_flags to u32 by Jiri Pirko · 11 years ago
  45. 57ec0af ipv6: fix third arg of anycast_dst_alloc(), must be bool. by François-Xavier Le Bail · 11 years ago
  46. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  47. f7cb888 sit/gre6: don't try to add the same route two times by Nicolas Dichtel · 11 years ago
  48. f0e2acf sit: link local routes are missing by Nicolas Dichtel · 11 years ago
  49. 929c9cf sit: fix prefix length of ll and v4mapped addresses by Nicolas Dichtel · 11 years ago
  50. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  51. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  52. 5d9efa7 ipv6: Remove privacy config option. by David S. Miller · 11 years ago
  53. c9d55d5 ipv6: Fix preferred_lft not updating in some cases by Paul Marks · 11 years ago
  54. 7df37ff IPv6 NAT: Do not drop DNATed 6to4/6rd packets by Catalin\(ux\) M. BOIE · 11 years ago
  55. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. 13c7bf0 ipv6: ipv6_create_tempaddr cleanup by Petr Holasek · 11 years ago
  57. f39dc10 ipv6: move in6_dev_finish_destroy() into core kernel by Cong Wang · 11 years ago
  58. caf92bc ipv6: do not call ndisc_send_rs() with write lock by Cong Wang · 11 years ago
  59. 034dfc5 ipv6: export in6addr_loopback to modules by Cong Wang · 11 years ago
  60. b800c3b ipv6: drop fragmented ndisc packets by default (RFC 6980) by Hannes Frederic Sowa · 11 years ago
  61. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  62. e837735 ip6_tunnel: ensure to always have a link local address by Nicolas Dichtel · 11 years ago
  63. 7eaa48a Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c" by David S. Miller · 11 years ago
  64. df8372c ipv6: fix checkpatch errors in net/ipv6/addrconf.c by dingtianhong · 11 years ago
  65. ba3542e ipv6: convert the uses of ADBG and remove the superfluous parentheses by dingtianhong · 11 years ago
  66. 4b08a8f ipv6: remove max_addresses check from ipv6_create_tempaddr by Hannes Frederic Sowa · 11 years ago
  67. fc4eba5 ipv6: make unsolicited report intervals configurable for mld by Hannes Frederic Sowa · 11 years ago
  68. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. 439677d ipv6: bump genid when delete/add address by fan.du · 11 years ago
  70. 8a226b2 ipv6: prevent race between address creation and removal by Jiri Benc · 11 years ago
  71. 3f8f529 ipv6: move peer_addr init into ipv6_add_addr() by Jiri Pirko · 11 years ago
  72. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 8965779 ipv6,mcast: always hold idev->lock before mca_lock by Amerigo Wang · 11 years ago
  74. b173ee4 ipv6: resend MLD report if a link-local address completes DAD by Hannes Frederic Sowa · 11 years ago
  75. 1ec047e ipv6: introduce per-interface counter for dad-completed ipv6 addresses by Hannes Frederic Sowa · 11 years ago
  76. 77ecaac ipv6: rearm router solicitaion timer when setting new tokenized address by Hannes Frederic Sowa · 11 years ago
  77. 2b9651d ipv6: remove old token ipv6 address as soon as possible by Hannes Frederic Sowa · 11 years ago
  78. dc84829 ipv6: check return value of ipv6_get_lladdr by Hannes Frederic Sowa · 11 years ago
  79. 876fd05 ipv6: don't disable interface if last ipv6 address is removed by Hannes Frederic Sowa · 11 years ago
  80. b7b1bfc ipv6: split duplicate address detection and router solicitation timer by Hannes Frederic Sowa · 11 years ago
  81. b33698e ipv6: remove a useless pr_info() in addrconf_gre_config() by Cong Wang · 11 years ago
  82. a881ae1 ipv6: don't call addrconf_dst_alloc again when enable lo by Gao feng · 11 years ago
  83. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  84. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  85. 534c877 ipv6: assign rt6_info to inet6_ifaddr in init_loopback by Gao feng · 11 years ago
  86. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  87. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  88. 2a7851b netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 by Florian Westphal · 11 years ago
  89. 8892475 ipv6: use ipv6_addr_scope() helper by Cong Wang · 11 years ago
  90. 7996c79 ipv6: use ipv6_addr_any() helper by Cong Wang · 11 years ago
  91. caeaba7 ipv6: add support of peer address by Nicolas Dichtel · 11 years ago
  92. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. f88c91d ipv6: statically link register_inet6addr_notifier() by Cong Wang · 11 years ago
  94. 617fe29 net: ipv6: only invalidate previously tokenized addresses by Daniel Borkmann · 12 years ago
  95. fc40383 net: ipv6: also allow token to be set when device not ready by Daniel Borkmann · 12 years ago
  96. 914faa1 net: ipv6: minor: use in6addr_any in token init by Daniel Borkmann · 12 years ago
  97. f53adae net: ipv6: add tokenized interface identifier support by Daniel Borkmann · 12 years ago
  98. d662483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. 25fb6ca4 net IPv6 : Fix broken IPv6 routing table after loopback down-up by Balakumaran Kannan · 12 years ago
  100. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago