aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-4/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+1
2016-12-14Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-1/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-5/+10
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-19dlm: make genl_ops constStephen Hemminger1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-6/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-4/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-4/+4
2010-08-05dlm: use genl_register_family_with_ops()Changli Gao1-14/+1
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-30dlm: always use GFP_NOFSDavid Teigland1-1/+1
2009-07-12genetlink: make netns awareJohannes Berg1-1/+1
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds1-1/+0
2008-12-23dlm: change lock time stampingDavid Teigland1-1/+0
2008-11-25fix warning in fs/dlm/netlink.cIngo Molnar1-1/+1
2008-05-19dlm: section mismatch warning fixLeonardo Potenza1-1/+1
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng1-2/+2
2008-02-06dlm: eliminate astparam type castingDavid Teigland1-3/+2
2007-07-09[DLM] timeout fixesDavid Teigland1-2/+0
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland1-0/+155