summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_fib.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: fix decnet rtnexthop parsingVegard Nossum2016-07-051-9/+12
* net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-051-1/+2
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-2/+2
* decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf2013-03-221-14/+0
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-2/+2
* decnet: Parse netlink attributes on our ownThomas Graf2013-03-221-96/+115
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+6
* netlink: Get rid of obsolete rtnetlink macrosThomas Graf2012-06-271-0/+8
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* decnet: Reduce switch/case indentJoe Perches2011-07-011-38/+39
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-2/+2
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-121-11/+12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-081-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
* net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-3/+3
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [DECNET]: Remove extra memset from dn_fib_check_nhDenis V. Lunev2008-01-281-2/+0
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+8
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-4/+4
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-1/+1
* [DECNet]: Use rtnl registration interfaceThomas Graf2007-04-251-3/+5
* [DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf2007-03-251-1/+4
* [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-66/+66
* [DECNET]: cleanupsAdrian Bunk2006-09-221-4/+5
* [DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-49/+0
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-3/+4
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-221-3/+3
* [DECNET]: Convert rwlock to spinlockSteven Whitehouse2006-09-221-5/+5
* [DECNET]: Covert rules to use generic codeSteven Whitehouse2006-09-221-0/+1
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-201-4/+4
* [DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf2005-07-051-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+802