aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_devlink.txt
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: increase number of devices to 32Dmitry Vyukov2024-10-241-0/+1
|
* sys/linux: change netlink policies to the new $ conventionDmitry Vyukov2022-01-131-6/+6
|
* sys/linux: add devlink rate management descriptionsAleksandr Nogikh2021-10-271-0/+25
|
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-1/+1
|
* pkg/ast: remove trailing spaces when formattingDmitry Vyukov2020-11-251-1/+1
|
* sys/linux: added descs. for DEVLINK_CMD_TRAP_POLICERNecip Fazil Yildiran2020-07-031-0/+18
|
* sys/linux: Add port and sb devlink syscallsDanielle Ratson2020-06-231-0/+78
| | | | | | Add support for set of devlink port and sb interface syscalls. Signed-off-by: Danielle Ratson <danieller@mellanox.com>
* sys/linux: add support for devlink trap syscallsAmit Cohen2020-06-171-0/+26
| | | | | | Add support for set of devlink trap interface syscalls. Signed-off-by: Amit Cohen <amitc@mellanox.com>
* sys/linux/socket_netlink_generic_devlink: use template type for netlink msgAmit Cohen2020-06-171-15/+10
| | | | | | | | | Add template type for netlink msg with CMD and POLICY as arguments, it can be used for all sendmsg calls in this file. Refactor the existing code. Signed-off-by: Amit Cohen <amitc@mellanox.com>
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-6/+6
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* tools/syz-check: improve matching netlink attributesDmitry Vyukov2020-01-221-8/+6
| | | | | | | | | | 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 new netlink warningsDmitry Vyukov2020-01-221-0/+2
| | | | Update #590
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+1
| | | | | | | | In case there is a fixed pci devlink handle "pci/pci/0000:00:10.0" on the system (initial network namespace), it is moved to a working network namespace. Signed-off-by: Jiri Pirko <jiri@mellanox.com>
* sys/linux: extend devlink for fixed pci handleJiri Pirko2019-11-031-1/+11
| | | | | | Extend devlink to also work with fixed pci handle "pci/0000:00:10.0". Signed-off-by: Jiri Pirko <jiri@mellanox.com>
* sys/linux: add support for basic devlink syscallsJiri Pirko2019-10-251-0/+62
Add support for basic set of devlink interface syscalls Signed-off-by: Jiri Pirko <jiri@mellanox.com>