1. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  2. f6d3c19 net: FIB tracepoints by David Ahern · 9 years ago
  3. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 9 years ago
  5. 25b97c0 ipv4: off-by-one in continuation handling in /proc/net/route by Andy Whitcroft · 9 years ago
  6. 1513069 fib_trie: Drop unnecessary calls to leaf_pull_suffix by Alexander Duyck · 9 years ago
  7. 2392deb ipv4: consider TOS in fib_select_default by Julian Anastasov · 9 years ago
  8. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  9. a2bb6d7 ipv4: include NLM_F_APPEND flag in append route notifications by Roopa Prabhu · 9 years ago
  10. f38b24c fib_trie: coding style: Use pointer after check by Firo Yang · 9 years ago
  11. ffa915d ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. by David S. Miller · 9 years ago
  12. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. d4e64c2 ipv4: fill in table id when replacing a route by Michal Kubeček · 9 years ago
  14. eea3994 rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD by Roopa Prabhu · 9 years ago
  15. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  16. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  17. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  18. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 9 years ago
  19. 0b65bd9 fib_trie: Provide a deterministic order for fib_alias w/ tables merged by Alexander Duyck · 9 years ago
  20. 654eff4 fib_trie: Only display main table in /proc/net/route by Alexander Duyck · 9 years ago
  21. 0ddcf43 ipv4: FIB Local/MAIN table collapse by Alexander Duyck · 9 years ago
  22. ddb4b9a fib_trie: Address possible NULL pointer dereference in resize by Alexander Duyck · 9 years ago
  23. 3ec320d fib_trie: Correctly handle case of key == 0 in leaf_walk_rcu by Alexander Duyck · 9 years ago
  24. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 9 years ago
  25. 88bae71 fib_trie: Add key vector to root, return parent key_vector in resize by Alexander Duyck · 9 years ago
  26. f23e59f fib_trie: Move parent from key_vector to tnode by Alexander Duyck · 9 years ago
  27. 6e22d17 fib_trie: Pull empty_children and full_children into tnode by Alexander Duyck · 9 years ago
  28. 56ca2ad fib_trie: Move rcu from key_vector to tnode, add accessors. by Alexander Duyck · 9 years ago
  29. dc35dbe fib_trie: Add tnode struct as a container for fields not needed in key_vector by Alexander Duyck · 9 years ago
  30. 2e1ac88 fib_trie: Rename tnode_child_length to child_length by Alexander Duyck · 9 years ago
  31. 754baf8 fib_trie: replace tnode_get_child functions with get_child macros by Alexander Duyck · 9 years ago
  32. 35c6eda fib_trie: Rename tnode to key_vector by Alexander Duyck · 9 years ago
  33. 8d8e810 fib_trie: Return pointer to tnode pointer in resize/inflate/halve by Alexander Duyck · 9 years ago
  34. 72be726 fib_trie: Minor cleanups to fib_table_flush_external by Alexander Duyck · 9 years ago
  35. 23375a0 ipv4: Fix unused variable warnings in fib_table_flush_external. by David S. Miller · 9 years ago
  36. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 9 years ago
  37. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 9 years ago
  38. 1de3d87 fib_trie: Prevent allocating tnode if bits is too big for size_t by Alexander Duyck · 9 years ago
  39. 71e8b67 fib_trie: Update last spot w/ idx >> n->bits code and explanation by Alexander Duyck · 9 years ago
  40. a7e5353 fib_trie: Make fib_table rcu safe by Alexander Duyck · 9 years ago
  41. 41b489f fib_trie: move leaf and tnode to occupy the same spot in the key vector by Alexander Duyck · 9 years ago
  42. d5d6487 fib_trie: Update insert and delete to make use of tp from find_node by Alexander Duyck · 9 years ago
  43. d4a975e fib_trie: Fib find node should return parent by Alexander Duyck · 9 years ago
  44. 8be33e9 fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf by Alexander Duyck · 9 years ago
  45. 7289e6d fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flush by Alexander Duyck · 9 years ago
  46. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 9 years ago
  47. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 9 years ago
  48. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 9 years ago
  49. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 9 years ago
  50. 64c6272 fib_trie: Various clean-ups for handling slen by Alexander Duyck · 9 years ago
  51. 0252536 fib_trie: Move fib_find_alias to file where it is used by Alexander Duyck · 9 years ago
  52. 30cfe7c fib_trie: Use empty_children instead of counting empty nodes in stats collection by Alexander Duyck · 9 years ago
  53. 95f60ea fib_trie: Add collapse() and should_collapse() to resize by Alexander Duyck · 9 years ago
  54. a80e89d fib_trie: Fall back to slen update on inflate/halve failure by Alexander Duyck · 9 years ago
  55. 69fa57b fib_trie: Fix RCU bug and merge similar bits of inflate/halve by Alexander Duyck · 9 years ago
  56. b383211 fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits by Alexander Duyck · 9 years ago
  57. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 10 years ago
  58. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 10 years ago
  59. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 10 years ago
  60. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 10 years ago
  61. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 10 years ago
  62. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 10 years ago
  63. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 10 years ago
  64. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 10 years ago
  65. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  66. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  67. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  68. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  69. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  70. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  71. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  72. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  73. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  74. e962f30 fib_trie: Fix trie balancing issue if new node pushes down existing node by Alexander Duyck · 10 years ago
  75. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  76. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  77. 4c60f1d fib_trie: only calc for the un-first node by baker.zhang · 11 years ago
  78. bbe34cf fib_trie: avoid a redundant bit judgement in inflate by baker.zhang · 11 years ago
  79. aab515d fib_trie: remove potential out of bound access by Eric Dumazet · 11 years ago
  80. f585a99 fib_trie: potential out of bounds access in trie_show_stats() by Jerry Snitselaar · 11 years ago
  81. 0020356 fib_trie: no need to delay vfree() by Al Viro · 11 years ago
  82. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  83. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  84. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  85. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  86. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  87. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  88. ad5b310 net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf by Igor Maravic · 12 years ago
  89. 0c03eca net: fib: fix incorrect call_rcu_bh() by Eric Dumazet · 12 years ago
  90. 79cda75 fib: use __fls() on non null argument by Eric Dumazet · 12 years ago
  91. 61648d9 ipv4: clean up put_child by Lin Ming · 12 years ago
  92. 4ea4bf7 ipv4: fix debug info in tnode_new by Lin Ming · 12 years ago
  93. 391e5c2 ipv4: Remove tb_peers from fib_table. by David S. Miller · 12 years ago
  94. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  95. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  96. dccd9ecc ipv4: Do not use dead fib_info entries. by David S. Miller · 12 years ago
  97. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  98. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  99. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  100. 6fc0143 net: ipv4: export fib_lookup and fib_table_lookup by Florian Westphal · 13 years ago