summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_hash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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/+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-211-11/+9
* [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/+2
* [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/+0
* [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/+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-301-1/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-301-2/+2
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-191-1/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-171-0/+1086