aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_xfrm_ppc64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-97/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: check for missing/duplicate netlink attrsDmitry Vyukov2020-01-231-1/+0
| | | | Update #590
* sys/linux: fix more netlink warningsDmitry Vyukov2020-01-231-0/+1
| | | | | | | | | | 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-0/+3
| | | | | | | | | | 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: netlink xfrm supportDmitry Vyukov2017-12-311-0/+94