1. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. 901731b net/ipv6: Add helper to return path MTU based on fib result by David Ahern · 7 years ago
  3. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  4. 138118e net/ipv6: Add fib6_lookup by David Ahern · 7 years ago
  5. 1d053da net/ipv6: Extract table lookup from ip6_pol_route by David Ahern · 7 years ago
  6. 3b290a3 net/ipv6: Rename rt6_multipath_select by David Ahern · 7 years ago
  7. 6454743 net/ipv6: Rename fib6_lookup to fib6_node_lookup by David Ahern · 7 years ago
  8. 8fb11a9 net/ipv6: rename rt6_next to fib6_next by David Ahern · 7 years ago
  9. a68886a net/ipv6: Make from in rt6_info rcu protected by David Ahern · 7 years ago
  10. a87b7dc net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe by David Ahern · 7 years ago
  11. a269f1a net/ipv6: Rename rt6_get_cookie_safe by David Ahern · 7 years ago
  12. 6a3e030 net/ipv6: Clean up rt expires helpers by David Ahern · 7 years ago
  13. dcd1f57 net/ipv6: Remove fib6_idev by David Ahern · 7 years ago
  14. 9ee8cbb net/ipv6: Remove aca_idev by David Ahern · 7 years ago
  15. 93c2fb2 net/ipv6: Rename fib6_info struct elements by David Ahern · 7 years ago
  16. 77634cc net/ipv6: Remove unused code and variables for rt6_info by David Ahern · 7 years ago
  17. 8d1c802 net/ipv6: Flip FIB entries to fib6_info by David Ahern · 7 years ago
  18. 93531c6 net/ipv6: separate handling of FIB entries from dst based routes by David Ahern · 7 years ago
  19. a64efe14 net/ipv6: introduce fib6_info struct and helpers by David Ahern · 7 years ago
  20. 3b6761d net/ipv6: Move dst flags to booleans in fib entries by David Ahern · 7 years ago
  21. 1489568 net/ipv6: move expires into rt6_info by David Ahern · 7 years ago
  22. d4ead6b net/ipv6: move metrics from dst to rt6_info by David Ahern · 7 years ago
  23. 5e670d8 net/ipv6: Move nexthop data to fib6_nh by David Ahern · 7 years ago
  24. e8478e8 net/ipv6: Save route type in rt6_info by David Ahern · 7 years ago
  25. 7aef685 net/ipv6: Pass net to fib6_update_sernum by David Ahern · 7 years ago
  26. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  27. 5e5d6fe ipv6: route: dissect flow in input path if fib rules need it by Roopa Prabhu · 7 years ago
  28. 398958a ipv6: Add support for non-equal-cost multipath by Ido Schimmel · 7 years ago
  29. d7dedee ipv6: Calculate hash thresholds for IPv6 nexthops by Ido Schimmel · 7 years ago
  30. 4a8e56e ipv6: Export sernum update function by Ido Schimmel · 7 years ago
  31. a2c554d ipv6: Add explicit flush indication to routes by Ido Schimmel · 7 years ago
  32. 3a2232e ipv6: Move dst->from into struct rt6_info. by David Miller · 7 years ago
  33. 071fb37 ipv6: Move rt6_next from dst_entry into ipv6 route structure. by David Miller · 7 years ago
  34. 81eb844 ipv6: take care of rt6_stats by Wei Wang · 7 years ago
  35. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 7 years ago
  36. bbd63f0 ipv6: update fn_sernum after route is inserted to tree by Wei Wang · 7 years ago
  37. 2b760fc ipv6: hook up exception table to store dst cache by Wei Wang · 7 years ago
  38. 38fbeee ipv6: prepare fib6_locate() for exception table by Wei Wang · 7 years ago
  39. c757faa ipv6: prepare fib6_age() for exception table by Wei Wang · 7 years ago
  40. 35732d0 ipv6: introduce a hash table to store dst cache by Wei Wang · 7 years ago
  41. 180ca44 ipv6: introduce a new function fib6_update_sernum() by Wei Wang · 7 years ago
  42. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 4e587ea ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  44. c5cff85 ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  45. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  46. a460aa8 ipv6: fib: Add helpers to hold / drop a reference on rt6_info by Ido Schimmel · 7 years ago
  47. e1ee0a5 ipv6: fib: Dump tables during registration to FIB chain by Ido Schimmel · 7 years ago
  48. dcb18f7 ipv6: fib_rules: Dump rules during registration to FIB chain by Ido Schimmel · 7 years ago
  49. df77fe4 ipv6: fib: Add in-kernel notifications for route add / delete by Ido Schimmel · 7 years ago
  50. 16ab6d7 ipv6: fib: Add FIB notifiers callbacks by Ido Schimmel · 7 years ago
  51. e3ea973 ipv6: fib_rules: Check if rule is a default rule by Ido Schimmel · 7 years ago
  52. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  53. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  54. 0ae8133 net: ipv6: Allow shorthand delete of all nexthops in multipath route by David Ahern · 8 years ago
  55. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  56. 02bcf4e ipv6: Check rt->dst.from for the DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  57. 37a1d36 ipv6: include NLM_F_REPLACE in route replace notifications by Roopa Prabhu · 9 years ago
  58. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  59. 19e42e4 ipv6: support for fib route lwtunnel encap attributes by Roopa Prabhu · 9 years ago
  60. d52d399 ipv6: Create percpu rt6_info by Martin KaFai Lau · 10 years ago
  61. 8d0b94a ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister by Martin KaFai Lau · 10 years ago
  62. 3da59bd ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set by Martin KaFai Lau · 10 years ago
  63. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 10 years ago
  64. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 10 years ago
  65. 4b32b5a ipv6: Stop rt6_info from using inet_peer's metrics by Martin KaFai Lau · 10 years ago
  66. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 10 years ago
  67. 42b1870 ipv6: make rt_sernum atomic and serial number fields ordinary ints by Hannes Frederic Sowa · 10 years ago
  68. 94b2cfe ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal by Hannes Frederic Sowa · 10 years ago
  69. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  70. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 11 years ago
  71. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  72. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 01ba16d ipv6: reset dst.expires value when clearing expire flag by Hannes Frederic Sowa · 11 years ago
  74. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  75. 5c3a0fd ip*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  76. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  77. ecd9883 ipv6: fix race condition regarding dst->expires and dst->from. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  78. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  79. a4477c4 ipv6: remove rt6i_peer_genid from rt6_info and its handler by Li RongQing · 12 years ago
  80. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  81. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  82. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  83. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  84. ef2c7d7 ipv6: fix handling of blackhole and prohibit routes by Nicolas Dichtel · 12 years ago
  85. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 13 years ago
  86. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  87. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 13 years ago
  88. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  89. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 13 years ago
  90. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 13 years ago
  91. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 13 years ago
  92. cda31e1 ipv6: clean up rt6_clean_expires by Jiri Bohac · 13 years ago
  93. edfb5d4 ipv6: fix rt6_update_expires by Jiri Bohac · 13 years ago
  94. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 13 years ago
  95. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  96. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  97. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  98. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 14 years ago
  99. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  100. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 14 years ago