net: reduce structures when XFRM=n
[safe/jmp/linux-2.6] / net / ipv4 / route.c
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-28 Neil Hormannet: implement emergency route cache rebulds when gc_el...
2008-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-10-16 Eric Dumazetipv4: Add a missing rcu_assign_pointer() in routing...
2008-10-16 Alexey Dobriyansysctl: simplify ->strategy
2008-10-01 Julian Anastasovipv4: Loosen source address check on IPv4 output
2008-08-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-08-28 Eric Dumazetip: speedup /proc/net/rt_cache handling
2008-08-27 Hugh Dickinsipv4: mode 0555 in ipv4_skeleton
2008-08-25 Al Viroipv4: sysctl fixes
2008-08-15 Herbert Xuipv4: Disable route secret interval on zero interval
2008-08-07 David S. Milleripv4: Fix over-ifdeffing of ip_static_sysctl_init.
2008-08-06 Rami Rosenipv4: replace dst_metric() with dst_mtu() in net/ipv4...
2008-08-01 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-08-01 Al Viro[PATCH] ipv4_static_sysctl_init() should be under CONFI...
2008-08-01 Ingo Molnarnet/ipv4/route.c: fix build error
2008-07-27 Al Viromissing bits of net-namespace / sysctl
2008-07-27 Al Vironet: missing bits of net-namespace / sysctl
2008-07-27 Hugh Dickinsnetns: fix ip_rt_frag_needed rt_is_expired
2008-07-17 Pavel Emelyanovmib: add net to IP_INC_STATS_BH
2008-07-08 Denis V. Lunevipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush
2008-07-06 Denis V. Lunevnetns: selective flush of rt_cache
2008-07-06 Denis V. Lunevnetns: place rt_genid into struct net
2008-07-06 Denis V. Lunevipv4: pass current value of rt_genid into rt_hash
2008-07-06 Denis V. Lunevnetns: add struct net parameter to rt_cache_invalidate
2008-07-06 Denis V. Lunevnetns: make rt_secret_rebuild timer per namespace
2008-07-06 Denis V. Lunevnetns: register net.ipv4.route.flush in each namespace
2008-07-06 Denis V. Lunevipv4: remove static flush_delay variable
2008-07-06 Denis V. Lunevnetns: add namespace parameter to rt_cache_flush
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-03 Thomas Grafroute: Mark unused route cache flags as such.
2008-05-20 Herbert Xuipsec: Use the correct ip_local_out function
2008-05-05 Satoru SATOHip: Use inline function dst_metric() instead of direct...
2008-05-05 Satoru SATOHip: Make use of the inline function dst_metric_locked()
2008-04-29 Timo Terasipv4: Update MTU to all related cache entries in ip_rt_...
2008-04-24 Pavel Emelyanov[NET]: Fix heavy stack usage in seq_file output routines.
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-10 Stephen HemmingerIPV4: use xor rather than multiple ands for route compare
2008-04-10 Stephen HemmingerIPV4: route rekey timer can be deferrable
2008-04-10 Stephen HemmingerIPV4: route use jhash3
2008-04-10 Stephen HemmingerIPV4: route inline changes
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-23 Stephen Hemminger[IPV4] route: use read_mostly
2008-03-23 Denis V. Lunev[IPV4]: sk parameter is unused in ipv4_dst_blackhole.
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-29 Denis V. Lunev[NETNS]: Enable all routing manipulation via netlink...
2008-02-29 Denis V. Lunev[NETNS]: Register /proc/net/rt_cache for each namespace.
2008-02-29 Denis V. Lunev[NETNS]: Process /proc/net/rt_cache inside a namespace.
2008-02-29 Denis V. Lunev[IPV4]: rt_cache_get_next should take rt_genid into...
2008-02-29 Denis V. Lunev[NETNS]: Process ip_rt_redirect in the correct namespace.
2008-02-28 Wang Chen[IPV4]: Use proc_create() to setup ->proc_fops first
2008-02-08 Patrick McHardy[IPV4]: route: fix crash ip_route_input
2008-02-01 Eric Dumazet[IPV4] route cache: Introduce rt_genid for smooth cache...
2008-02-01 Eric Dumazet[NET]: should explicitely initialize atomic_t field...
2008-01-28 Denis V. Lunev[NETNS]: Routing cache virtualization.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to __ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_slow.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_dev_find.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_select_default.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_rt_get_source.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_route_input_slow.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_lookup.
2008-01-28 Jan Engelhardt[IPV4]: Enable use of 240/4 address space.
2008-01-28 Daniel Lezcano[NETNS][DST] dst: pass the dst_ops as parameter to...
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Rami Rosen[IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT...
2008-01-28 Eric Dumazet[INET]: Avoid an integer divide in rt_garbage_collect()
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Pavel Emelyanov[IPV4]: Switch users of ipv4_devconf(_all) to use the...
2008-01-28 Herbert Xu[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP...
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Convert rt_hash_lock_init() macro into...
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Clean up proc files creation.
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Collect proc-related functions together
2008-01-28 Eric Dumazet[PATCH] IPV4 : Move ip route cache flush (secret_rebuil...
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2008-01-28 Eric Dumazet[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu...
2008-01-28 Herbert Xu[IPSEC]: Merge most of the output path
2008-01-28 Herbert Xu[NET]: Eliminate duplicate copies of dst_discard
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-10 Eric Dumazet[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net...
2008-01-09 Eric Dumazet[IPV4] ROUTE: ip_rt_dump() is unecessary slow
2007-12-07 Denis V. Lunev[IPV4]: Remove prototype of ip_rt_advice
2007-12-07 Mitsuru Chinen[IPv4]: Reply net unreachable ICMP message
2007-11-19 Eric Dumazet[NET]: Corrects a bug in ip_rt_acct_read()
2007-11-15 Eric Dumazet[NET]: rt_check_expire() can take a long time, add...
2007-11-11 Pavel Emelyanov[NET]: Make helper to get dst entry and "use" it
2007-11-11 Pavel Emelyanov[IPV4]: Remove bugus goto-s from ip_route_input_slow
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
2007-10-10 Eric Dumazet[IPV4]: Convert rt_check_expire() from softirq processi...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
next