aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_nbd.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix error defined attributesLin Ma2025-04-071-1/+1
| | | | | | | | | | | | Definitions for attribute `NBD_ATTR_SOCKETS`, `NL80211_ATTR_BSS_SELECT`, `NL80211_ATTR_PEER_MEASUREMENTS`, and `NL80211_ATTR_SCHED_SCAN_MATCH` have some errors. Fix them carefully, Check related parse functions: nbd_genl_reconfigure, parse_bss_select, nl80211_pmsr_start and nl80211_parse_sched_scan for details. Signed-off-by: Lin Ma <linma@zju.edu.cn>
* sys/linux: fix errorsYu Hao2022-09-281-0/+1
|
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-0/+1
| | | | Update #590
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-5/+5
|
* sys/linux: mark all nested netlink attributes as nlnestDmitry Vyukov2020-01-221-1/+1
| | | | | | | | | | | As far as I understand most subsystems don't care about the nest flag, but some do. But marking them as nest won't harm (?). Let's mark all of them. Caught several cases where should have been used array[policy] but used just policy. Update #590
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+67
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.