1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 4b97efd net: fix netlink address dumping in IPv4/IPv6 by Patrick McHardy · 14 years ago
  3. e2577a0 ipv6: Send netlink notification when DAD fails by Herbert Xu · 14 years ago
  4. 8f37ada IPv6: fix race between cleanup and add/delete address by stephen hemminger · 14 years ago
  5. 84e8b80 IPv6: addrconf notify when address is unavailable by stephen hemminger · 14 years ago
  6. 5b2a195 IPv6: addrconf timer race by stephen hemminger · 14 years ago
  7. 122e451 IPv6: addrconf dad timer unnecessary bh_disable by stephen hemminger · 14 years ago
  8. 45bb006 ipv6: Remove IPV6_ADDR_RESERVED by Ulrich Weber · 14 years ago
  9. 0448873 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  10. 88af182 net: Fix sysctl restarts... by Eric W. Biederman · 14 years ago
  11. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  12. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 15 years ago
  13. 21809fa IPv6: remove trivial nested _bh suffix by stephen hemminger · 15 years ago
  14. dc2b99f IPv6: keep permanent addresses on admin down by stephen hemminger · 15 years ago
  15. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  16. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  17. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  18. 234b27c ipv6: speedup inet6_dump_addr() by Eric Dumazet · 15 years ago
  19. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  20. 434a8a58 ipv6: Remove unused var in inet6_dump_ifinfo() by David S. Miller · 15 years ago
  21. bcd3232 ipv6: Allow inet6_dump_addr() to handle more than 64 addresses by Eric Dumazet · 15 years ago
  22. 84d2697 ipv6: speedup inet6_dump_ifinfo() by Eric Dumazet · 15 years ago
  23. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  24. c3faca0 ipv6: fix devconf after adding force_tllao option by Cosmin Ratiu · 15 years ago
  25. f7734fd make TLLAO option for NA packets configurable by Octavian Purdila · 15 years ago
  26. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  27. 0522fea ipv6: Log the affected address when DAD failure occurs by Jens Rosenboom · 15 years ago
  28. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  29. cc411d0 ipv6: Add IFA_F_DADFAILED flag by Brian Haley · 15 years ago
  30. a1ed052 IPv6: preferred lifetime of address not getting updated by Brian Haley · 15 years ago
  31. a1faa69 ipv6: avoid wraparound for expired preferred lifetime by Jens Rosenboom · 15 years ago
  32. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  33. 590a988 trivial: Fix a typo in comment of addrconf_dad_start() by Masatake YAMATO · 15 years ago
  34. 56d417b IPv6: Add 'autoconf' and 'disable_ipv6' module parameters by Brian Haley · 15 years ago
  35. 9af2851 addrconf: refuse isatap eui64 for INADDR_ANY by Sascha Hlusiak · 15 years ago
  36. 5007392 net: FIX ipv6_forward sysctl restart by Eric W. Biederman · 15 years ago
  37. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 15 years ago
  38. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 15 years ago
  39. 9bdd8d4 ipv6: Fix incorrect disable_ipv6 behavior by Brian Haley · 15 years ago
  40. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  41. 176c39a netns: fix addrconf_ifdown kernel panic by Daniel Lezcano · 15 years ago
  42. b325fdd ipv6: Fix sysctl unregistration deadlock by Stephen Hemminger · 15 years ago
  43. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  44. b5f348e ipv6/addrconf: common code located by Ilpo Järvinen · 16 years ago
  45. a4e6db0 ipv6: Make mc_forwarding sysctl read-only. by David S. Miller · 16 years ago
  46. 5bc3eb7 ip: convert to net_device_ops for ioctl by Stephen Hemminger · 16 years ago
  47. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. e3ec6cf ipv6: fix run pending DAD when interface becomes ready by Benjamin Thery · 16 years ago
  49. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  50. 4b7a427 net: replace %#p6 format specifier with %pi6 by Harvey Harrison · 16 years ago
  51. b071195 net: replace all current users of NIP6_SEQFMT with %#p6 by Harvey Harrison · 16 years ago
  52. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  53. f410a1f ipv6: protocol for address routes by Stephen Hemminger · 16 years ago
  54. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  55. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  56. 888c848 ipv6: make struct ipv6_devconf static by Adrian Bunk · 16 years ago
  57. 702beb8 ipv6: Fix warning in addrconf code. by David Miller · 16 years ago
  58. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  59. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  60. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  61. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. b223856 ipv6: fix race between ipv6_del_addr and DAD timer by Andrey Vagin · 16 years ago
  63. 1b34be7 ipv6 addrconf: add accept_dad sysctl to control DAD operation. by YOSHIFUJI Hideaki · 16 years ago
  64. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 16 years ago
  65. d68b827 ipv6: Do not assign non-valid address on interface. by YOSHIFUJI Hideaki · 16 years ago
  66. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
  67. e6e30ad Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 16 years ago
  68. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  69. 3de2325 ipv6 netns: Address labels per namespace by Benjamin Thery · 16 years ago
  70. 2b5ead4 ipv6 addrconf: Introduce addrconf_is_prefix_route() helper. by YOSHIFUJI Hideaki · 16 years ago
  71. 4bed72e [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs. by YOSHIFUJI Hideaki · 16 years ago
  72. 24ef0da [IPV6] ADDRCONF: Check range of prefix length by Thomas Graf · 16 years ago
  73. 6f70499 ipv6 addrconf: Allow infinite prefix lifetime. by YOSHIFUJI Hideaki · 16 years ago
  74. 0686caa ndisc: Add missing strategies for per-device retrans timer/reachable time settings. by YOSHIFUJI Hideaki · 16 years ago
  75. 92998dd [NETNS]: Remove empty ->init callback. by Pavel Emelyanov · 16 years ago
  76. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. 9625ed7 [IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface. by YOSHIFUJI Hideaki · 16 years ago
  78. b077d7a [IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled. by YOSHIFUJI Hideaki · 16 years ago
  79. cee8947 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. by YOSHIFUJI Hideaki · 16 years ago
  80. d7aabf2 [IPV6]: Use in6addr_any where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  81. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 16 years ago
  82. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 16 years ago
  83. dfd982b [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). by YOSHIFUJI Hideaki · 16 years ago
  84. 3eb84f4 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). by YOSHIFUJI Hideaki · 16 years ago
  85. caad295 [IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp(). by YOSHIFUJI Hideaki · 16 years ago
  86. 8eefca4 Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  87. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 16 years ago
  88. f6a07b2 [IPV6] ADDRCONF: Fix array size for sysctls. by YOSHIFUJI Hideaki · 16 years ago
  89. eb86757 [IPV6]: inet6_dev on loopback should be kept until namespace stop. by Denis V. Lunev · 16 years ago
  90. 439e238 [IPV6]: Event type in addrconf_ifdown is mis-used. by Denis V. Lunev · 16 years ago
  91. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  92. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  93. eac55bf IPv6: do not create temporary adresses with too short preferred lifetime by Benoit Boissinot · 16 years ago
  94. c6fbfac IPv6: only update the lifetime of the relevant temporary address by Benoit Boissinot · 16 years ago
  95. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  96. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  97. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  98. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  99. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  100. a9b0572 [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 16 years ago