1. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  2. 1b86a58 ipv4: Fix "Set rt->rt_iif more sanely on output routes." by OGAWA Hirofumi · 13 years ago
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. 436c3b6 ipv4: Invalidate nexthop cache nh_saddr more correctly. by David S. Miller · 13 years ago
  5. eb49a97 ipv4: fix ip_rt_update_pmtu() by Eric Dumazet · 13 years ago
  6. 4a2b9c3 net_sched: fix ip_tos2prio by Dan Siemon · 13 years ago
  7. 46af318 ipv4: Fix PMTU update. by Hiroaki SHIMODA · 13 years ago
  8. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  9. 68a5e3d ipv4: Use struct flowi4 internally in routing lookups. by David S. Miller · 13 years ago
  10. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 13 years ago
  11. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  12. 1b7fe593 ipv4: Kill flowi arg to fib_select_multipath() by David S. Miller · 13 years ago
  13. ff3fccb ipv4: Remove unnecessary test from ip_mkroute_input() by David S. Miller · 13 years ago
  14. dbdd9a5 ipv4: Remove redundant RCU locking in ip_check_mc(). by David S. Miller · 13 years ago
  15. 67e28ff ipv4: Optimize flow initialization in input route lookup. by David S. Miller · 13 years ago
  16. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 13 years ago
  17. 1018b5c ipv4: Set rt->rt_iif more sanely on output routes. by David S. Miller · 13 years ago
  18. 3c0afdc ipv4: Get peer more cheaply in rt_init_metrics(). by David S. Miller · 13 years ago
  19. 44713b6 ipv4: Optimize flow initialization in output route lookup. by David S. Miller · 13 years ago
  20. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 13 years ago
  21. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  22. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  23. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  24. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 13 years ago
  25. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  26. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  27. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 13 years ago
  29. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 13 years ago
  30. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  31. 0c4dcd5 ipv4: Consolidate ipv4 dst allocation logic. by David S. Miller · 13 years ago
  32. 010c270 ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow(). by David S. Miller · 13 years ago
  33. 5ada552 ipv4: Simplify output route creation call sequence. by David S. Miller · 13 years ago
  34. f39925d ipv4: Cache learned redirect information in inetpeer. by David S. Miller · 13 years ago
  35. 2c8cec5 ipv4: Cache learned PMTU information in inetpeer. by David S. Miller · 13 years ago
  36. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 13 years ago
  37. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 13 years ago
  38. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 13 years ago
  39. 0131ba4 ipv4: Don't miss existing cached metrics in new routes. by David S. Miller · 13 years ago
  40. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  41. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 13 years ago
  42. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 13 years ago
  43. b8dad61 ipv4: If fib metrics are default, no need to grab ref to FIB info. by David S. Miller · 13 years ago
  44. a4daad6 net: Pre-COW metrics for TCP. by David S. Miller · 13 years ago
  45. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 13 years ago
  46. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  47. 0134e89 Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 by Patrick McHardy · 13 years ago
  48. c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 13 years ago
  49. dbbe68b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. 9fc3bbb ipv4/route.c: respect prefsrc for local routes by Joel Sing · 14 years ago
  51. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. fc75fc8 ipv4: dont create routes on down devices by Eric Dumazet · 14 years ago
  53. 6561a3b ipv4: Flush per-ns routing cache more sanely. by David S. Miller · 14 years ago
  54. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  55. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  56. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  57. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  58. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  59. b534ecf inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer. by David S. Miller · 14 years ago
  60. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  61. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  62. 72cdd1d net: get rid of rtable->idev by Eric Dumazet · 14 years ago
  63. 1c31720 ipv4: add __rcu annotations to routes.c by Eric Dumazet · 14 years ago
  64. 27b75c9 net: avoid RCU for NOCACHE dst by Eric Dumazet · 14 years ago
  65. 27a954b IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() by Andy Walls · 14 years ago
  66. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  67. 8391d07 ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output() by Dimitris Michailidis · 14 years ago
  68. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  69. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. c7d4426 net: introduce DST_NOCACHE flag by Eric Dumazet · 14 years ago
  71. 0197aa3 ipv4: rcu conversion in ip_route_output_slow by Eric Dumazet · 14 years ago
  72. dd28d1a ipv4: __mkroute_output() speedup by Eric Dumazet · 14 years ago
  73. 7e1b33e ipv6: add IPv6 to neighbour table overflow warning by Ulrich Weber · 14 years ago
  74. 83180af net: fix rcu use in ip_route_output_slow by Eric Dumazet · 14 years ago
  75. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  76. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. ae2688d net: blackhole route should always be recalculated by Jianzhao Wang · 14 years ago
  78. 49e8ab0 net: build_ehash_secret() and rt_bind_peer() cleanups by Eric Dumazet · 14 years ago
  79. 963bfee net: RTA_MARK addition by Eric Dumazet · 14 years ago
  80. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  81. 317fe0e inetpeer: restore small inet_peer structures by Eric Dumazet · 14 years ago
  82. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  83. ed7865a4 ipv4: avoid two atomic ops in ip_rt_redirect() by Eric Dumazet · 14 years ago
  84. 4736022 ipv4: RCU changes in __mkroute_input() by Eric Dumazet · 14 years ago
  85. 96d3622 ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mc by Eric Dumazet · 14 years ago
  86. b5f7e75 ipv4: add LINUX_MIB_IPRPFILTER snmp counter by Eric Dumazet · 14 years ago
  87. 27f39c73e net: Use __this_cpu_inc() in fast path by Eric Dumazet · 14 years ago
  88. 407eadd net: implements ip_route_input_noref() by Eric Dumazet · 14 years ago
  89. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  90. 3ee9437 ipv4: remove ip_rt_secret timer (v4) by Neil Horman · 14 years ago
  91. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  92. 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
  93. 6a2bad7 ipv4: Restart rt_intern_hash after emergency rebuild (v2) by Pavel Emelyanov · 14 years ago
  94. b35ecb5 ipv4: Cleanup struct net dereference in rt_intern_hash by Pavel Emelyanov · 14 years ago
  95. 5e016cb ipv4: Don't drop redirected route cache entry unless PTMU actually expired by Guenter Roeck · 14 years ago
  96. d11a4dc ipv4: check rt_genid in dst_check by Timo Teräs · 14 years ago
  97. 858a18a route: Fix caught BUG_ON during rt_secret_rebuild_oneshot() by Vitaliy Gusev · 14 years ago
  98. 9837638 net: fix route cache rebuilds by Eric Dumazet · 14 years ago
  99. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  100. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago