aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_80211.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update auto descriptions and constsDmitry Vyukov2025-04-091-0/+2
| | | | Update auto.txt and consts on v6.15-rc1.
* pkg/compiler: add consts to all files that mention themDmitry Vyukov2024-11-131-0/+184
| | | | | | | | | We already do this in most cases except for template structs (nlattr notably). Add consts that are used in template structs to all files that use them. This helps to avoid flakiness, and allows to replace descriptions files with other descriptions files without regenerating all const files. This also fixes check for presence of descriptions for sys/linux/auto.txt.json.
* sys/linux: regenerate automatic descriptionsDmitry Vyukov2024-11-111-0/+102
|
* sys/linux: add automatic_helper attribute to some syscalls and run ↵Pimyn Girgis2024-10-091-1/+0
| | | | syz-declextract
* sys/linux: remove auto-manual descriptions and run syz-declextractPimyn Girgis2024-09-091-31/+3
|
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-031-255/+0
| | | | Added the result of running syz-declextract. Added auto-manual.txt containing necessary manually written descriptions.
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-0/+17
| | | | Update #590
* sys/linux: enhance nl80211 descriptionsAleksandr Nogikh2020-10-011-28/+350
| | | | | Completed netlink descriptions for nl80211. Verified by executing syzkaller locally and exploring coverage of the corresponding code.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+325
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983