summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-port: disambiguate "port" and "iface"lr/ovs-portLubomir Rintel2022-09-081-63/+67
* device: don't ignore external slave removalsLubomir Rintel2022-09-081-6/+10
* release: bump version to 1.41.2 (development)1.41.2-devThomas Haller2022-09-082-2/+2
* style: fix python black formatting of "generate-docs-nm-settings-docs-merge.py"Thomas Haller2022-09-081-0/+2
* Merge branch 'wl/ifcfg' into mainWen Liang2022-09-074-50/+92
|\
| * ifcfg-rh: rework error handling in parse_infiniband_p_key()wl/ifcfgThomas Haller2022-09-071-22/+20
| * ipoib: skip validating the DEVICE when reading the ifcfg fileWen Liang2022-09-074-28/+73
| * infiniband: avoid normalizing the p-key when reading from ifcfgWen Liang2022-09-071-1/+0
|/
* Revert "platform: add the `a_no_auto_noprefixroute` flag"Wen Liang2022-09-072-39/+23
* manager: don't bring up master connections on devices that are not disconnectedLubomir Rintel2022-09-071-5/+3
* merge: branch 'lr/docs-deprec-props'Lubomir Rintel2022-09-079-55/+85
|\
| * generate-docs-nm-settings-docs-gir: remove space from the beginning of a paralr/docs-deprec-propsLubomir Rintel2022-09-071-3/+3
| * setting-bridge,wireless: improve some deprecation warningsLubomir Rintel2022-09-074-10/+8
| * setting-8021x: add deprecation tagsLubomir Rintel2022-09-073-10/+12
| * generate-docs-nm-settings-docs-gir: move deprecation info to a separate tagLubomir Rintel2022-09-073-17/+42
| * generate-docs-nm-settings-docs-merge: merge <deprecated*> elementsLubomir Rintel2022-09-071-0/+7
| * generate-docs-nm-settings-docs-merge: streamline a bitLubomir Rintel2022-09-071-18/+8
| * man/nm-settings-nmcli: include deprecation description, if presentLubomir Rintel2022-09-071-0/+6
| * man/nm-settings-dbus: include deprecation description, if presentLubomir Rintel2022-09-071-1/+3
* | contrib: update bash history for "nm-in-container.sh" and motdThomas Haller2022-09-071-3/+14
* | l3cfg: re-use plen variable in NMIPRoute creationFernando Fernandez Mancera2022-09-061-2/+2
|/
* dhcp: merge branch 'bg/dhcp6-dad-pt2'Beniamino Galvani2022-09-062-69/+125
|\
| * dhcp: implement decline on IPv6 DAD failure with dhclientBeniamino Galvani2022-09-052-33/+33
| * dhcp: decline IPv6 lease if all adresses fail DADBeniamino Galvani2022-09-051-36/+92
|/
* device: don't emit recheck-assume if there is a queued activation requestBeniamino Galvani2022-09-031-1/+1
* libnm: merge branch 'th/libnm-doc-annotation-fixes'Thomas Haller2022-09-0211-53/+52
|\
| * libnm: fix invalid doc annotations for missing end tagThomas Haller2022-09-021-0/+1
| * libnm: style cleanups for property annotationsThomas Haller2022-09-029-24/+46
| * libnm: avoid "tag:" text inside documentationThomas Haller2022-09-021-2/+2
| * libnm: drop invalid "---ifcfg-rh---" blocksThomas Haller2022-09-021-24/+0
| * libnm: fix documentation annotations for ifcfg-rh pluginThomas Haller2022-09-023-3/+3
|/
* team: restore port configuration after teamd respawnLubomir Rintel2022-09-021-16/+40
* team: trivial: use a variable instead of nm_device_get_ip_iface() callsLubomir Rintel2022-09-021-10/+9
* ovs: merge branch 'add-ovs-option'Vojtech Bubela2022-09-027-5/+65
|\
| * ovs: add ofport_request option to ovs interfaceadd-ovs-optionVojtech Bubela2022-09-027-5/+65
|/
* version: reformat file for latest styleThomas Haller2022-09-011-35/+34
* contrib: add "reset" command to "nm-in-container.sh"Thomas Haller2022-09-011-9/+14
* nmcli: don't translate "%s"Lubomir Rintel2022-09-011-1/+1
* manager: drop useless use of a format stringLubomir Rintel2022-09-011-1/+1
* version: add 1.42 macrosVojtech Bubela2022-08-312-0/+15
* nmcli: merge branch 'th/nmcli-modify-uuid'Thomas Haller2022-08-3110-166/+266
|\
| * NEWS: updateThomas Haller2022-08-311-0/+3
| * nmcli: allow setting the "connection.uuid" for new profilesThomas Haller2022-08-311-10/+12
| * nmcli: allow changing the UUID of a profile in offline modeThomas Haller2022-08-314-3/+38
| * nmcli: support changing the connection type in offline modeThomas Haller2022-08-311-14/+30
| * nmcli: add get_env_flags() accessor to NMMetaEnvironment for checking offline...Thomas Haller2022-08-312-0/+28
| * libnmc: avoid "g_set_error(error, 1, 0, ...)" and use nm_utils_error_set()Thomas Haller2022-08-311-145/+161
| * glib-aux/trivial: fix typo in commentThomas Haller2022-08-311-1/+1
| * glib-aux: first try stack allocated temporary buffer in nm_uuid_generate_from...Thomas Haller2022-08-311-1/+1
| * glib-aux: fix spurious semicolon after NM_STR_BUF_INIT() macrosThomas Haller2022-08-311-2/+2
|/