summaryrefslogtreecommitdiff
path: root/net/netlink/genetlink.c
AgeCommit message (Expand)Author
2021-07-30net: netlink: Remove unused functionYajun Deng
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski
2020-10-02genetlink: bring back per op policyJakub Kicinski
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski
2020-10-02genetlink: add a structure for dump stateJakub Kicinski
2020-10-02genetlink: add small version of opsJakub Kicinski
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-08-24net: netlink: delete repeated wordsRandy Dunlap
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-29genetlink: get rid of family->attrbufCong Wang
2020-06-12genetlink: clean up family attributes allocationsCong Wang
2020-06-04genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang
2020-04-30netlink: add infrastructure to expose policies to userspaceJohannes Berg
2020-02-22net: genetlink: return the error code when attribute parsing fails.Paolo Abeni
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko
2019-10-06net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko
2019-10-06net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko
2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-21genetlink: Fix a memory leak on error pathYueHaibing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-16netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13genetlink: pass extended ACK report downJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-03genetlink: fix a memory leak on error pathWANG Cong