summaryrefslogtreecommitdiffstats
path: root/lib/route/link/sriov.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-3/+3
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-2/+2
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+2
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+6
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+19
* route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...Thomas Haller2023-08-011-1/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* sriov: fix setting ce_mask when parsing VF stat counterkyolee2022-07-061-1/+1
* route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()Thomas Haller2022-04-221-1/+1
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-1/+1
* route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()Thomas Haller2022-04-221-1/+1
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-5/+3
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* link/sriov: fix memleak in rtnl_link_sriov_clone()Thomas Haller2019-08-081-6/+18
* Potential memory leak becaue of wrong variable check.Amit Khatri2017-09-011-1/+1
* sriov: avoid buffer overrun in rtnl_link_sriov_parse_vflist()Thomas Haller2017-01-171-0/+2
* sriov: fix crash in rtnl_link_sriov_parse_vflistLaine Stump2017-01-171-1/+1
* lib/route: SRIOV Set FunctionalityJef Oliver2016-11-241-1/+471
* lib/route: SRIOV Info Dump FunctionsJef Oliver2016-11-241-0/+138
* lib/route: SRIOV Utility FunctionsJef Oliver2016-11-241-0/+39
* lib/route: SRIOV Clone SupportJef Oliver2016-11-241-0/+52
* lib/route: SRIOV Parse and Read supportJef Oliver2016-11-241-0/+753