aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-3/+2
* [IPV4]: route: fix crash ip_route_inputPatrick McHardy2008-02-071-1/+1
* [IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet2008-01-311-120/+89
* [NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2008-01-311-0/+2
* [NETNS]: Routing cache virtualization.Denis V. Lunev2008-01-281-5/+16
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-3/+3
* [NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev2008-01-281-3/+4
* [NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev2008-01-281-3/+4
* [NETNS]: Add namespace parameter to ip_route_output_slow.Denis V. Lunev2008-01-281-10/+11
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-281-3/+3
* [NETNS]: Add netns parameter to fib_select_default.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Pass correct namespace in ip_rt_get_source.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Pass correct namespace in ip_route_input_slow.Denis V. Lunev2008-01-281-3/+4
* [NETNS]: Add netns parameter to fib_lookup.Denis V. Lunev2008-01-281-3/+3
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-281-6/+6
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-281-3/+3
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-1/+1
* [IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4Rami Rosen2008-01-281-2/+2
* [INET]: Avoid an integer divide in rt_garbage_collect()Eric Dumazet2008-01-281-2/+2
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-23/+29
* [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov2008-01-281-1/+1
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-281-1/+2
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-281-2/+3
* [IPV4] ROUTE: Convert rt_hash_lock_init() macro into functionPavel Emelyanov2008-01-281-8/+17
* [IPV4] ROUTE: Clean up proc files creation.Pavel Emelyanov2008-01-281-14/+40
* [IPV4] ROUTE: Collect proc-related functions togetherPavel Emelyanov2008-01-281-42/+39
* [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to wor...Eric Dumazet2008-01-281-24/+59
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-1/+1
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+4
* [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2008-01-281-12/+3
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-0/+1
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-8/+3
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-4/+2
* [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet2008-01-101-3/+3
* [IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet2008-01-081-4/+4
* [IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev2007-12-071-1/+1
* [IPv4]: Reply net unreachable ICMP messageMitsuru Chinen2007-12-071-0/+3
* [NET]: Corrects a bug in ip_rt_acct_read()Eric Dumazet2007-11-181-6/+2
* [NET]: rt_check_expire() can take a long time, add a cond_resched()Eric Dumazet2007-11-141-0/+3
* [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-9/+3
* [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-101-5/+0
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-17/+2
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-2/+2
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-9/+9
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-9/+9
* [IPV4]: Convert rt_check_expire() from softirq processing to workqueue.Eric Dumazet2007-10-101-18/+12
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [IPV4] route.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski2007-08-021-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1