1. 252c3d8 ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_alloc by RongQing.Li · 13 years ago
  2. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  3. 8ade06c ipv6: Fix neigh lookup using NULL device. by David S. Miller · 13 years ago
  4. 346f870 ipv6: Report TCP timetstamp info in cacheinfo just like ipv4 does. by David S. Miller · 13 years ago
  5. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  6. f83c779 ipv6: Create fast inline ipv6 neigh lookup just like ipv4. by David S. Miller · 13 years ago
  7. c159d30 ipv6: Kill useless route tracing bits in net/ipv6/route.c by David S. Miller · 13 years ago
  8. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  9. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  10. bb3c368 ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow(). by David S. Miller · 13 years ago
  11. b43faac ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error. by David S. Miller · 13 years ago
  12. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  13. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  14. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  15. ea6e574 ipv6: add ip6_route_lookup by Florian Westphal · 13 years ago
  16. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 13 years ago
  17. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 13 years ago
  18. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  19. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  20. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  21. 6b600b2 route: Use the device mtu as the default for blackhole routes by Steffen Klassert · 13 years ago
  22. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  23. d71314b IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATE by Matti Vaittinen · 13 years ago
  24. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  25. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  26. 7011687 ipv6: fix route error binding peer in func icmp6_dst_alloc by Gao feng · 13 years ago
  27. fbe5818 ipv6: check return value for dst_alloc by Madalin Bucur · 13 years ago
  28. 8e2ec63 ipv6: don't use inetpeer to store metrics for routes. by Yan, Zheng · 13 years ago
  29. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  30. 21efcfa ipv6: unshare inetpeers by Eric Dumazet · 13 years ago
  31. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  32. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  33. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  34. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  35. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 13 years ago
  36. 11d53b4 ipv6: Don't change dst->flags using assignments. by David S. Miller · 13 years ago
  37. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  38. 0f6c639 ipv6: copy prefsrc setting when copying route entry by Florian Westphal · 13 years ago
  39. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  40. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  41. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  42. 0972ddb net: provide cow_metrics() methods to blackhole dst_ops by Held Bernhard · 13 years ago
  43. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  44. e965c05 ipv6: Remove hoplimit initialization to -1 by Thomas Egerer · 13 years ago
  45. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 13 years ago
  46. 9c7a4f9 ipv6: ip6_route_output does not modify sk parameter, so make it const by Florian Westphal · 13 years ago
  47. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  48. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  49. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  50. 7343ff3 ipv6: Don't create clones of host routes. by David S. Miller · 14 years ago
  51. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 14 years ago
  53. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  54. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 14 years ago
  55. e9476e9 ipv6: variable next is never used in this function by Hagen Paul Pfeifer · 14 years ago
  56. c486da3 sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flush by Lucian Adrian Grijincu · 14 years ago
  57. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 14 years ago
  59. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  60. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 14 years ago
  61. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 14 years ago
  62. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 14 years ago
  64. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 14 years ago
  65. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. 8f2771f ipv6: Remove route peer binding assertions. by David S. Miller · 14 years ago
  67. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 14 years ago
  68. d80bc0f ipv6: Always clone offlink routes. by David S. Miller · 14 years ago
  69. bc3ef66 ipv6: fib6_ifdown cleanup by stephen hemminger · 14 years ago
  70. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. d3052b5 ipv6: delete expired route in ip6_pmtu_deliver by Andrey Vagin · 14 years ago
  72. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  73. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  74. a02e4b7 ipv6: Demark default hoplimit as zero. by David S. Miller · 14 years ago
  75. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  76. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 14 years ago
  77. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  78. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  79. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 14 years ago
  80. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  81. 4038565 ipv6: Warn users if maximum number of routes is reached. by Ben Greear · 14 years ago
  82. 41bb78b net dst: fix percpu_counter list corruption and poison overwritten by Xiaotian Feng · 14 years ago
  83. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  84. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. ae878ae net: Fix IPv6 PMTU disc. w/ asymmetric routes by Maciej Żenczykowski · 14 years ago
  86. ab79ad1 ipv6: Implement Any-IP support for IPv6. by Maciej Żenczykowski · 14 years ago
  87. 7e1b33e ipv6: add IPv6 to neighbour table overflow warning by Ulrich Weber · 14 years ago
  88. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  89. f3d3f61 ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss by Min Zhang · 14 years ago
  90. c68f24c ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit() by Eric Dumazet · 14 years ago
  91. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  92. 6057fd7 IPv6: fix Mobile IPv6 regression by Brian Haley · 14 years ago
  93. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  94. f4f914b net: ipv6 bind to device issue by Jiri Olsa · 14 years ago
  95. 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
  96. 54c1a85 ipv6: Don't drop cache route entry unless timer actually expired. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  97. 1041444 ipv6: Remove redundant dst NULL check in ip6_dst_check by Herbert Xu · 14 years ago
  98. 0c9a2ac ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  99. 45bb006 ipv6: Remove IPV6_ADDR_RESERVED by Ulrich Weber · 15 years ago
  100. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago