aboutsummaryrefslogtreecommitdiff
path: root/net/decnet/dn_fib.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-2/+2
2009-11-04net: Introduce for_each_netdev_rcu() iteratorGravatar Eric Dumazet 1-3/+3
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-01-28[DECNET]: Remove extra memset from dn_fib_check_nhGravatar Denis V. Lunev 1-2/+0
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Gravatar Denis V. Lunev 1-0/+8
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-4/+4
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-1/+1
2007-04-25[DECNet]: Use rtnl registration interfaceGravatar Thomas Graf 1-3/+5
2007-03-25[DECNet] fib: Fix out of bound access of dn_fib_props[]Gravatar Thomas Graf 1-1/+4
2007-02-10[NET] DECNET: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-66/+66
2006-09-22[DECNET]: cleanupsGravatar Adrian Bunk 1-4/+5
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Gravatar Patrick McHardy 1-49/+0
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesGravatar Patrick McHardy 1-3/+4
2006-09-22[NET]: Use u32 for routing table IDsGravatar Patrick McHardy 1-3/+3
2006-09-22[DECNET]: Convert rwlock to spinlockGravatar Steven Whitehouse 1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeGravatar Steven Whitehouse 1-0/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Gravatar Panagiotis Issaris 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Gravatar Steven Whitehouse 1-4/+4
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesGravatar Thomas Graf 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+802