summaryrefslogtreecommitdiffstats
path: root/zebra/tc_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: remove unsued function from tc_netlink.cDonna Sharp2024-10-071-21/+0
* zebra: remove unused function from tc_netlink.cDonna Sharp2024-10-071-19/+0
* *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+1
* *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-3/+3
* zebra: Prevent Null pointer derefDonald Sharp2023-09-061-2/+6
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-1/+2
* zebra: traffic control state managementSiger Yang2022-11-221-147/+563
* zebra: update tc netlink / socket license headerSiger Yang2022-11-221-14/+11
* zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdrDonatas Abraitis2022-11-061-1/+1
* zebra: fix ctab calculation typo in tc netlinkSiger Yang2022-08-171-1/+1
* zebra: add tc netlink and dplane opsSiger Yang2022-08-101-0/+468