1. aeefa1e ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation by Sergey Popovich · 10 years ago
  2. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 10 years ago
  3. c9cb6b6 ipv4: make fib_detect_death static by Stephen Hemminger · 11 years ago
  4. 9877b25 fib: Use const struct nl_info * in rtmsg_fib by Joe Perches · 11 years ago
  5. 2ffae99 ipv4: use next hop exceptions also for input routes by Timo Teräs · 11 years ago
  6. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  7. d94ce9b ipv4: 16 slots in initial fib_info hash table by Eric Dumazet · 12 years ago
  8. f8a1717 ipv4: make sure nh_pcpu_rth_output is always allocated by Julian Anastasov · 12 years ago
  9. f4ef85b ipv4: add a fib_type to fib_info by Eric Dumazet · 12 years ago
  10. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  11. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  12. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  13. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  14. 404e0a8 net: ipv4: fix RCU races on dst refcounts by Eric Dumazet · 12 years ago
  15. c6cffba ipv4: Fix input route performance regression. by David S. Miller · 12 years ago
  16. d2d68ba ipv4: Cache input routes in fib_info nexthops. by David S. Miller · 12 years ago
  17. f2bb4be ipv4: Cache output routes in fib_info nexthops. by David S. Miller · 12 years ago
  18. 5abf7f7 ipv4: fix rcu splat by Eric Dumazet · 12 years ago
  19. 4895c77 ipv4: Add FIB nexthop exceptions. by David S. Miller · 12 years ago
  20. 710ab6c ipv4: Enforce max MTU metric at route insertion time. by David S. Miller · 12 years ago
  21. f4530fa ipv4: Avoid overhead when no custom FIB rules are installed. by David S. Miller · 12 years ago
  22. 7a9bc9b ipv4: Elide fib_validate_source() completely when possible. by David S. Miller · 12 years ago
  23. 6fac262 ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. by David S. Miller · 12 years ago
  24. e49cc0d ipv4: fix the rcu race between free_fib_info and ip_route_output_slow by Yanmin Zhang · 12 years ago
  25. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. f3756b7 ipv4: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  27. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  28. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  29. 19c1ea1 ipv4: Fix fib_info->fib_metrics leak by Yan, Zheng · 13 years ago
  30. 4670994 net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  31. 37e826c ipv4: Fix nexthop caching wrt. scoping. by David S. Miller · 13 years ago
  32. 436c3b6 ipv4: Invalidate nexthop cache nh_saddr more correctly. by David S. Miller · 13 years ago
  33. fcd13f4 ipv4: fix fib metrics by Eric Dumazet · 13 years ago
  34. 9ade228 ipv4: Use flowi4 in FIB layer. by David S. Miller · 13 years ago
  35. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 13 years ago
  36. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  37. 1b7fe593 ipv4: Kill flowi arg to fib_select_multipath() by David S. Miller · 13 years ago
  38. a7ac8fc ipv4: Fix scope value used in route src-address caching. by David S. Miller · 13 years ago
  39. 1fc050a ipv4: Cache source address in nexthop entries. by David S. Miller · 13 years ago
  40. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 13 years ago
  41. 4c8237c ipv4: Validate route entry type at insert instead of every lookup. by David S. Miller · 13 years ago
  42. 31d4093 ipv4: fix rcu lock imbalance in fib_select_default() by Eric Dumazet · 13 years ago
  43. 123b973 ipv4: Rename fib_hash_* locals in fib_semantics.c by David S. Miller · 13 years ago
  44. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 14 years ago
  45. 5b47044 ipv4: Remember FIB alias list head and table in lookup results. by David S. Miller · 14 years ago
  46. 725d1e1 ipv4: Attach FIB info to dst_default_metrics when possible by David S. Miller · 14 years ago
  47. 9c150e8 ipv4: Allocate fib metrics dynamically. by David S. Miller · 14 years ago
  48. 0134e89 Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 by Patrick McHardy · 14 years ago
  49. c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 14 years ago
  50. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  51. 9b0c290 fib: introduce fib_alias_accessed() helper by Eric Dumazet · 14 years ago
  52. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  53. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  54. 6a31d2a fib: cleanups by Eric Dumazet · 14 years ago
  55. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  56. d088dde ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE) by Christoph Egger · 14 years ago
  57. 71fceff ipv4: Use less conflicting local var name in change_nexthops() loop macro. by David S. Miller · 15 years ago
  58. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  59. e204a34 ipv4: cleanup - remove two unused parameters from fib_semantic_match(). by Rami Rosen · 15 years ago
  60. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  61. d9319100 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c by Jianjun Kong · 16 years ago
  62. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  64. 709772e net: Fix routing tables with id > 255 for legacy software by Krzysztof Piotr Oledzki · 16 years ago
  65. 57d7a60 [NETNS]: Add netns refcnt debug into fib_info. by Denis V. Lunev · 16 years ago
  66. 4814bdb [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. by Denis V. Lunev · 17 years ago
  67. 7462bd74 [NETNS]: Add a namespace mark to fib_info. by Denis V. Lunev · 17 years ago
  68. 85326fa [IPV4]: fib_sync_down rework. by Denis V. Lunev · 17 years ago
  69. 86167a3 [NETNS]: Pass correct namespace in context fib_check_nh. by Denis V. Lunev · 17 years ago
  70. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 17 years ago
  71. da0e28c [NETNS]: Add netns parameter to fib_lookup. by Denis V. Lunev · 17 years ago
  72. 88ebc72 [IPV4] FIB: Include nexthop device indexes in fib_info hashfn. by David S. Miller · 17 years ago
  73. a6db901 [IPV4] FIB: printk related cleanups by Stephen Hemminger · 17 years ago
  74. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 17 years ago
  75. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  76. c17860a [IPV4]: no need pass pointer to a default into fib_detect_death by Denis V. Lunev · 17 years ago
  77. 88f8349 [IPV4] fib_semantics: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  78. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  79. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  80. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  81. e06e7c6 [IPV4]: The scheduled removal of multipath cached routing support. by David S. Miller · 17 years ago
  82. b8f5583 [RTNETLINK]: Fix sending netlink message when replace route. by Milan Kocian · 17 years ago
  83. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  84. a0ee18b [IPv4] fib: Fix out of bound access of fib_props[] by Thomas Graf · 17 years ago
  85. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  86. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 18 years ago
  87. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  88. 81f7bf6 [IPV4]: net/ipv4/fib annotations by Al Viro · 18 years ago
  89. 1e8aa6f [IPV4] bug: open-coded inet_make_mask() in fib_semantic_match() is broken by Al Viro · 18 years ago
  90. 1ef1b8c [IPV4]: fib_semantic_match() annotations by Al Viro · 18 years ago
  91. d878e72e [IPV4]: ip_fib_check_default() annotated by Al Viro · 18 years ago
  92. 17fb2c6 [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated by Al Viro · 18 years ago
  93. b83738a [IPV4]: FIB_RES_PREFSRC() annotated by Al Viro · 18 years ago
  94. be403ea [IPv4]: Convert FIB dumping to use new netlink api by Thomas Graf · 18 years ago
  95. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  96. f21c7bc [IPv4] route: Convert route notifications to use rtnl_notify() by Thomas Graf · 18 years ago
  97. 9e762a4 [NET]: Introduce RTA_TABLE/FRA_TABLE attributes by Patrick McHardy · 18 years ago
  98. 2dfe55b [NET]: Use u32 for routing table IDs by Patrick McHardy · 18 years ago
  99. 832b4c5 [IPV4] fib: convert reader/writer to spinlock by Stephen Hemminger · 18 years ago
  100. 6e8fcbf [IPV4]: severe locking bug in fib_semantics.c by Alexey Kuznetsov · 18 years ago