summaryrefslogtreecommitdiff
path: root/net/netlink/policy.c
AgeCommit message (Expand)Author
2023-10-20netlink: add variable-length / auto integersJakub Kicinski
2023-10-06netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook
2022-08-18net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2020-10-09netlink: export policy in extended ACKJohannes Berg
2020-10-09netlink: policy: refactor per-attr policy writingJohannes Berg
2020-10-06netlink: add mask validationJakub Kicinski
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-03netlink: compare policy more accuratelyJohannes Berg
2020-10-02genetlink: add a structure for dump stateJakub Kicinski
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-31netlink: policy: correct validation type checkJohannes Berg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-19netlink: fix state reallocation in policy exportJohannes Berg
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-04-30netlink: add infrastructure to expose policies to userspaceJohannes Berg