1. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  2. 8253947 ipv6: fix incorrect route 'expires' value passed to userspace by Li Wei · 12 years ago
  3. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  4. a6ff1a2 Merge branch 'nexthop_exceptions' by David S. Miller · 12 years ago
  5. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  6. f0396f60 ipv6: fix RTPROT_RA markup of RA routes w/nexthops by Denis Ovsienko · 12 years ago
  7. 8104891 ipv6: Initialize the struct rt6_info behind the dst_enty field by Steffen Klassert · 12 years ago
  8. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  9. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  10. 3a5ad2e ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions. by David S. Miller · 12 years ago
  11. 6e157b6 ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect(). by David S. Miller · 12 years ago
  12. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  13. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  14. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  15. 81166dd tcp: Move timestamps from inetpeer to metrics cache. by David S. Miller · 12 years ago
  16. a2de86f ipv6: Initialize the neighbour pointer of rt6_info on allocation by Steffen Klassert · 12 years ago
  17. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  18. 1d248b1 net: Pass neighbours and dest address into NETEVENT_REDIRECT events. by David S. Miller · 12 years ago
  19. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  20. 4dc27d1c net/ipv6/route.c: packets originating on device match lo by David McCullough · 12 years ago
  21. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. d189634 ipv6: Move ipv6 proc file registration to end of init order by Thomas Graf · 12 years ago
  23. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  24. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  25. 42ae66c ipv6: Fix types of ip6_update_pmtu(). by David S. Miller · 12 years ago
  26. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  27. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  28. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  29. 7b34ca2 inet: Avoid potential NULL peer dereference. by David S. Miller · 12 years ago
  30. 8b96d22 inet: Use FIB table peer roots in routes. by David S. Miller · 12 years ago
  31. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  32. c0efc88 inet: Pass inetpeer root into inet_getpeer*() interfaces. by David S. Miller · 12 years ago
  33. 2b823f7 ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata. by David S. Miller · 12 years ago
  34. 56a6b24 inet: Consolidate inetpeer_invalidate_tree() interfaces. by David S. Miller · 12 years ago
  35. c3426b4 inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c by David S. Miller · 12 years ago
  36. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  37. 54db0cc inetpeer: add parameter net for inet_getpeer_v4,v6 by Gao feng · 12 years ago
  38. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  39. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  40. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  41. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  42. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  43. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  44. 2173bff ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' in case of 'alloc_skb' failure by Shmulik Ladkani · 12 years ago
  45. c78679e ipv6: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  46. 72331bc ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4 by Shmulik Ladkani · 12 years ago
  47. 94f826b net: fix a potential rcu_read_lock() imbalance in rt6_fill_node() by Eric Dumazet · 12 years ago
  48. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  49. 122bdf6 ipv6: fix icmp6_dst_alloc() by Eric Dumazet · 12 years ago
  50. a7563f3 ipv6: Use ipv6_addr_any() by David S. Miller · 12 years ago
  51. 3923297 ipv4/ipv6: Prepare for new route gateway semantics. by David S. Miller · 12 years ago
  52. 252c3d8 ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_alloc by RongQing.Li · 12 years ago
  53. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 12 years ago
  54. 8ade06c ipv6: Fix neigh lookup using NULL device. by David S. Miller · 12 years ago
  55. 346f870 ipv6: Report TCP timetstamp info in cacheinfo just like ipv4 does. by David S. Miller · 12 years ago
  56. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 12 years ago
  57. f83c779 ipv6: Create fast inline ipv6 neigh lookup just like ipv4. by David S. Miller · 12 years ago
  58. c159d30 ipv6: Kill useless route tracing bits in net/ipv6/route.c by David S. Miller · 12 years ago
  59. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  60. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  61. bb3c368 ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow(). by David S. Miller · 13 years ago
  62. b43faac ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error. by David S. Miller · 13 years ago
  63. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  64. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  65. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  66. ea6e574 ipv6: add ip6_route_lookup by Florian Westphal · 13 years ago
  67. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 13 years ago
  68. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 13 years ago
  69. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  70. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  71. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  72. 6b600b2 route: Use the device mtu as the default for blackhole routes by Steffen Klassert · 13 years ago
  73. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  74. d71314b IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATE by Matti Vaittinen · 13 years ago
  75. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  76. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  77. 7011687 ipv6: fix route error binding peer in func icmp6_dst_alloc by Gao feng · 13 years ago
  78. fbe5818 ipv6: check return value for dst_alloc by Madalin Bucur · 13 years ago
  79. 8e2ec63 ipv6: don't use inetpeer to store metrics for routes. by Yan, Zheng · 13 years ago
  80. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  81. 21efcfa ipv6: unshare inetpeers by Eric Dumazet · 13 years ago
  82. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  83. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  84. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  85. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  86. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 13 years ago
  87. 11d53b4 ipv6: Don't change dst->flags using assignments. by David S. Miller · 13 years ago
  88. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  89. 0f6c639 ipv6: copy prefsrc setting when copying route entry by Florian Westphal · 13 years ago
  90. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  91. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  92. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  93. 0972ddb net: provide cow_metrics() methods to blackhole dst_ops by Held Bernhard · 13 years ago
  94. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  95. e965c05 ipv6: Remove hoplimit initialization to -1 by Thomas Egerer · 13 years ago
  96. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 13 years ago
  97. 9c7a4f9 ipv6: ip6_route_output does not modify sk parameter, so make it const by Florian Westphal · 13 years ago
  98. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  99. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  100. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago