summaryrefslogtreecommitdiff
path: root/dcb
Commit message (Expand)AuthorAgeFilesLines
* add space after keywordStephen Hemminger2023-01-161-1/+1
* dcb: Do not leave ACKs in socket receive bufferIdo Schimmel2022-12-291-2/+2
* dcb: add new subcommand for apptrustDaniel Machon2022-12-084-2/+316
* dcb: add new pcp-prio parameter to dcb appDaniel Machon2022-12-082-6/+135
* dcb: unblock mnl_socket_recvfrom if not message receivedJunxin Chen2022-10-201-1/+2
* Makefile: move HAVE_MNL check to top-level MakefileAndrea Claudi2022-03-121-6/+0
* dcb: Fix error reporting when accessing "dcb app"Petr Machata2022-02-161-4/+8
* dcb: app: Add missing "dcb app show dev X default-prio"Petr Machata2022-01-261-0/+2
* dcb: Rewrite array-formatting code to not cause warnings with ClangPetr Machata2022-01-191-14/+14
* dcb: fix memory leakAndrea Claudi2021-05-061-1/+2
* dcb: fix return value on dcb_cmd_app_showAndrea Claudi2021-05-061-1/+1
* dcb: Fix compilation warning about reallocarrayRoi Dayan2021-03-031-2/+1
* Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-nextStephen Hemminger2021-02-235-27/+1182
|\
| * dcb: Add a subtool for the DCBX objectPetr Machata2021-01-184-1/+200
| * dcb: Add a subtool for the DCB APP objectPetr Machata2021-01-184-2/+809
| * dcb: Support -N to suppress translation to human-readable namesPetr Machata2021-01-182-2/+8
| * dcb: Generalize dcb_get_attribute()Petr Machata2021-01-182-15/+68
| * dcb: Generalize dcb_set_attribute()Petr Machata2021-01-182-8/+98
* | build: Fix link errors on some systemsRoi Dayan2021-01-181-0/+1
|/
* dcb: Change --Netns/-N to --netns/-nPetr Machata2021-01-161-4/+4
* dcb: Plug a leaking DCB socket bufferPetr Machata2021-01-161-0/+1
* dcb: Set values with RTM_SETDCB typePetr Machata2021-01-161-1/+1
* dcb: Add a subtool for the DCB maxrate objectPetr Machata2020-12-144-2/+190
* dcb: Add a subtool for the DCB buffer objectPetr Machata2020-12-144-2/+243
* dcb: Add a subtool for the DCB PFC objectPetr Machata2020-12-144-2/+319
* dcb: Add -i to enable IEC modePetr Machata2020-12-142-3/+8
* dcb: Add -s to enable statisticsPetr Machata2020-12-142-2/+8
* dcb: Add dcb_set_u32(), dcb_set_u64()Petr Machata2020-12-142-7/+23
* dcb: ets: Change the way show parameters are given in synopsisPetr Machata2020-12-141-3/+3
* dcb: ets: Fix help display for "show" subcommandPetr Machata2020-12-141-2/+2
* dcb: Remove unsupported command line arguments from getopt_long()Petr Machata2020-12-141-1/+1
* Add dcb/.gitignoreLuca Boccassi2020-11-291-0/+1
* dcb: Add a subtool for the DCB ETS objectPetr Machata2020-11-134-2/+443
* Add skeleton of a new tool, dcbPetr Machata2020-11-133-0/+477