summaryrefslogtreecommitdiff
path: root/net/decnet/dn_table.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-01decnet: Reduce switch/case indentJoe Perches
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller
2011-04-17decnet: Fix set-but-unused variable.David S. Miller
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller
2011-01-19net: cleanup unused macros in net directoryShan Wei
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-02[DECNET]: Use kzalloc where applicableArnaldo Carvalho de Melo
2006-12-02[DECNET]: Fix build regressions.David S. Miller
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf
2006-09-22[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse
2005-11-08[NET]: kfree cleanupJesper Juhl
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim
2005-04-16Linux-2.6.12-rc2Linus Torvalds