summaryrefslogtreecommitdiffstats
path: root/net/netlink/policy.c
Commit message (Expand)AuthorAgeFilesLines
* net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-181-2/+12
* netlink: export policy in extended ACKJohannes Berg2020-10-091-0/+61
* netlink: policy: refactor per-attr policy writingJohannes Berg2020-10-091-28/+51
* netlink: add mask validationJakub Kicinski2020-10-061-0/+8
* netlink: rework policy dump to support multiple policiesJohannes Berg2020-10-031-20/+82
* netlink: compare policy more accuratelyJohannes Berg2020-10-031-4/+8
* genetlink: add a structure for dump stateJakub Kicinski2020-10-021-17/+14
* netlink: fix policy dump leakJohannes Berg2020-10-021-14/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | netlink: policy: correct validation type checkJohannes Berg2020-08-311-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-0/+3
|\|
| * netlink: fix state reallocation in policy exportJohannes Berg2020-08-191-0/+3
* | netlink: make NLA_BINARY validation more flexibleJohannes Berg2020-08-181-13/+19
|/
* netlink: add infrastructure to expose policies to userspaceJohannes Berg2020-04-301-0/+308