1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. 61fb0d0 ipv6: prevent possible fib6 leaks by Eric Dumazet · 6 years ago
  3. a65120b ipv6: Use result arg in fib_lookup_arg consistently by David Ahern · 6 years ago
  4. f05713e ipv6: convert fib6_ref to refcount_t by Eric Dumazet · 6 years ago
  5. 7e5f4cd ipv6: Remove fib6_info_nh_lwt by David Ahern · 6 years ago
  6. 7d21fec ipv6: Add fib6_type and fib6_flags to fib6_result by David Ahern · 6 years ago
  7. effda4d ipv6: Pass fib6_result to fib lookups by David Ahern · 6 years ago
  8. b1d4099 ipv6: Rename fib6_multipath_select and pass fib6_result by David Ahern · 6 years ago
  9. cc3a86c ipv6: Change rt6_probe to take a fib6_nh by David Ahern · 6 years ago
  10. f174173 net: Add fib_nh_common and update fib_nh and fib6_nh by David Ahern · 6 years ago
  11. ad1601a ipv6: Rename fib6_nh entries by David Ahern · 6 years ago
  12. 2b2450c ipv6: Move gateway checks to a fib6_nh setting by David Ahern · 6 years ago
  13. dac7d0f ipv6: Create cleanup helper for fib6_nh by David Ahern · 6 years ago
  14. 83c44251 ipv6: Create init helper for fib6_nh by David Ahern · 6 years ago
  15. c7a1ce3 ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create by David Ahern · 6 years ago
  16. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. f547fac ipv6: rate-limit probes for neighbourless routes by Sabrina Dubroca · 6 years ago
  18. 7c6bb7d net/ipv6: Add knob to skip DELROUTE message on device down by David Ahern · 6 years ago
  19. 67edf21 scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protected by David Ahern · 6 years ago
  20. 0153167 net/ipv6: Remove rt6i_prefsrc by David Ahern · 6 years ago
  21. e873e4b ipv6: use fib6_info_hold_safe() when necessary by Wei Wang · 6 years ago
  22. 9b0a8da net/ipv6: respect rcu grace period before freeing fib6_info by Eric Dumazet · 7 years ago
  23. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  24. 901731b net/ipv6: Add helper to return path MTU based on fib result by David Ahern · 7 years ago
  25. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  26. 138118e net/ipv6: Add fib6_lookup by David Ahern · 7 years ago
  27. 1d053da net/ipv6: Extract table lookup from ip6_pol_route by David Ahern · 7 years ago
  28. 3b290a3 net/ipv6: Rename rt6_multipath_select by David Ahern · 7 years ago
  29. 6454743 net/ipv6: Rename fib6_lookup to fib6_node_lookup by David Ahern · 7 years ago
  30. 8fb11a9 net/ipv6: rename rt6_next to fib6_next by David Ahern · 7 years ago
  31. a68886a net/ipv6: Make from in rt6_info rcu protected by David Ahern · 7 years ago
  32. a87b7dc net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe by David Ahern · 7 years ago
  33. a269f1a net/ipv6: Rename rt6_get_cookie_safe by David Ahern · 7 years ago
  34. 6a3e030 net/ipv6: Clean up rt expires helpers by David Ahern · 7 years ago
  35. dcd1f57 net/ipv6: Remove fib6_idev by David Ahern · 7 years ago
  36. 9ee8cbb net/ipv6: Remove aca_idev by David Ahern · 7 years ago
  37. 93c2fb2 net/ipv6: Rename fib6_info struct elements by David Ahern · 7 years ago
  38. 77634cc net/ipv6: Remove unused code and variables for rt6_info by David Ahern · 7 years ago
  39. 8d1c802 net/ipv6: Flip FIB entries to fib6_info by David Ahern · 7 years ago
  40. 93531c6 net/ipv6: separate handling of FIB entries from dst based routes by David Ahern · 7 years ago
  41. a64efe14 net/ipv6: introduce fib6_info struct and helpers by David Ahern · 7 years ago
  42. 3b6761d net/ipv6: Move dst flags to booleans in fib entries by David Ahern · 7 years ago
  43. 1489568 net/ipv6: move expires into rt6_info by David Ahern · 7 years ago
  44. d4ead6b net/ipv6: move metrics from dst to rt6_info by David Ahern · 7 years ago
  45. 5e670d8 net/ipv6: Move nexthop data to fib6_nh by David Ahern · 7 years ago
  46. e8478e8 net/ipv6: Save route type in rt6_info by David Ahern · 7 years ago
  47. 7aef685 net/ipv6: Pass net to fib6_update_sernum by David Ahern · 7 years ago
  48. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  49. 5e5d6fe ipv6: route: dissect flow in input path if fib rules need it by Roopa Prabhu · 7 years ago
  50. 398958a ipv6: Add support for non-equal-cost multipath by Ido Schimmel · 7 years ago
  51. d7dedee ipv6: Calculate hash thresholds for IPv6 nexthops by Ido Schimmel · 7 years ago
  52. 4a8e56e ipv6: Export sernum update function by Ido Schimmel · 7 years ago
  53. a2c554d ipv6: Add explicit flush indication to routes by Ido Schimmel · 7 years ago
  54. 3a2232e ipv6: Move dst->from into struct rt6_info. by David Miller · 7 years ago
  55. 071fb37 ipv6: Move rt6_next from dst_entry into ipv6 route structure. by David Miller · 7 years ago
  56. 81eb844 ipv6: take care of rt6_stats by Wei Wang · 7 years ago
  57. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 7 years ago
  58. bbd63f0 ipv6: update fn_sernum after route is inserted to tree by Wei Wang · 7 years ago
  59. 2b760fc ipv6: hook up exception table to store dst cache by Wei Wang · 7 years ago
  60. 38fbeee ipv6: prepare fib6_locate() for exception table by Wei Wang · 7 years ago
  61. c757faa ipv6: prepare fib6_age() for exception table by Wei Wang · 7 years ago
  62. 35732d0 ipv6: introduce a hash table to store dst cache by Wei Wang · 7 years ago
  63. 180ca44 ipv6: introduce a new function fib6_update_sernum() by Wei Wang · 7 years ago
  64. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  65. 4e587ea ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  66. c5cff85 ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  67. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  68. a460aa8 ipv6: fib: Add helpers to hold / drop a reference on rt6_info by Ido Schimmel · 7 years ago
  69. e1ee0a5 ipv6: fib: Dump tables during registration to FIB chain by Ido Schimmel · 7 years ago
  70. dcb18f7 ipv6: fib_rules: Dump rules during registration to FIB chain by Ido Schimmel · 7 years ago
  71. df77fe4 ipv6: fib: Add in-kernel notifications for route add / delete by Ido Schimmel · 7 years ago
  72. 16ab6d7 ipv6: fib: Add FIB notifiers callbacks by Ido Schimmel · 7 years ago
  73. e3ea973 ipv6: fib_rules: Check if rule is a default rule by Ido Schimmel · 7 years ago
  74. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  75. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  76. 0ae8133 net: ipv6: Allow shorthand delete of all nexthops in multipath route by David Ahern · 8 years ago
  77. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  78. 02bcf4e ipv6: Check rt->dst.from for the DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  79. 37a1d36 ipv6: include NLM_F_REPLACE in route replace notifications by Roopa Prabhu · 9 years ago
  80. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  81. 19e42e4 ipv6: support for fib route lwtunnel encap attributes by Roopa Prabhu · 9 years ago
  82. d52d399 ipv6: Create percpu rt6_info by Martin KaFai Lau · 10 years ago
  83. 8d0b94a ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister by Martin KaFai Lau · 10 years ago
  84. 3da59bd ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set by Martin KaFai Lau · 10 years ago
  85. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 10 years ago
  86. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 10 years ago
  87. 4b32b5a ipv6: Stop rt6_info from using inet_peer's metrics by Martin KaFai Lau · 10 years ago
  88. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 10 years ago
  89. 42b1870 ipv6: make rt_sernum atomic and serial number fields ordinary ints by Hannes Frederic Sowa · 10 years ago
  90. 94b2cfe ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal by Hannes Frederic Sowa · 10 years ago
  91. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  92. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 11 years ago
  93. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  94. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. 01ba16d ipv6: reset dst.expires value when clearing expire flag by Hannes Frederic Sowa · 11 years ago
  96. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  97. 5c3a0fd ip*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  98. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  99. ecd9883 ipv6: fix race condition regarding dst->expires and dst->from. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  100. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago