summaryrefslogtreecommitdiff
path: root/src/nm-dcb.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-04-16dcb: fix invalid assertion in dcb's do_helper()Thomas Haller1-1/+1
2019-04-10dcb: cleanup do_helper() in "nm-dcb.c"Thomas Haller1-20/+18
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-04-21platform: add self argument to platform functionsThomas Haller1-3/+3
2015-01-19core: use GUnixSignalWatchSource to simplify signal handlingDan Winship1-2/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-10-22core: drop all remaining core-internal error domainsDan Winship1-12/+2
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams1-33/+6
2014-04-02dcb: wait for carrier down/up after disabling FCoEDan Williams1-0/+32
2014-04-02dcb: separate DCB enable/disable and wait for carrier changes (rh #799241) (r...Dan Williams1-13/+25
2014-04-02dcb: fix -Wformat-security bugsDan Winship1-2/+2
2014-04-01trivial: add a (void) annotation for coverityDan Winship1-1/+1
2014-03-25dcb: turn off all DCB features when disabling DCBDan Williams1-2/+20
2014-03-25dcb: ignore fcoeadm success errors like "Connection already created"Dan Williams1-5/+13
2014-03-25dcb: clean up FCoE tooDan Williams1-1/+9
2014-03-25dcb: fix memory leakDan Williams1-0/+1
2014-03-25dcb: set all Priority Group options at the same time (rh #799241)Dan Williams1-33/+41
2013-10-31core: add dcbtool manipulation logicDan Williams1-0/+339