summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_table.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix two coding style issuesMichal Kubecek2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-061-1/+3
* decnet: remove duplicated include from dn_table.cWei Yongjun2013-04-071-1/+0Star
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
* decnet: Parse netlink attributes on our ownThomas Graf2013-03-221-19/+23
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+5Star
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-6/+6
* decnet: Do not use RTA_PUT() macrosThomas Graf2012-06-281-28/+41
* decnet: dn_table: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+6
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* decnet: Reduce switch/case indentJoe Perches2011-07-021-11/+12
* decnet: Don't leak entries when rebuilding zone.David S. Miller2011-04-181-2/+3
* decnet: Fix set-but-unused variable.David S. Miller2011-04-171-2/+1Star
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-131-3/+3
* net: cleanup unused macros in net directoryShan Wei2011-01-201-1/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-2/+3
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-251-1/+2
* decnet: remove private wrappers of endian helpersHarvey Harrison2008-11-271-1/+1
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-2/+2
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-111-119/+119
|\
| * [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-119/+119
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+1Star
|/
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-4/+7
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [DECNET]: Use kzalloc where applicableArnaldo Carvalho de Melo2006-12-031-4/+4
* [DECNET]: Fix build regressions.David S. Miller2006-12-031-2/+2
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-5/+29
* [DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2006-09-221-14/+14
* [DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-34/+91
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-221-0/+1
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-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-8/+3Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-211-6/+6
* [NET]: kfree cleanupJesper Juhl2005-11-081-8/+6Star