Lubomir Rintel
24028a2246
all: SPDX header conversion
...
$ find * -type f |xargs perl contrib/scripts/spdx.pl
$ git rm contrib/scripts/spdx.pl
2019-09-10 11:19:56 +02:00
Thomas Haller
6ea499ac40
libnm: don't return deep-copied strv array from nm_tc_qdisc_get_attribute_names()
...
Most of the caller won't require a deep-clone of the attribute
names. Likely, the fetch the name, so they can lookup the attributes.
In that common case, there is no need to clone the strings themself.
(cherry picked from commit 01e7cb11bf
)
2019-04-20 08:56:29 +02:00
Lubomir Rintel
65831ee84c
core/qdisc: add support for attributes
2019-04-12 18:04:04 +02:00
Beniamino Galvani
1b5925ce88
all: remove consecutive empty lines
...
Normalize coding style by removing consecutive empty lines from C
sources and headers.
https://github.com/NetworkManager/NetworkManager/pull/108
2018-04-30 16:24:52 +02:00
Lubomir Rintel
685cb5c88b
libnm-core/tc-config: remove deprecation guards from typedefs
...
They're triggered by the prototypes in header file inclusion, even
though no routines or variables that use the type are actually used.
2017-12-18 13:29:32 +01:00
Lubomir Rintel
e035cb7be0
libnm-core: add traffic filter support to NMSettingTCConfig
2017-12-11 11:02:04 +01:00
Lubomir Rintel
7c8ce778fb
libnm-core: add action support to NMSettingTCConfig
...
The actions are not too useful my themselves, but it will be possible to
embed them into traffic filters in subsequent commits.
2017-12-11 10:52:23 +01:00
Lubomir Rintel
da13c7a1a4
libnm-core: add NMSettingTCConfig with qdisc support
...
Currently is only able to hold the queueing disciplines.
2017-12-11 10:52:22 +01:00