summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
31 hoursdevice: use subnet when the applied connection has IPv6 method sharednm-1-40Wen Liang2-15/+22
2024-02-09device: disable IPv6 in NetworkManager when disabled in kernelYuki Inoguchi1-30/+33
2023-12-04device: do not set MAC address on iface with index <=0Gris Ge1-1/+8
2023-10-19merge: branch 'nm-1-40'Gris Ge8-16/+78
2023-10-18dispatch `dns-change` dispatcher eventGris Ge6-12/+60
2023-10-18emit DNS CONFIG_CHANGED signal even dns=noneGris Ge3-5/+19
2023-10-04manager: allow controller activation if device is deactivatingFernando Fernandez Mancera1-5/+5
2023-10-04Revert "bond,bridge,team: use uuid for con.master when generating connection"Fernando Fernandez Mancera3-12/+9
2023-07-13utils: extend connection matching function for UUID in controllerFernando Fernandez Mancera1-0/+51
2023-07-13libnm: merge branch 'th/connection-get-setting-cleanup'Thomas Haller5-85/+113
2023-07-13core: add nm_settings_connection_get_setting() helperThomas Haller2-0/+18
2023-07-13libnm: expose _nm_connection_get_setting_by_metatype() in internal headerThomas Haller2-2/+19
2023-07-13libnm: cleanup redundant nm_connection_get_setting functionsThomas Haller2-43/+37
2023-07-13libnm/trivial: rename internal connection-get-setting methodsThomas Haller1-41/+40
2023-06-29dns: fix tracking of best ip configBeniamino Galvani1-0/+26
2023-06-28ppp: merge branch 'th/pppd-so-rename'Thomas Haller7-2/+27
2023-06-28ppp/autotools: add missing check for symbols of libnm-ppp-pluginThomas Haller1-0/+6
2023-06-28ppp: fix plugin name for "rp-pppoe.so" with ppp 2.5Thomas Haller2-2/+8
2023-06-28ppp: detect the ppp version in the configure scriptThomas Haller4-0/+13
2023-06-27setting-connection: Unblock autoconnect upon finish of `Reapply`Gris Ge1-0/+9
2023-06-13platform/tests: skip test_netns_bind_to_path() test on failureThomas Haller1-1/+9
2023-06-13platform/tests: check errno on failure to umount() in test_netns_bind_to_path()Thomas Haller1-1/+8
2023-06-12cloud-setup: merge branch 'th/cloud-setup-fix-cancellation'Thomas Haller2-16/+35
2023-06-12cloud-setup: clear error variable in nmcs_device_reapply()Thomas Haller1-0/+2
2023-06-12cloud-setup: fix terminating in the middle of reconfiguring the systemThomas Haller1-16/+33
2023-06-12device: only remember "forwarding" sysctl the first time in _dev_ipac6_start()Thomas Haller1-1/+1
2023-06-12device: don't reset "net.ipv6.conf.$IFACE.forwarding"Thomas Haller1-3/+12
2023-06-08platform/tests: fix infiniband_partition_delete() in fake platformThomas Haller1-1/+1
2023-06-08cloud-setup: fix _aliyun_base() initializing base URLThomas Haller1-1/+2
2023-06-05ppp: merge branch 'th/ppp25'Thomas Haller10-145/+493
2023-06-05ppp: move ppp code to "nm-pppd-compat.c"Thomas Haller11-269/+472
2023-06-05ppp, adding support for compiling against pppd-2.5.0Eivind Næss6-23/+157
2023-06-05build: detect pppd version via pkg-config for PPPD_PLUGIN_DIREivind Næss2-3/+14
2023-06-05ifcfg: merge branch 'th/fix-ifcfg-infiniband-p-key'Thomas Haller12-73/+101
2023-06-05ifcfg: better handle non-full-membership PKEY_ID with new PKEY_ID_NM variableThomas Haller8-66/+42
2023-06-05ifcfg-rh/tests: add test for infiniband profile with PKEY_ID in ifcfg formatThomas Haller5-7/+59
2023-05-25infiniband: merge branch 'th/ifcfg-infiniband-p-key-rh2209164'Thomas Haller9-48/+219
2023-05-25ifcfg-rh: adjust infiniband p-key for later normalization when writing to fileThomas Haller1-7/+29
2023-05-25libnm: truncate too long interface name in nm_setting_infiniband_create_virtu...Thomas Haller2-1/+40
2023-05-25libnm: add nm_setting_infiniband_create_virtual_interface_name() helperThomas Haller2-1/+10
2023-05-25libnm: normalize interface-name for infiniband profilesThomas Haller3-20/+63
2023-05-25libnm/docs: clarify behavior of infiniband.p-key propertyThomas Haller3-5/+18
2023-05-25Revert "infiniband: avoid normalizing the p-key when reading from ifcfg"Thomas Haller2-15/+60
2023-05-23ipv6ll: don't regenerate the address when it's removed externallyBeniamino Galvani1-12/+22
2023-05-17team: don't try to connect to teamd in update_connection()Beniamino Galvani1-8/+1
2023-05-15tests: adjust test-gir.py to allow extra elements in section nameFernando Fernandez Mancera1-13/+5
2023-05-15merge: branch 'ff/backport_1_40_bond_port'Fernando Fernandez Mancera24-64/+496
2023-05-15bonding: add support to prio property in bond portsFernando Fernandez Mancera14-15/+146
2023-05-15libnm: add NM_VERSION_1_40_20Fernando Fernandez Mancera2-0/+7
2023-05-15platform: add support to prio property in bond portsFernando Fernandez Mancera5-10/+78