Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-13mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg
2020-10-04genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-03genetlink: switch control commands to per-op policiesJakub Kicinski
2020-10-03genetlink: use parsed attrs in dumppolicyJakub Kicinski
2020-10-03genetlink: bring back per op policyJakub Kicinski
2020-10-03genetlink: use .start callback for dumppolicyJakub Kicinski
2020-10-03genetlink: add a structure for dump stateJakub Kicinski
2020-10-03genetlink: add small version of opsJakub Kicinski
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-08-25net: netlink: delete repeated wordsRandy Dunlap
2020-08-07Merge 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-02genetlink: remove genl_bindSean Tranchetti
2020-06-30genetlink: get rid of family->attrbufCong Wang
2020-06-13genetlink: clean up family attributes allocationsCong Wang
2020-06-05genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg
2020-02-23net: 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-09net: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann
2019-03-28Merge 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-13treewide: 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-23genetlink: 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
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun
2016-10-30genetlink: Fix generic netlink family unregisterpravin shelar