Commit Graph

168 Commits (180ee700ddfcc882d90410d979a4b3a804380ed2)

Author SHA1 Message Date
Eric Dumazet 00269b54ed ipv4: Add a missing rcu_assign_pointer() in routing cache. 17 years ago
Alexey Dobriyan f221e726bf sysctl: simplify ->strategy 17 years ago
Julian Anastasov a210d01ae3 ipv4: Loosen source address check on IPv4 output 17 years ago
Eric Dumazet a627266570 ip: speedup /proc/net/rt_cache handling 17 years ago
Hugh Dickins d994af0d50 ipv4: mode 0555 in ipv4_skeleton 17 years ago
Al Viro 2f4520d35d ipv4: sysctl fixes 17 years ago
Herbert Xu c6153b5b77 ipv4: Disable route secret interval on zero interval 17 years ago
David S. Miller 11d46123bf ipv4: Fix over-ifdeffing of ip_static_sysctl_init. 17 years ago
Rami Rosen 6d273f8d01 ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c. 17 years ago
Al Viro a1bc6eb4b4 [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL 17 years ago
Ingo Molnar 8a9204db66 net/ipv4/route.c: fix build error 17 years ago
Al Viro eeb61f719c missing bits of net-namespace / sysctl 17 years ago
Al Viro 6f9f489a4e net: missing bits of net-namespace / sysctl 17 years ago
Hugh Dickins 6c3b8fc618 netns: fix ip_rt_frag_needed rt_is_expired 17 years ago
Pavel Emelyanov 7c73a6faff mib: add net to IP_INC_STATS_BH 17 years ago
Denis V. Lunev 81c684d12d ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush 17 years ago
Denis V. Lunev 32cb5b4e03 netns: selective flush of rt_cache 17 years ago
Denis V. Lunev e84f84f276 netns: place rt_genid into struct net 17 years ago
Denis V. Lunev b00180defd ipv4: pass current value of rt_genid into rt_hash 17 years ago
Denis V. Lunev 86c657f6b5 netns: add struct net parameter to rt_cache_invalidate 17 years ago
Denis V. Lunev 9f5e97e536 netns: make rt_secret_rebuild timer per namespace 17 years ago
Denis V. Lunev 39a23e7508 netns: register net.ipv4.route.flush in each namespace 17 years ago
Denis V. Lunev 639e104fac ipv4: remove static flush_delay variable 17 years ago
Denis V. Lunev 76e6ebfb40 netns: add namespace parameter to rt_cache_flush 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Thomas Graf 51b77cae0d route: Mark unused route cache flags as such. 17 years ago
Herbert Xu 1ac06e0306 ipsec: Use the correct ip_local_out function 17 years ago
Satoru SATOH 5ffc02a158 ip: Use inline function dst_metric() instead of direct access to dst->metric[] 17 years ago
Satoru SATOH 0bbeafd011 ip: Make use of the inline function dst_metric_locked() 17 years ago
Timo Teras 0010e46577 ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() 17 years ago
Pavel Emelyanov 5e659e4cb0 [NET]: Fix heavy stack usage in seq_file output routines. 17 years ago
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Stephen Hemminger c0b8c32b1c IPV4: use xor rather than multiple ands for route compare 17 years ago
Stephen Hemminger 2fa7527ba1 IPV4: route rekey timer can be deferrable 17 years ago
Stephen Hemminger 1294fc4a48 IPV4: route use jhash3 17 years ago
Stephen Hemminger 5969f71d57 IPV4: route inline changes 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Stephen Hemminger 817bc4db77 [IPV4] route: use read_mostly 17 years ago
Denis V. Lunev ce25999078 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Denis V. Lunev 1937504dd1 [NETNS]: Enable all routing manipulation via netlink inside namespace. 17 years ago
Denis V. Lunev 73b3871165 [NETNS]: Register /proc/net/rt_cache for each namespace. 17 years ago
Denis V. Lunev a75e936f2f [NETNS]: Process /proc/net/rt_cache inside a namespace. 17 years ago
Denis V. Lunev 642d631811 [IPV4]: rt_cache_get_next should take rt_genid into account. 17 years ago
Denis V. Lunev 317805b8f8 [NETNS]: Process ip_rt_redirect in the correct namespace. 17 years ago
Wang Chen 770207208e [IPV4]: Use proc_create() to setup ->proc_fops first 17 years ago
Patrick McHardy 4136cd523e [IPV4]: route: fix crash ip_route_input 17 years ago