1. f88c91d ipv6: statically link register_inet6addr_notifier() by Cong Wang · 11 years ago
  2. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 11 years ago
  3. d164156 ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  4. 9d10077 ipv6: Optimize ipv6_addr_is_solict_mult(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  5. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  6. b27b28c ipv6: Make ipv6_addr_is_XXX() return boolean. by YOSHIFUJI Hideaki · 11 years ago
  7. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  8. d67b8c6 netconf: advertise mc_forwarding status by Nicolas Dichtel · 12 years ago
  9. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  10. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  11. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  12. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  13. f79d52c ipv6: Remove never used function inet6_ac_check(). by David S. Miller · 12 years ago
  14. e6bff99 ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) by Neil Horman · 12 years ago
  15. 76f793e ipv6: updates to privacy addresses per RFC 4941. by Lorenzo Colitti · 13 years ago
  16. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  17. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  18. dca9b24 net: kill unused macros from head file by Shan Wei · 14 years ago
  19. c61393e ipv6: make __ipv6_isatap_ifid static by stephen hemminger · 14 years ago
  20. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. 2cc6d2b ipv6: add a missing unregister_pernet_subsys call by Neil Horman · 14 years ago
  22. 48daa3b ipv6: addrconf.h cleanups by Eric Dumazet · 14 years ago
  23. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  24. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  25. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 15 years ago
  26. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  27. 3de2325 ipv6 netns: Address labels per namespace by Benjamin Thery · 16 years ago
  28. 4bed72e [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs. by YOSHIFUJI Hideaki · 16 years ago
  29. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 16 years ago
  30. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 16 years ago
  31. dfd982b [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). by YOSHIFUJI Hideaki · 16 years ago
  32. 3eb84f4 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). by YOSHIFUJI Hideaki · 16 years ago
  33. fed85383 [IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons. by YOSHIFUJI Hideaki · 16 years ago
  34. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  35. be2ce06 [IPV6]: Remove unused method declaration in include/net/addrconf.h. by Rami Rosen · 16 years ago
  36. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  37. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  38. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 16 years ago
  39. af28493 [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf by Daniel Lezcano · 16 years ago
  40. 5e5f3f0 [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 16 years ago
  41. 0e7b8dc [IPV6]: Use htonl() instead of __constant_htonl() where appricable. by YOSHIFUJI Hideaki · 16 years ago
  42. 1e637c7 [IPV4]: Enable use of 240/4 address space. by Jan Engelhardt · 16 years ago
  43. 389f661 [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware by Daniel Lezcano · 16 years ago
  44. 1cab3da [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware by Daniel Lezcano · 16 years ago
  45. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 16 years ago
  46. 3db8cda [IPV4] include/net: Use ipv4_is_<type> by Joe Perches · 17 years ago
  47. c7dc89c [IPV6]: Add RFC4214 support by Fred L. Templin · 17 years ago
  48. 2a8cc6c [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. by YOSHIFUJI Hideaki · 17 years ago
  49. 59fbb3a6 [IPV6] MIP6: Loadable module support for MIPv6. by Masahide NAKAMURA · 17 years ago
  50. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  51. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  52. 3b9f9a1 [IPV6] ADDRCONF: Mobile IPv6 Home Address support. by Noriaki TAKAMIYA · 18 years ago
  53. 8814c4b [IPV6] ADDRCONF: Convert addrconf_lock to RCU. by YOSHIFUJI Hideaki · 18 years ago
  54. 65d4ed9 [IPV6] MIP6: Add inbound interface of routing header type 2. by Masahide NAKAMURA · 18 years ago
  55. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  56. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  57. 6a800d4 [IPV6]: net/addrconf.h needs to include linux/in6.h earlier by Patrick McHardy · 19 years ago
  58. e4553ed [IPV6]: Include ipv6.h for ipv6_addr_set by Herbert Xu · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago