1. 0f6c639 ipv6: copy prefsrc setting when copying route entry by Florian Westphal · 13 years ago
  2. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  3. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  4. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  5. 0972ddb net: provide cow_metrics() methods to blackhole dst_ops by Held Bernhard · 13 years ago
  6. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  7. e965c05 ipv6: Remove hoplimit initialization to -1 by Thomas Egerer · 13 years ago
  8. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 13 years ago
  9. 9c7a4f9 ipv6: ip6_route_output does not modify sk parameter, so make it const by Florian Westphal · 13 years ago
  10. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  11. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  12. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  13. 7343ff3 ipv6: Don't create clones of host routes. by David S. Miller · 13 years ago
  14. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  15. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 13 years ago
  16. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  17. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 13 years ago
  18. e9476e9 ipv6: variable next is never used in this function by Hagen Paul Pfeifer · 13 years ago
  19. c486da3 sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flush by Lucian Adrian Grijincu · 13 years ago
  20. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  21. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 13 years ago
  22. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  23. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 13 years ago
  24. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 13 years ago
  25. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  26. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 13 years ago
  27. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 13 years ago
  28. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  29. 8f2771f ipv6: Remove route peer binding assertions. by David S. Miller · 13 years ago
  30. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  31. d80bc0f ipv6: Always clone offlink routes. by David S. Miller · 13 years ago
  32. bc3ef66 ipv6: fib6_ifdown cleanup by stephen hemminger · 14 years ago
  33. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. d3052b5 ipv6: delete expired route in ip6_pmtu_deliver by Andrey Vagin · 14 years ago
  35. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  36. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  37. a02e4b7 ipv6: Demark default hoplimit as zero. by David S. Miller · 14 years ago
  38. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  39. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 14 years ago
  40. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  41. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  42. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 14 years ago
  43. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  44. 4038565 ipv6: Warn users if maximum number of routes is reached. by Ben Greear · 14 years ago
  45. 41bb78b net dst: fix percpu_counter list corruption and poison overwritten by Xiaotian Feng · 14 years ago
  46. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  47. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  48. ae878ae net: Fix IPv6 PMTU disc. w/ asymmetric routes by Maciej Żenczykowski · 14 years ago
  49. ab79ad1 ipv6: Implement Any-IP support for IPv6. by Maciej Żenczykowski · 14 years ago
  50. 7e1b33e ipv6: add IPv6 to neighbour table overflow warning by Ulrich Weber · 14 years ago
  51. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  52. f3d3f61 ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss by Min Zhang · 14 years ago
  53. c68f24c ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit() by Eric Dumazet · 14 years ago
  54. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  55. 6057fd7 IPv6: fix Mobile IPv6 regression by Brian Haley · 14 years ago
  56. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  57. f4f914b net: ipv6 bind to device issue by Jiri Olsa · 14 years ago
  58. 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
  59. 54c1a85 ipv6: Don't drop cache route entry unless timer actually expired. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  60. 1041444 ipv6: Remove redundant dst NULL check in ip6_dst_check by Herbert Xu · 14 years ago
  61. 0c9a2ac ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  62. 45bb006 ipv6: Remove IPV6_ADDR_RESERVED by Ulrich Weber · 14 years ago
  63. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  64. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  65. 9c69fab netns: fix net.ipv6.route.gc_min_interval_ms in netns by Alexey Dobriyan · 15 years ago
  66. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  67. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  68. 86c36ce IPv6: use ipv6_addr_copy() in ip6_route_redirect() by Brian Haley · 15 years ago
  69. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  70. 3933fc9 ipv6: Ignore route option with ROUTER_PREF_INVALID by Jens Rosenboom · 15 years ago
  71. 86393e5 netns: embed ip6_dst_ops directly by Alexey Dobriyan · 15 years ago
  72. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  73. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  74. 4f72427 IPv6: set RTPROT_KERNEL to initial route by Jean-Mickael Guerin · 15 years ago
  75. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  76. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  77. 1d6e55f IPv6: Fix multicast routing bugs. by Thomas Goff · 15 years ago
  78. c19a28e remove lots of double-semicolons by Fernando Carrijo · 15 years ago
  79. 14deae4 ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups. by David S. Miller · 15 years ago
  80. 8229efd netns: ip6mr: enable namespace support in ipv6 multicast forwarding code by Benjamin Thery · 16 years ago
  81. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  82. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  83. 4b7a427 net: replace %#p6 format specifier with %pi6 by Harvey Harrison · 16 years ago
  84. b071195 net: replace all current users of NIP6_SEQFMT with %#p6 by Harvey Harrison · 16 years ago
  85. 3bd653c netns: add net parameter to IP6_INC_STATS by Denis V. Lunev · 16 years ago
  86. b339a47c ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() by Peter Zijlstra · 16 years ago
  87. 68fffc6 ipv6: clean up ip6_route_net_init() error handling by Peter Zijlstra · 16 years ago
  88. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. 5dc121e XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep by Arnaud Ebalard · 16 years ago
  90. 1e493d1 ipv6: On interface down/unregister, purge icmp routes too. by David S. Miller · 16 years ago
  91. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  92. 5e0115e ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output, rt6_fill_node+0x175 by Brian Haley · 16 years ago
  93. 1ca615f ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c. by Rami Rosen · 16 years ago
  94. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  95. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  96. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  97. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  98. dd3abc4 ipv6 route: Prefer outgoing interface with source address assigned. by YOSHIFUJI Hideaki · 16 years ago
  99. 5ce83af ipv6: Assume the loopback address in link-local scope. by YOSHIFUJI Hideaki · 16 years ago
  100. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago