aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek1-6/+4
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko1-11/+17
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko1-19/+0
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko1-17/+22
2019-10-06net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko1-22/+45
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko1-9/+38
2019-10-06net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko1-77/+96
2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek1-10/+14
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-3/+26
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-6/+6
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann1-2/+2
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-3/+3
2019-03-21genetlink: Fix a memory leak on error pathYueHaibing1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-03-16netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-13genetlink: pass extended ACK report downJohannes Berg1-2/+4
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun1-1/+3
2016-10-29genetlink: Fix generic netlink family unregisterpravin shelar1-1/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: use idr to track familiesJohannes Berg1-165/+106
2016-10-27genetlink: statically initialize familiesJohannes Berg1-15/+20
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-15/+22
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-0/+19
2016-09-01net: make genetlink ctrl ops conststephen hemminger1-2/+2
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-21/+0
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen1-0/+4
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+16
2016-01-12net: netlink: Fix multicast group storage allocation for families with more than one groupsMatti Vaittinen1-1/+1
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+16
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-09-24genetlink: simplify genl_notifyJiri Benc1-6/+6
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-2/+4
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg1-7/+9
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg1-1/+1
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller1-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-5/+7
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+59