aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Remove DECnet support from kernelStephen Hemminger1-929/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-04-27net: fix two coding style issuesMichal Kubecek1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2017-11-11net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-1/+3
2013-04-07decnet: remove duplicated include from dn_table.cWei Yongjun1-1/+0
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf1-19/+23
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-6/+6
2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf1-28/+41
2012-06-26decnet: dn_table: Move away from NLMSG_NEW().David S. Miller1-5/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-01decnet: Reduce switch/case indentJoe Perches1-11/+12
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller1-3/+3
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
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-29net: Move && and || to end of previous lineJoe Perches1-2/+3
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-1/+2
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+4
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-119/+119
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+1
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-119/+119
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy1-4/+7
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-02[DECNET]: Use kzalloc where applicableArnaldo Carvalho de Melo1-4/+4
2006-12-02[DECNET]: Fix build regressions.David S. Miller1-2/+2
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-5/+29
2006-09-22[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf1-14/+14
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-34/+91
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy1-0/+1
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy1-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-8/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0