aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2018-07-24decnet: whitespace fixesStephen Hemminger1-2/+0
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-2/+2
2017-07-04net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-05net: fix decnet rtnexthop parsingVegard Nossum1-9/+12
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-1/+2
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTERThomas Graf1-14/+0
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf1-96/+115
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-0/+8
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-3/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-01decnet: Reduce switch/case indentJoe Perches1-38/+39
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-2/+2
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller1-11/+12
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-3/+3
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-01-28[DECNET]: Remove extra memset from dn_fib_check_nhDenis V. Lunev1-2/+0
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+8
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-4/+4
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+1
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf1-3/+5
2007-03-25[DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf1-1/+4
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-66/+66
2006-09-22[DECNET]: cleanupsAdrian Bunk1-4/+5
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-49/+0
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy1-3/+4
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy1-3/+3
2006-09-22[DECNET]: Convert rwlock to spinlockSteven Whitehouse1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse1-0/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse1-4/+4
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+802