summaryrefslogtreecommitdiff
path: root/net/netlink/genetlink.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-30net: netlink: Remove unused functionYajun Deng1-8/+0
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng1-5/+4
2021-02-13mptcp: avoid lock_fast usage in accept pathFlorian Westphal1-0/+32
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski1-5/+36
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg1-10/+92
2020-10-04genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg1-1/+2
2020-10-03genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-03genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-03genetlink: bring back per op policyJakub Kicinski1-5/+13
2020-10-03genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-03genetlink: add a structure for dump stateJakub Kicinski1-10/+18
2020-10-03genetlink: add small version of opsJakub Kicinski1-32/+95
2020-10-02netlink: fix policy dump leakJohannes Berg1-1/+8
2020-08-25net: netlink: delete repeated wordsRandy Dunlap1-1/+1
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano1-1/+1
2020-07-02genetlink: remove genl_bindSean Tranchetti1-49/+0
2020-06-30genetlink: get rid of family->attrbufCong Wang1-35/+13
2020-06-13genetlink: clean up family attributes allocationsCong Wang1-16/+12
2020-06-05genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang1-36/+58
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg1-0/+78
2020-02-23net: genetlink: return the error code when attribute parsing fails.Paolo Abeni1-2/+3
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek1-6/+4
2019-10-09net: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-3/+26
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-28netlink: 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-28Merge 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-13treewide: 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-23genetlink: 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