summaryrefslogtreecommitdiff
path: root/dcb
AgeCommit message (Expand)Author
2023-06-28dcb: fully initialize flag tableStephen Hemminger
2023-06-09dcb: rewr: add symbol for max DSCP valueDaniel Machon
2023-06-09dcb: rewr: add new dcb-rewr subcommandDaniel Machon
2023-06-09dcb: app: expose functions required by dcb-rewrDaniel Machon
2023-06-09dcb: app: modify dcb_app_table_remove_replaced() for dcb-rewr reuseDaniel Machon
2023-06-09dcb: app: modify dcb_app_print_filtered() for dcb-rewr reuseDaniel Machon
2023-06-09dcb: app: rename dcb_app_print_key_*() functionsDaniel Machon
2023-06-09dcb: app: move colon printing out of callbacksDaniel Machon
2023-06-09dcb: app: replace occurrences of %d with %u for printing unsigned intDaniel Machon
2023-06-09dcb: app: add new dcbnl attribute fieldDaniel Machon
2023-01-16add space after keywordStephen Hemminger
2022-12-29dcb: Do not leave ACKs in socket receive bufferIdo Schimmel
2022-12-08dcb: add new subcommand for apptrustDaniel Machon
2022-12-08dcb: add new pcp-prio parameter to dcb appDaniel Machon
2022-10-20dcb: unblock mnl_socket_recvfrom if not message receivedJunxin Chen
2022-03-12Makefile: move HAVE_MNL check to top-level MakefileAndrea Claudi
2022-02-16dcb: Fix error reporting when accessing "dcb app"Petr Machata
2022-01-26dcb: app: Add missing "dcb app show dev X default-prio"Petr Machata
2022-01-19dcb: Rewrite array-formatting code to not cause warnings with ClangPetr Machata
2021-05-06dcb: fix memory leakAndrea Claudi
2021-05-06dcb: fix return value on dcb_cmd_app_showAndrea Claudi
2021-03-03dcb: Fix compilation warning about reallocarrayRoi Dayan
2021-02-23Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-nextStephen Hemminger
2021-01-18build: Fix link errors on some systemsRoi Dayan
2021-01-18dcb: Add a subtool for the DCBX objectPetr Machata
2021-01-18dcb: Add a subtool for the DCB APP objectPetr Machata
2021-01-18dcb: Support -N to suppress translation to human-readable namesPetr Machata
2021-01-18dcb: Generalize dcb_get_attribute()Petr Machata
2021-01-18dcb: Generalize dcb_set_attribute()Petr Machata
2021-01-16dcb: Change --Netns/-N to --netns/-nPetr Machata
2021-01-16dcb: Plug a leaking DCB socket bufferPetr Machata
2021-01-16dcb: Set values with RTM_SETDCB typePetr Machata
2020-12-14dcb: Add a subtool for the DCB maxrate objectPetr Machata
2020-12-14dcb: Add a subtool for the DCB buffer objectPetr Machata
2020-12-14dcb: Add a subtool for the DCB PFC objectPetr Machata
2020-12-14dcb: Add -i to enable IEC modePetr Machata
2020-12-14dcb: Add -s to enable statisticsPetr Machata
2020-12-14dcb: Add dcb_set_u32(), dcb_set_u64()Petr Machata
2020-12-14dcb: ets: Change the way show parameters are given in synopsisPetr Machata
2020-12-14dcb: ets: Fix help display for "show" subcommandPetr Machata
2020-12-14dcb: Remove unsupported command line arguments from getopt_long()Petr Machata
2020-11-29Add dcb/.gitignoreLuca Boccassi
2020-11-13dcb: Add a subtool for the DCB ETS objectPetr Machata
2020-11-13Add skeleton of a new tool, dcbPetr Machata