summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_hash.c
Commit message (Expand)AuthorAgeFilesLines
* fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-281-0/+18
* fib_hash: fix rcu sparse and logical errorsEric Dumazet2010-10-261-16/+20
* fib: introduce fib_alias_accessed() helperEric Dumazet2010-10-211-1/+2
* fib_hash: RCU conversion phase 2Eric Dumazet2010-10-171-75/+101
* fib_hash: RCU conversion phase 1Eric Dumazet2010-10-171-19/+38
* fib_hash: embed initial hash table in fn_zoneEric Dumazet2010-10-171-29/+23Star
* fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-061-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-15/+10Star
* ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen2009-05-191-1/+0Star
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-031-6/+6
* netns: add namespace parameter to rt_cache_flushDenis V. Lunev2008-07-061-3/+3
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-241-8/+9
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+2Star
* ipv4/fib_hash.c: fix NULL dereferenceAdrian Bunk2008-02-201-5/+5
* [IPV4] fib: fix route replacement, fib_info is sharedJulian Anastasov2008-02-011-16/+31
* [IPV4] FIB_HASH: Reduce memory needs and speedup lookupsEric Dumazet2008-01-291-13/+20
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-291-13/+11Star
* [IPV4] FIB: printk related cleanupsStephen Hemminger2008-01-291-1/+2
* [NETNS]: Show routing information from correct namespace (fib_hash.c)Denis V. Lunev2008-01-291-6/+11
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-291-2/+2
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-291-5/+1Star
* [NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev2008-01-291-4/+4
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-291-0/+2
* [IPV4]: last default route is a fib table propertyDenis V. Lunev2008-01-281-8/+8
* [IPV4]: Unify assignment of fi to fib_resultDenis V. Lunev2008-01-281-15/+4Star
* [IPV4]: no need pass pointer to a default into fib_detect_deathDenis V. Lunev2008-01-281-2/+2
* [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.Eric W. Biederman2008-01-281-2/+3
* [IPV4] fib_hash: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-5/+2Star
* [IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet2008-01-211-11/+9Star
* [IPV4] fib_hash: fix duplicated route issueJoonwoo Park2008-01-211-0/+3
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-111-18/+2Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* [RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian2007-05-251-2/+4
* [NET]: make seq_operations constStephen Hemminger2007-04-261-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-5/+5
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [IPV4]: trivial fib_hash.c annotationsAl Viro2006-09-291-11/+11
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-221-1/+1
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-221-50/+44Star
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-13/+13
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-221-2/+2
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-4/+2Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1