summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen2009-05-181-1/+0
* 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-051-3/+3
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [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-261-3/+2
* ipv4/fib_hash.c: fix NULL dereferenceAdrian Bunk2008-02-191-5/+5
* [IPV4] fib: fix route replacement, fib_info is sharedJulian Anastasov2008-01-311-16/+31
* [IPV4] FIB_HASH: Reduce memory needs and speedup lookupsEric Dumazet2008-01-281-13/+20
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-281-13/+11
* [IPV4] FIB: printk related cleanupsStephen Hemminger2008-01-281-1/+2
* [NETNS]: Show routing information from correct namespace (fib_hash.c)Denis V. Lunev2008-01-281-6/+11
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-281-2/+2
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-281-5/+1
* [NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev2008-01-281-4/+4
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-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/+4
* [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/+2
* [IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet2008-01-201-11/+9
* [IPV4] fib_hash: fix duplicated route issueJoonwoo Park2008-01-201-0/+3
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-18/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-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-241-2/+4
* [NET]: make seq_operations constStephen Hemminger2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-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-281-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/+44
* [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/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-291-1/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-2/+2
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-181-1/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1086
OpenPOWER on IntegriCloud