summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_table.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-1/+3
* decnet: remove duplicated include from dn_table.cWei Yongjun2013-04-071-1/+0
* 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-271-8/+5
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-6/+6
* decnet: Do not use RTA_PUT() macrosThomas Graf2012-06-271-28/+41
* decnet: dn_table: Move away from NLMSG_NEW().David S. Miller2012-06-261-5/+6
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* decnet: Reduce switch/case indentJoe Perches2011-07-011-11/+12
* decnet: Don't leak entries when rebuilding zone.David S. Miller2011-04-171-2/+3
* decnet: Fix set-but-unused variable.David S. Miller2011-04-171-2/+1
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-121-3/+3
* net: cleanup unused macros in net directoryShan Wei2011-01-191-1/+0
* 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-291-2/+3
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-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-261-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-251-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-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-101-119/+119
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+1
|/
* [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-021-4/+4
* [DECNET]: Fix build regressions.David S. Miller2006-12-021-2/+2
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-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/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-201-6/+6
* [NET]: kfree cleanupJesper Juhl2005-11-081-8/+6
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-2/+2
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-181-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+825