summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: only update config-extra.h if it changeslr/config-extra-hLubomir Rintel2019-06-121-19/+19
* CONTRIBUTING: style updateThomas Haller2019-06-121-19/+18
* CONTRIBUTING: comment that all new contributions must be made under LGPL-2.0+...Thomas Haller2019-06-121-4/+9
* tui: add only some options to new bond connectionsBeniamino Galvani2019-06-112-6/+18
* libnm-core: change unsupported modes for arp_ip_targets bond optionBeniamino Galvani2019-06-111-0/+1
* cli: fix crash on autocompletionBeniamino Galvani2019-06-111-2/+3
* merge: branch 'bg/ipv6-disabled'Beniamino Galvani2019-06-1121-50/+172
|\
| * core: support creating ip6-config setting with disabled methodBeniamino Galvani2019-06-111-2/+28
| * ipv6: add 'disabled' methodBeniamino Galvani2019-06-1120-48/+144
|/
* device: reset cached route tables when starting new activationBeniamino Galvani2019-06-111-0/+3
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-113-3/+11
* man: update reference for reporting bugs in `man nmcli`Thomas Haller2019-06-111-2/+2
* cli: fix default value for team.runner-min-portsThomas Haller2019-06-111-1/+1
* libnm: add nm_setting_ethtool_get_optnames() functionThomas Haller2019-06-113-0/+39
* all: merge branch 'th/drop-emacs-file-variables'Thomas Haller2019-06-11777-974/+75
|\
| * all: drop empty first line from sourcesThomas Haller2019-06-1187-87/+0
| * all: drop vim file variables from source filesThomas Haller2019-06-1137-37/+0
| * all: drop emacs file variables from source filesThomas Haller2019-06-11775-775/+0
| * examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller2019-06-111-76/+76
|/
* initrd/tests: increase test timeout for "initrd/test-cmdline-reader" with mesonThomas Haller2019-06-111-0/+1
* platform: merge branch 'th/platform-link-broadcast'Thomas Haller2019-06-1121-206/+313
|\
| * platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-113-15/+46
| * platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-117-67/+136
| * shared: add nmtst_get_rand_uint() helperThomas Haller2019-06-111-0/+7
| * tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-1113-123/+123
| * shared: use NM_MIN() in NM_CMP_FIELD_MEMCMP_LEN() macroThomas Haller2019-06-111-1/+1
|/
* dhcp: fallback to "internal" DHCP plugin if plugin does not support address f...Thomas Haller2019-06-113-28/+51
* libnm/tests: fix team tests with "--enable-json-validation=no"Thomas Haller2019-06-111-1/+1
* NEWS: updateThomas Haller2019-06-111-0/+3
* libnm/team: fix setting setting same JSON stringThomas Haller2019-06-091-5/+8
* wwan: don't call _nm_modem_set_operator_code() in property setterThomas Haller2019-06-091-1/+2
* wwan: remove unused property setter for NM_MODEM_APNThomas Haller2019-06-091-3/+0
* merge: branch 'lr/modem-properties'Lubomir Rintel2019-06-0510-14/+378
|\
| * libnm/modem: add APN getterlr/modem-propertiesLubomir Rintel2019-06-053-0/+41
| * wwan: expose the APN on the D-BusLubomir Rintel2019-06-057-0/+80
| * libnm/modem: add network id getterLubomir Rintel2019-06-053-0/+42
| * wwan: expose the network id on the D-BusLubomir Rintel2019-06-057-1/+106
| * libnm/modem: add device id getterLubomir Rintel2019-06-053-0/+59
| * wwan: expose device id on the busLubomir Rintel2019-06-054-1/+33
| * introspection/modem: (trivial) move a signal below propertiesLubomir Rintel2019-06-051-11/+11
| * devices/modem-broadband: disconnect signals on disposeLubomir Rintel2019-06-051-1/+6
|/
* ethernet: don't set a hw address in a default connectionLubomir Rintel2019-06-051-8/+4
* device: fix matching parent device by connection UUIDBeniamino Galvani2019-06-051-5/+3
* release: bump version to 1.19.3-dev1.19.3-devLubomir Rintel2019-06-042-2/+2
* team: merge branch 'th/team-fix'Beniamino Galvani2019-06-047-672/+878
|\
| * libnm/team: strict validate team settings by libnm clients not sending the JSONThomas Haller2019-06-043-31/+53
| * cli: remove unnecessary workaround for clearing team link watchers and runner...Thomas Haller2019-06-041-82/+0
| * libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-047-551/+817
| * libnm/team: reorder fields in JSON output for team link watcherThomas Haller2019-06-042-14/+14
| * libnm/team: add space in JSON output for link watcherThomas Haller2019-06-042-4/+4
|/