| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: fix error defined attributes | Lin Ma | 2025-04-07 | 1 | -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 errors | Yu Hao | 2022-09-28 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: fix bugs pointed out by syz-check | Dmitry Vyukov | 2022-01-13 | 1 | -0/+1 |
| | | | | | Update #590 | ||||
| * | sys/linux: add ieee802154 descriptions | Dmitry Vyukov | 2021-02-12 | 1 | -5/+5 |
| | | |||||
| * | sys/linux: mark all nested netlink attributes as nlnest | Dmitry Vyukov | 2020-01-22 | 1 | -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 files | Andrey Konovalov | 2019-02-01 | 1 | -0/+67 |
| Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. | |||||
