aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_fou.txt.warn
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add ethtool netlink descriptionsDmitry Vyukov2020-01-281-1/+0
|
* sys/linux: check for missing/duplicate netlink attrsDmitry Vyukov2020-01-231-0/+1
| | | | Update #590
* sys/linux: fix more netlink warningsDmitry Vyukov2020-01-231-2/+0
| | | | | | | | | | Handle NLA_BITFIELD32. Match string attribtues better. Calculate and check min size for varlen structs. Fix NLA_UNSPEC size check. Fix some things in descriptions. Update #590
* tools/syz-check: improve matching netlink attributesDmitry Vyukov2020-01-221-2/+2
| | | | | | | | | | 1. Match policies that has a _suffix in our descriptions (we frequently do this to improve precision or avoid dup names). 2. Rename policies in descriptions to match kernel names. 3. Match policy if there are several such names in kernel. 4. Recognize policies with helper sub-policies. Update #590
* sys/linux: add new netlink warningsDmitry Vyukov2020-01-221-0/+2
Update #590