1. 4ad9bb8 Merge 4.9.216 into android-4.9-q by Greg Kroah-Hartman · 4 years, 3 months ago
  2. 1f78daa ipv6: Fix route replacement with dev-only route by Benjamin Poirier · 4 years, 4 months ago
  3. 9b2b081 UPSTREAM: ipv6: fib: Unlink replaced routes from their nodes by Ido Schimmel · 7 years ago
  4. bf8ed95 ipv6: fix typo in fib6_net_exit() by Eric Dumazet · 7 years ago
  5. c9335db ipv6: fix memory leak with multiple tables during netns destruction by Sabrina Dubroca · 7 years ago
  6. 43c792a ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  7. 7f8f23f ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  8. 1c18f93 ipv6: repair fib6 tree in failure case by Wei Wang · 7 years ago
  9. 62e9a28 ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 7 years ago
  10. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  11. b9ca9b0 ipv6: Do not leak throw route references by Serhey Popovych · 7 years ago
  12. 4a8d3bb ipv6: make ECMP route replacement less greedy by Sabrina Dubroca · 7 years ago
  13. 73483c1 ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE events by Guillaume Nault · 8 years ago
  14. 903ce4a ipv6: Fix mem leak in rt6i_pcpu by Martin KaFai Lau · 8 years ago
  15. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  16. 3dc94f9 ipv6: per netns FIB garbage collection by Michal Kubeček · 8 years ago
  17. 9a03cd8 ipv6: per netns fib6 walkers by Michal Kubeček · 8 years ago
  18. 3570df9 ipv6: replace global gc_args with local variable by Michal Kubeček · 8 years ago
  19. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  20. ab997ad ipv6: fix the incorrect return value of throw route by lucien · 9 years ago
  21. c485068 net: Export fib6_get_table and nd_tbl by David Ahern · 9 years ago
  22. 37a1d36 ipv6: include NLM_F_REPLACE in route replace notifications by Roopa Prabhu · 9 years ago
  23. 70da5b5 ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel by Martin KaFai Lau · 9 years ago
  24. 8e3d5be ipv6: Avoid double dst_free by Martin KaFai Lau · 9 years ago
  25. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  26. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  27. 9c7370a ipv6: Fix a potential deadlock when creating pcpu rt by Martin KaFai Lau · 9 years ago
  28. 5a6228a lwtunnel: change prototype of lwtunnel_state_get() by Nicolas Dichtel · 9 years ago
  29. 19e42e4 ipv6: support for fib route lwtunnel encap attributes by Roopa Prabhu · 9 years ago
  30. d52d399 ipv6: Create percpu rt6_info by Martin KaFai Lau · 9 years ago
  31. 45e4fd2 ipv6: Only create RTF_CACHE routes after encountering pmtu exception by Martin KaFai Lau · 9 years ago
  32. 2759647 ipv6: fix ECMP route replacement by Michal Kubeček · 9 years ago
  33. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  34. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 9 years ago
  36. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  37. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 9 years ago
  38. 0409c9a net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference by Daniel Borkmann · 9 years ago
  39. 327571c ipv6: don't walk node's leaf during serial number update by Hannes Frederic Sowa · 10 years ago
  40. 812918c ipv6: make fib6 serial number per namespace by Hannes Frederic Sowa · 10 years ago
  41. c8c4d42 ipv6: only generate one new serial number per fib mutation by Hannes Frederic Sowa · 10 years ago
  42. 42b1870 ipv6: make rt_sernum atomic and serial number fields ordinary ints by Hannes Frederic Sowa · 10 years ago
  43. 94b2cfe ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal by Hannes Frederic Sowa · 10 years ago
  44. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  45. 793c3b4 net: ipv6: fib: don't sleep inside atomic lock by Benjamin Block · 10 years ago
  46. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. 163cd4e ipv6: remove parameter rt from fib6_prune_clones() by Duan Jiong · 10 years ago
  48. 1c26585 ipv6: fib: fix fib dump restart by Kumar Sundararajan · 10 years ago
  49. 437de07 ipv6: fix checkpatch errors of "foo*" and "foo * bar" by Wang Yufen · 10 years ago
  50. 49e253e ipv6: fix checkpatch errors of brace and trailing statements by Wang Yufen · 10 years ago
  51. 8db46f1 ipv6: fix checkpatch errors comments and space by Wang Yufen · 10 years ago
  52. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 10 years ago
  53. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 10 years ago
  54. 0a67d3e ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net by Hannes Frederic Sowa · 11 years ago
  55. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  56. ae7b4e1 net: fib: fib6_add: fix potential NULL pointer dereference by Daniel Borkmann · 11 years ago
  57. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 3e3be27 ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match by Hannes Frederic Sowa · 11 years ago
  59. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 49a18d8 ipv6: update ip6_rt_last_gc every time GC is run by Michal Kubeček · 11 years ago
  61. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  62. 9225b23 net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 by fan.du · 11 years ago
  63. 307f2fb ipv6: only static routes qualify for equal cost multipathing by Hannes Frederic Sowa · 11 years ago
  64. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  65. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  66. 188c517 ipv6: return errno pointers consistently for fib6_add_1() by Lin Ming · 12 years ago
  67. f950c0e ipv6: fix return value check in fib6_add() by Wei Yongjun · 12 years ago
  68. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. fa809e2 ipv6: fib: fix fib dump restart by Eric Dumazet · 12 years ago
  70. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  72. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  74. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  75. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  76. 8bd7451 ipv6: fib: Restore NTF_ROUTER exception in fib6_age() by Thomas Graf · 12 years ago
  77. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  78. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  79. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  80. 5339ab8 ipv6: fib: Convert fib6_age() to dst_neigh_lookup(). by David S. Miller · 12 years ago
  81. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 12 years ago
  82. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 12 years ago
  83. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 12 years ago
  84. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 12 years ago
  85. 8d26784 ipv6: Use pr_warn() in ip6_fib.c by David S. Miller · 13 years ago
  86. 14df015 IPV6 Fix a crash when trying to replace non existing route by Matti Vaittinen · 13 years ago
  87. 229a66e IPv6: Removing unnecessary NULL checks. by Matti Vaittinen · 13 years ago
  88. 4a287eb IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag by Matti Vaittinen · 13 years ago
  89. 25c8295 cleanup: remove unnecessary include. by Kevin Wilson · 13 years ago
  90. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  91. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  92. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  93. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  94. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  95. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  96. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  97. 10da66f fib: avoid false sharing on fib_table_hash by Eric Dumazet · 14 years ago
  98. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  99. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  100. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago