aboutsummaryrefslogtreecommitdiffstats
path: root/dcb
AgeCommit message (Expand)AuthorFilesLines
2023-06-28dcb: fully initialize flag tableStephen Hemminger1-8/+8
2023-06-09dcb: rewr: add symbol for max DSCP valueDaniel Machon3-2/+3
2023-06-09dcb: rewr: add new dcb-rewr subcommandDaniel Machon4-2/+372
2023-06-09dcb: app: expose functions required by dcb-rewrDaniel Machon2-40/+75
2023-06-09dcb: app: modify dcb_app_table_remove_replaced() for dcb-rewr reuseDaniel Machon1-5/+13
2023-06-09dcb: app: modify dcb_app_print_filtered() for dcb-rewr reuseDaniel Machon1-11/+26
2023-06-09dcb: app: rename dcb_app_print_key_*() functionsDaniel Machon1-12/+12
2023-06-09dcb: app: move colon printing out of callbacksDaniel Machon1-7/+7
2023-06-09dcb: app: replace occurrences of %d with %u for printing unsigned intDaniel Machon1-7/+7
2023-06-09dcb: app: add new dcbnl attribute fieldDaniel Machon1-9/+10
2023-01-16add space after keywordStephen Hemminger1-1/+1
2022-12-29dcb: Do not leave ACKs in socket receive bufferIdo Schimmel1-2/+2
2022-12-08dcb: add new subcommand for apptrustDaniel Machon4-2/+316
2022-12-08dcb: add new pcp-prio parameter to dcb appDaniel Machon2-6/+135
2022-10-20dcb: unblock mnl_socket_recvfrom if not message receivedJunxin Chen1-1/+2
2022-03-12Makefile: move HAVE_MNL check to top-level MakefileAndrea Claudi1-6/+0
2022-02-16dcb: Fix error reporting when accessing "dcb app"Petr Machata1-4/+8
2022-01-26dcb: app: Add missing "dcb app show dev X default-prio"Petr Machata1-0/+2
2022-01-19dcb: Rewrite array-formatting code to not cause warnings with ClangPetr Machata1-14/+14
2021-05-06dcb: fix memory leakAndrea Claudi1-1/+2
2021-05-06dcb: fix return value on dcb_cmd_app_showAndrea Claudi1-1/+1
2021-03-03dcb: Fix compilation warning about reallocarrayRoi Dayan1-2/+1
2021-02-23Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-nextStephen Hemminger5-27/+1182
2021-01-18build: Fix link errors on some systemsRoi Dayan1-0/+1
2021-01-18dcb: Add a subtool for the DCBX objectPetr Machata4-1/+200
2021-01-18dcb: Add a subtool for the DCB APP objectPetr Machata4-2/+809
2021-01-18dcb: Support -N to suppress translation to human-readable namesPetr Machata2-2/+8
2021-01-18dcb: Generalize dcb_get_attribute()Petr Machata2-15/+68
2021-01-18dcb: Generalize dcb_set_attribute()Petr Machata2-8/+98
2021-01-16dcb: Change --Netns/-N to --netns/-nPetr Machata1-4/+4
2021-01-16dcb: Plug a leaking DCB socket bufferPetr Machata1-0/+1
2021-01-16dcb: Set values with RTM_SETDCB typePetr Machata1-1/+1
2020-12-14dcb: Add a subtool for the DCB maxrate objectPetr Machata4-2/+190
2020-12-14dcb: Add a subtool for the DCB buffer objectPetr Machata4-2/+243
2020-12-14dcb: Add a subtool for the DCB PFC objectPetr Machata4-2/+319
2020-12-14dcb: Add -i to enable IEC modePetr Machata2-3/+8
2020-12-14dcb: Add -s to enable statisticsPetr Machata2-2/+8
2020-12-14dcb: Add dcb_set_u32(), dcb_set_u64()Petr Machata2-7/+23
2020-12-14dcb: ets: Change the way show parameters are given in synopsisPetr Machata1-3/+3
2020-12-14dcb: ets: Fix help display for "show" subcommandPetr Machata1-2/+2
2020-12-14dcb: Remove unsupported command line arguments from getopt_long()Petr Machata1-1/+1
2020-11-29Add dcb/.gitignoreLuca Boccassi1-0/+1
2020-11-13dcb: Add a subtool for the DCB ETS objectPetr Machata4-2/+443
2020-11-13Add skeleton of a new tool, dcbPetr Machata3-0/+477