summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform: add NMPIPAddressSyncFlags parameter to nm_platform_ip_address_sync()Wen Liang2022-09-083-23/+47
* libnm-base,all: add and use NM_LOOPBACK_IFINDEX defineWen Liang2022-09-084-4/+11
* glib-aux: add "NM_IPV4LO_NETWORK" defines and similarWen Liang2022-09-082-3/+11
* glib-aux: add NM_IN6ADDR_INIT() macro and use itThomas Haller2022-09-082-1/+26
* platform/tests: use NM_ETHER_ADDR_INIT() macroThomas Haller2022-09-081-13/+13
* libnm: avoid serializing "ipv6.addr-gen-mode" default to D-BusThomas Haller2022-09-081-2/+1
* device: don't ignore external slave removalsLubomir Rintel2022-09-081-6/+10
* 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-073-28/+72
* 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-075-26/+26
|\
| * 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-072-10/+10
* | l3cfg: re-use plen variable in NMIPRoute creationFernando Fernandez Mancera2022-09-061-2/+2
|/
* 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: 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: 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
* 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: 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
* cloud-setup,glib-aux: use NULL instead of g_direct_equal() for hash tablesThomas Haller2022-08-312-8/+7
* initrd: avoid duplicate file check and NULL pointer dereference in nmi_ibft_r...Thomas Haller2022-08-311-7/+9
* device: load only required modulesAdrian Freihofer2022-08-311-13/+22
* wifi: use GSource instead of source ID for Wi-Fi scan_kickoff_timeoutThomas Haller2022-08-301-21/+23
* wifi: allow explicit scans during AP/ADHOC modesThomas Haller2022-08-301-1/+4
* tests: fix "test-client.py" for early python3 versionsThomas Haller2022-08-261-3/+1
* style: fix code formattingThomas Haller2022-08-251-4/+1
* device: restart DHCP when the MAC changesBeniamino Galvani2022-08-251-3/+6
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-255-9/+11
* device: wait for carrier on unavailable device even when it gets a connection...Lubomir Rintel2022-08-251-7/+7