aboutsummaryrefslogtreecommitdiffstats
path: root/dcb
AgeCommit message (Expand)AuthorFilesLines
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