1. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  2. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  3. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  4. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  5. 93adcc8 net: don't use INIT_RCU_HEAD by Alexey Dobriyan · 16 years ago
  6. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  7. 1080d70 net: implement emergency route cache rebulds when gc_elasticity is exceeded by Neil Horman · 16 years ago
  8. b225ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  9. 00269b5 ipv4: Add a missing rcu_assign_pointer() in routing cache. by Eric Dumazet · 16 years ago
  10. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  11. a210d01 ipv4: Loosen source address check on IPv4 output by Julian Anastasov · 16 years ago
  12. b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. a627266 ip: speedup /proc/net/rt_cache handling by Eric Dumazet · 16 years ago
  14. d994af0 ipv4: mode 0555 in ipv4_skeleton by Hugh Dickins · 16 years ago
  15. 2f4520d ipv4: sysctl fixes by Al Viro · 16 years ago
  16. c6153b5 ipv4: Disable route secret interval on zero interval by Herbert Xu · 16 years ago
  17. 11d4612 ipv4: Fix over-ifdeffing of ip_static_sysctl_init. by David S. Miller · 16 years ago
  18. 6d273f8 ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c. by Rami Rosen · 16 years ago
  19. 9a5467f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  20. a1bc6eb [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL by Al Viro · 16 years ago
  21. 8a9204d net/ipv4/route.c: fix build error by Ingo Molnar · 16 years ago
  22. eeb61f7 missing bits of net-namespace / sysctl by Al Viro · 16 years ago
  23. 6c3b8fc netns: fix ip_rt_frag_needed rt_is_expired by Hugh Dickins · 16 years ago
  24. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  25. 81c684d ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush by Denis V. Lunev · 16 years ago
  26. 32cb5b4 netns: selective flush of rt_cache by Denis V. Lunev · 16 years ago
  27. e84f84f netns: place rt_genid into struct net by Denis V. Lunev · 16 years ago
  28. b00180d ipv4: pass current value of rt_genid into rt_hash by Denis V. Lunev · 16 years ago
  29. 86c657f netns: add struct net parameter to rt_cache_invalidate by Denis V. Lunev · 16 years ago
  30. 9f5e97e netns: make rt_secret_rebuild timer per namespace by Denis V. Lunev · 16 years ago
  31. 39a23e7 netns: register net.ipv4.route.flush in each namespace by Denis V. Lunev · 16 years ago
  32. 639e104 ipv4: remove static flush_delay variable by Denis V. Lunev · 16 years ago
  33. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  34. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  35. 51b77ca route: Mark unused route cache flags as such. by Thomas Graf · 16 years ago
  36. 1ac06e0 ipsec: Use the correct ip_local_out function by Herbert Xu · 16 years ago
  37. 5ffc02a ip: Use inline function dst_metric() instead of direct access to dst->metric[] by Satoru SATOH · 16 years ago
  38. 0bbeafd ip: Make use of the inline function dst_metric_locked() by Satoru SATOH · 16 years ago
  39. 0010e46 ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() by Timo Teras · 16 years ago
  40. 5e659e4 [NET]: Fix heavy stack usage in seq_file output routines. by Pavel Emelyanov · 16 years ago
  41. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  42. c0b8c32 IPV4: use xor rather than multiple ands for route compare by Stephen Hemminger · 16 years ago
  43. 2fa7527ba IPV4: route rekey timer can be deferrable by Stephen Hemminger · 16 years ago
  44. 1294fc4 IPV4: route use jhash3 by Stephen Hemminger · 16 years ago
  45. 5969f71 IPV4: route inline changes by Stephen Hemminger · 16 years ago
  46. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  47. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  48. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  49. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  50. 817bc4d [IPV4] route: use read_mostly by Stephen Hemminger · 16 years ago
  51. ce25999 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. by Denis V. Lunev · 16 years ago
  52. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  53. 1937504 [NETNS]: Enable all routing manipulation via netlink inside namespace. by Denis V. Lunev · 16 years ago
  54. 73b3871 [NETNS]: Register /proc/net/rt_cache for each namespace. by Denis V. Lunev · 16 years ago
  55. a75e936 [NETNS]: Process /proc/net/rt_cache inside a namespace. by Denis V. Lunev · 16 years ago
  56. 642d631 [IPV4]: rt_cache_get_next should take rt_genid into account. by Denis V. Lunev · 16 years ago
  57. 317805b [NETNS]: Process ip_rt_redirect in the correct namespace. by Denis V. Lunev · 16 years ago
  58. 7702072 [IPV4]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  59. 4136cd5 [IPV4]: route: fix crash ip_route_input by Patrick McHardy · 16 years ago
  60. 29e7525 [IPV4] route cache: Introduce rt_genid for smooth cache invalidation by Eric Dumazet · 16 years ago
  61. e242297 [NET]: should explicitely initialize atomic_t field in struct dst_ops by Eric Dumazet · 16 years ago
  62. b592191 [NETNS]: Routing cache virtualization. by Denis V. Lunev · 16 years ago
  63. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  64. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  65. 611c183 [NETNS]: Add namespace parameter to __ip_route_output_key. by Denis V. Lunev · 16 years ago
  66. b40afd0 [NETNS]: Add namespace parameter to ip_route_output_slow. by Denis V. Lunev · 16 years ago
  67. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  68. 010278e [NETNS]: Add netns parameter to fib_select_default. by Denis V. Lunev · 16 years ago
  69. ecfdc8c [NETNS]: Pass correct namespace in ip_rt_get_source. by Denis V. Lunev · 16 years ago
  70. 84a885f [NETNS]: Pass correct namespace in ip_route_input_slow. by Denis V. Lunev · 16 years ago
  71. da0e28c [NETNS]: Add netns parameter to fib_lookup. by Denis V. Lunev · 16 years ago
  72. 1e637c7 [IPV4]: Enable use of 240/4 address space. by Jan Engelhardt · 16 years ago
  73. 569d364 [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions by Daniel Lezcano · 16 years ago
  74. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  75. cb7928a [IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4 by Rami Rosen · 17 years ago
  76. b790ced [INET]: Avoid an integer divide in rt_garbage_collect() by Eric Dumazet · 17 years ago
  77. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  78. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  79. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  80. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  81. 1ff1cc2 [IPV4] ROUTE: Convert rt_hash_lock_init() macro into function by Pavel Emelyanov · 17 years ago
  82. 107f163 [IPV4] ROUTE: Clean up proc files creation. by Pavel Emelyanov · 17 years ago
  83. 78c686e [IPV4] ROUTE: Collect proc-related functions together by Pavel Emelyanov · 17 years ago
  84. beb659b [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to workqueue by Eric Dumazet · 17 years ago
  85. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  86. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  87. 8dbde28 [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variables by Eric Dumazet · 17 years ago
  88. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  89. 352e512 [NET]: Eliminate duplicate copies of dst_discard by Herbert Xu · 17 years ago
  90. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  91. 0bccead [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cache by Eric Dumazet · 16 years ago
  92. d8c9283 [IPV4] ROUTE: ip_rt_dump() is unecessary slow by Eric Dumazet · 17 years ago
  93. 56c99d0 [IPV4]: Remove prototype of ip_rt_advice by Denis V. Lunev · 17 years ago
  94. 7f53878 [IPv4]: Reply net unreachable ICMP message by Mitsuru Chinen · 17 years ago
  95. 483b23f [NET]: Corrects a bug in ip_rt_acct_read() by Eric Dumazet · 17 years ago
  96. d90bf5a [NET]: rt_check_expire() can take a long time, add a cond_resched() by Eric Dumazet · 17 years ago
  97. 03f49f3 [NET]: Make helper to get dst entry and "use" it by Pavel Emelyanov · 17 years ago
  98. b166760 [IPV4]: Remove bugus goto-s from ip_route_input_slow by Pavel Emelyanov · 17 years ago
  99. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  100. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago