| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: change netlink policies to the new $ convention | Dmitry Vyukov | 2022-01-13 | 1 | -4/+4 |
| | | |||||
| * | sys/linux: add ieee802154 descriptions | Dmitry Vyukov | 2021-02-12 | 1 | -28/+28 |
| | | |||||
| * | sys/linux: mark all nested netlink attributes as nlnest | Dmitry Vyukov | 2020-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | 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 | ||||
| * | tools/syz-check: improve matching netlink attributes | Dmitry Vyukov | 2020-01-22 | 1 | -4/+4 |
| | | | | | | | | | | | 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 netlabel descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+120 |
