summaryrefslogtreecommitdiff
path: root/net/netlink/policy.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20netlink: add variable-length / auto integersJakub Kicinski1-3/+11
2023-10-06netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook1-7/+8
2022-08-18net: genl: fix error path memory leak in policy dumpingJakub Kicinski1-2/+12
2020-10-10netlink: export policy in extended ACKJohannes Berg1-0/+61
2020-10-10netlink: policy: refactor per-attr policy writingJohannes Berg1-28/+51
2020-10-06netlink: add mask validationJakub Kicinski1-0/+8
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg1-20/+82
2020-10-04netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-03genetlink: add a structure for dump stateJakub Kicinski1-17/+14
2020-10-02netlink: fix policy dump leakJohannes Berg1-14/+10
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-31netlink: policy: correct validation type checkJohannes Berg1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-08-20netlink: fix state reallocation in policy exportJohannes Berg1-0/+3
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg1-13/+19
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg1-0/+308