| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: make bpf_link_create_arg a template | Dmitry Vyukov | 2022-04-27 | 1 | -1/+0 |
| | | | | | | | Make bpf_link_create_arg a template so that it's possible to create more specialized versions. Add a specialized version for XDP links. First, they need a special program type, plus a special attach type and target fd is not an fd, but rather ifindex. | ||||
| * | sys/linux: regenerate consts | Dmitry Vyukov | 2022-01-11 | 1 | -5/+5 |
| | | | | | | NL802154_IFTYPE_UNSPEC value was changed in kernel commit 451dc48c806a7ce9fbec5e7a24ccf4b2c936e834. dev_msr consts were not generated for non-x86 arches. | ||||
| * | sys/linux: add /dev/cpu/X/msr to dev_msr.txt | Vikram Narayanan | 2021-11-18 | 1 | -0/+7 |
