summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: generate nm-settings-docs-nmcli.xml based on nmcli meta datath/nm-settings-manualThomas Haller2020-06-106-17/+139
* docs: move generate-docs scripts from "libnm/" to "tools/"Thomas Haller2020-06-106-13/+13
* docs: move "nm-settings-docs-{dbus,nmcli}.xml" from "libnm/" to "man/"Thomas Haller2020-06-106-37/+45
* all: move "shared/nm-libnm-aux" to "libnm/nm-libnm-aux"Thomas Haller2020-06-107-16/+35
* all: move "shared/nm-libnm-core-aux" to "libnm-core/nm-libnm-core-aux"Thomas Haller2020-06-1011-24/+54
* all: move "shared/nm-libnm-core-intern" to "libnm-core/nm-libnm-core-intern"Thomas Haller2020-06-1013-29/+59
* all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile"Thomas Haller2020-06-1010-32/+36
* docs: unify "nm-property-infos-*.xml" and "nm-settings-docs-*.xml" (root elem...Thomas Haller2020-06-104-10/+6
* docs: update documentation for nm-settings-nmcli manualThomas Haller2020-06-102-50/+34
* docs: add more nm-settings manpages (dbus,nmcli,keyfile,ifcfg-rh)Thomas Haller2020-06-1010-45/+242
* docs: rename "nm-settings-docs.xml" to "nm-settings-docs-dbus.xml"Thomas Haller2020-06-106-17/+20
* docs: rename "nm-property-docs.xml" to "nm-settings-docs-gir.xml"Thomas Haller2020-06-105-18/+20
* docs: rename "nm-property-infos" doc filesThomas Haller2020-06-105-45/+64
* docs: fix dependency of "nm-settings*xml" to "common.ent"Thomas Haller2020-06-102-5/+22
* docs: merge settings docs in a separate stepThomas Haller2020-06-104-52/+181
* build/meson: bump minimal required meson versionThomas Haller2020-06-101-1/+1
* core,nmcli: merge branch 'th/mark-external-connection'Thomas Haller2020-06-1026-89/+255
|\
| * cli: show differnt text for state of externally connected devicesThomas Haller2020-06-105-16/+44
| * cli: show external connection in different colorThomas Haller2020-06-107-21/+45
| * core: fix taking over external connection after restartThomas Haller2020-06-101-5/+13
| * core: add "external" flag for active connections of external devicesThomas Haller2020-06-102-3/+22
| * core: add "external" flag for connections of external devicesThomas Haller2020-06-1017-45/+132
|/
* ovs: merge branch 'bg/ovs-patch-peer-rh1845216'Beniamino Galvani2020-06-103-16/+35
|\
| * ovs: ignore failures of patch interfacesbg/ovs-patch-peer-rh1845216Beniamino Galvani2020-06-101-6/+31
| * libnm-core: interpret ovs-patch.peer as an interface nameBeniamino Galvani2020-06-102-10/+4
|/
* wifi: merge branch 'blocktrron/NetworkManager-tm-fix'Beniamino Galvani2020-06-097-23/+34
|\
| * nm-supplicant-interface: parse 802.11 IEs after securityDavid Bauer2020-06-091-12/+14
| * nm-supplicant-interface: fix removal of OWE flag from non-transition mode BSSIDsDavid Bauer2020-06-097-11/+20
|/
* tc: merge branch 'bg/tc'Beniamino Galvani2020-06-0810-188/+567
|\
| * tc: add support for tbf qdiscBeniamino Galvani2020-06-087-7/+189
| * tc: add support for sfq qdiscBeniamino Galvani2020-06-087-53/+201
| * libnm-core: support variant attributes of type int32 and uint64Beniamino Galvani2020-06-082-0/+22
| * libnm-core: fix parsing of mirred dev attributeBeniamino Galvani2020-06-081-1/+1
| * move tc parsing out of nm-device.cBeniamino Galvani2020-06-083-115/+140
| * libnm-core: remove unused str_type from tc attribute specifiersBeniamino Galvani2020-06-081-14/+14
| * shared: add FIXME about interpretation of variant-attribute bytestringsBeniamino Galvani2020-06-081-2/+4
|/
* tests: suppress valgrind warning about unsupported syscall for "test-config"Thomas Haller2020-06-071-0/+1
* gitlab-ci: avoid signing release build in gitlab-ciThomas Haller2020-06-071-1/+1
* systemd: fix wrong assertion in sd_lldp_get_neighbors()Thomas Haller2020-06-051-1/+1
* device/lldp: drop our own rate limiting for maximum number of LLDP neighboursThomas Haller2020-06-051-9/+9
* device/lldp: minor cleanups in "nm-lldp-listener.c"Thomas Haller2020-06-051-44/+47
* platform: assert struct alignment of NMPlatformIPRoute/NMPlatformIPAddress typeThomas Haller2020-06-051-0/+8
* keyfile: merge branch 'th/keyfile-public-api' (part 1)Thomas Haller2020-06-058-264/+681
|\
| * keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-058-14/+29
| * keyfile: add nm_keyfile_handler_data_warn_get() and construct message lazyThomas Haller2020-06-053-13/+68
| * keyfile: add accessors for NMKeyfileHandlerDataThomas Haller2020-06-052-0/+67
| * keyfile: add handler context for all parser callbacksThomas Haller2020-06-054-73/+204
| * keyfile: use cleanup attribute for GBytes and GByteArrayThomas Haller2020-06-051-21/+13
| * keyfile: don't check for info->error before calling handle_warn()Thomas Haller2020-06-051-10/+10
| * keyfile: style cleanup calling handle_warn()Thomas Haller2020-06-051-78/+203