1. 8caaf7b ipv4/route/rtnl: get mcast attributes when dst is multicast by Nicolas Dichtel · 12 years ago
  2. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. 6361742 ipv4: do not cache looped multicasts by Julian Anastasov · 12 years ago
  4. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  5. 703fb94 xfrm: Fix the gc threshold value for ipv4 by Steffen Klassert · 12 years ago
  6. 13d82bf ipv4: Fix flushing of cached routing informations by Steffen Klassert · 12 years ago
  7. 68aaed5 ipv4: fix route mark sparse warning by stephen hemminger · 12 years ago
  8. c92b965 ipv4: Add FLOWI_FLAG_KNOWN_NH by Julian Anastasov · 12 years ago
  9. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  10. f8a1717 ipv4: make sure nh_pcpu_rth_output is always allocated by Julian Anastasov · 12 years ago
  11. e81da0e ipv4: fix sending of redirects by Julian Anastasov · 12 years ago
  12. ee9a8f7 ipv4: Don't report stale pmtu values to userspace by Steffen Klassert · 12 years ago
  13. 7f92d33 ipv4: Don't create nh exeption when the device mtu is smaller than the reported pmtu by Steffen Klassert · 12 years ago
  14. d851c12 ipv4: Always invalidate or update the route on pmtu events by Steffen Klassert · 12 years ago
  15. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  16. b42664f netns: move net->ipv4.rt_genid to net->rt_genid by Nicolas Dichtel · 12 years ago
  17. 2885da7 net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  18. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  19. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  20. ba8bd0e net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  21. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  22. 98d75c3 ipv4: Minor logic clean-up in ipv4_mtu by Alexander Duyck · 12 years ago
  23. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  24. c5ae7d4 ipv4: must use rcu protection while calling fib_lookup by Eric Dumazet · 12 years ago
  25. 78df76a ipv4: take rt_uncached_lock only if needed by Eric Dumazet · 12 years ago
  26. 9b04f35 ipv4: properly update pmtu by Eric Dumazet · 12 years ago
  27. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. 7bd86cc ipv4: Cache local output routes by Yan, Zheng · 12 years ago
  29. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  30. 9eb43e7 ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNET by Eric Dumazet · 12 years ago
  31. e33cdac ipv4: route.c cleanup by Eric Dumazet · 12 years ago
  32. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  33. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  34. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  35. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  36. 404e0a8 net: ipv4: fix RCU races on dst refcounts by Eric Dumazet · 12 years ago
  37. c6cffba ipv4: Fix input route performance regression. by David S. Miller · 12 years ago
  38. 4331deb ipv4: rt_cache_valid must check expired routes by Eric Dumazet · 12 years ago
  39. 13378ca ipv4: Change rt->rt_iif encoding. by David S. Miller · 12 years ago
  40. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  41. fe3edf4 ipv4: Remove all RTCF_DIRECTSRC handliing. by David S. Miller · 12 years ago
  42. 2860583 ipv4: Kill rt->fi by David S. Miller · 12 years ago
  43. 9917e1e8 ipv4: Turn rt->rt_route_iif into rt->rt_is_input. by David S. Miller · 12 years ago
  44. 4fd551d ipv4: Kill rt->rt_oif by David S. Miller · 12 years ago
  45. 93ac534 ipv4: Dirty less cache lines in route caching paths. by David S. Miller · 12 years ago
  46. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  47. d2d68ba ipv4: Cache input routes in fib_info nexthops. by David S. Miller · 12 years ago
  48. f2bb4be ipv4: Cache output routes in fib_info nexthops. by David S. Miller · 12 years ago
  49. ceb3320 ipv4: Kill routes during PMTU/redirect updates. by David S. Miller · 12 years ago
  50. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  51. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  52. f1ce306 ipv4: Remove 'rt_dst' from 'struct rtable' by David S. Miller · 12 years ago
  53. b486988 ipv4: Remove 'rt_mark' from 'struct rtable' by David Miller · 12 years ago
  54. d6c0a4f ipv4: Kill 'rt_src' from 'struct rtable' by David Miller · 12 years ago
  55. 1a00fee ipv4: Remove rt_key_{src,dst,tos} from struct rtable. by David Miller · 12 years ago
  56. 38a424e ipv4: Kill ip_route_input_noref(). by David Miller · 12 years ago
  57. 89aef89 ipv4: Delete routing cache. by David S. Miller · 12 years ago
  58. 521f549 ipv4: show pmtu in route list by Julian Anastasov · 12 years ago
  59. f31fd383 ipv4: Fix again the time difference calculation by Julian Anastasov · 12 years ago
  60. aee06da ipv4: use seqlock for nh_exceptions by Julian Anastasov · 12 years ago
  61. 7fed84f ipv4: Fix time difference calculation in rt_bind_exception(). by David S. Miller · 12 years ago
  62. 5abf7f7 ipv4: fix rcu splat by Eric Dumazet · 12 years ago
  63. d3a25c9 ipv4: Fix nexthop exception hash computation. by David S. Miller · 12 years ago
  64. 4895c77 ipv4: Add FIB nexthop exceptions. by David S. Miller · 12 years ago
  65. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  66. 85b91b0 ipv4: Don't store a rule pointer in fib_result. by David S. Miller · 12 years ago
  67. 99ee038 ipv4: Fix warnings in ip_do_redirect() for some configurations. by David S. Miller · 12 years ago
  68. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  69. 1f42539 ipv4: Kill ip_rt_redirect(). by David S. Miller · 12 years ago
  70. b42597e ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions. by David S. Miller · 12 years ago
  71. e47a185 ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect. by David S. Miller · 12 years ago
  72. 9420612 ipv4: Rearrange arguments to ip_rt_redirect() by David S. Miller · 12 years ago
  73. d0da720 ipv4: Pull redirect instantiation out into a helper function. by David S. Miller · 12 years ago
  74. f185071 ipv4: Remove inetpeer from routes. by David S. Miller · 12 years ago
  75. 3124873 ipv4: Calling ->cow_metrics() now is a bug. by David S. Miller · 12 years ago
  76. 2db2d67 ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route(). by David S. Miller · 12 years ago
  77. 710ab6c ipv4: Enforce max MTU metric at route insertion time. by David S. Miller · 12 years ago
  78. 5943634 ipv4: Maintain redirect and PMTU info in struct rtable again. by David S. Miller · 12 years ago
  79. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  80. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  81. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  82. 81166dd tcp: Move timestamps from inetpeer to metrics cache. by David S. Miller · 12 years ago
  83. 794785b net: Don't report route RTT metric value in cache dumps. by David S. Miller · 12 years ago
  84. f187bc6 ipv4: No need to set generic neighbour pointer. by David S. Miller · 12 years ago
  85. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  86. 3c521f2 ipv4: Don't report neigh uptodate state in rtcache procfs. by David S. Miller · 12 years ago
  87. a263b30 ipv4: Make neigh lookups directly in output packet path. by David S. Miller · 12 years ago
  88. 3085a4b ipv4: Remove extraneous assignment of dst->tclassid. by David S. Miller · 12 years ago
  89. 9e56e38 ipv4: Adjust in_dev handling in fib_validate_source() by David S. Miller · 12 years ago
  90. 41347dc ipv4: Kill rt->rt_spec_dst, no longer used. by David S. Miller · 12 years ago
  91. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 12 years ago
  92. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 12 years ago
  93. 251da41 ipv4: Cache ip_error() routes even when not forwarding. by David S. Miller · 12 years ago
  94. df67e6c ipv4: Remove unnecessary code from rt_check_expire(). by David S. Miller · 12 years ago
  95. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  96. 6fac262 ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. by David S. Miller · 12 years ago
  97. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  98. d0daebc3 ipv4: Add interface option to enable routing of 127.0.0.0/8 by Thomas Graf · 12 years ago
  99. 7b34ca2 inet: Avoid potential NULL peer dereference. by David S. Miller · 12 years ago
  100. 8b96d22 inet: Use FIB table peer roots in routes. by David S. Miller · 12 years ago