summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* net: netlink: Remove unused functionYajun Deng2021-07-301-8/+0
* net: netlink: add the case when nlh is NULLYajun Deng2021-07-271-5/+4
* mptcp: avoid lock_fast usage in accept pathFlorian Westphal2021-02-121-0/+32
* genetlink: allow dumping command-specific policyJakub Kicinski2020-10-031-5/+36
* genetlink: properly support per-op policy dumpingJohannes Berg2020-10-031-10/+92
* genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg2020-10-031-6/+19
* netlink: rework policy dump to support multiple policiesJohannes Berg2020-10-031-1/+2
* genetlink: switch control commands to per-op policiesJakub Kicinski2020-10-021-3/+11
* genetlink: use parsed attrs in dumppolicyJakub Kicinski2020-10-021-7/+2
* genetlink: bring back per op policyJakub Kicinski2020-10-021-5/+13
* genetlink: use .start callback for dumppolicyJakub Kicinski2020-10-021-24/+24
* genetlink: add a structure for dump stateJakub Kicinski2020-10-021-10/+18
* genetlink: add small version of opsJakub Kicinski2020-10-021-32/+95
* netlink: fix policy dump leakJohannes Berg2020-10-021-1/+8
* net: netlink: delete repeated wordsRandy Dunlap2020-08-241-1/+1
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-1/+1
|\
| * net: genetlink: Move initialization to core_initcallDaniel Lezcano2020-07-211-1/+1
* | genetlink: remove genl_bindSean Tranchetti2020-07-011-49/+0
* | genetlink: get rid of family->attrbufCong Wang2020-06-291-35/+13
|/
* genetlink: clean up family attributes allocationsCong Wang2020-06-121-16/+12
* genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang2020-06-041-36/+58
* netlink: add infrastructure to expose policies to userspaceJohannes Berg2020-04-301-0/+78
* net: genetlink: return the error code when attribute parsing fails.Paolo Abeni2020-02-221-2/+3
* genetlink: do not parse attributes for families with zero maxattrMichal Kubecek2019-10-131-6/+4
* net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko2019-10-081-11/+17
* net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-061-19/+0
* net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-061-17/+22
* net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko2019-10-061-22/+45
* net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-061-9/+38
* net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko2019-10-061-77/+96
* genetlink: do not validate dump requests if there is no policyMichal Kubecek2019-05-041-10/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+2
|\
| * genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-3/+26
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-1/+2
|\|
| * genetlink: Fix a memory leak on error pathYueHaibing2019-03-211-1/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-221-3/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-161-1/+1
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* genetlink: pass extended ACK report downJohannes Berg2017-04-131-2/+4
* netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+1
|\
| * genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3