summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-03core: better handle ignore-carrier=no for bond/bridge/team devicesth/rh2156684-ignore-carrier-1.42Thomas Haller2-1/+96
2023-06-30core: merge branch 'th/device-match' (partial)Thomas Haller12-283/+462
2023-06-30core: reorder return in find_master()Thomas Haller1-8/+8
2023-06-30core: various minor code cleanups around find_master()Thomas Haller1-20/+18
2023-06-30core: add nm_config_data_get_ignore_carrier_for_port() helperThomas Haller2-0/+58
2023-06-30core: rename nm_config_data_get_ignore_carrier() to nm_config_data_get_ignore...Thomas Haller3-6/+8
2023-06-30core: add nm_config_data_get_device_config() helper to lookup by match-dataThomas Haller2-6/+35
2023-06-30core: rename nm_config_data_get_device_config_*() variantsThomas Haller6-79/+82
2023-06-30core: refactor _match_section_infos_lookup() to accept match_data argumentThomas Haller1-28/+33
2023-06-30core: add nm_match_spec_device_data_init_from_platform() helperThomas Haller2-15/+38
2023-06-30device: add nm_match_spec_device_data_init_from_device() helperThomas Haller3-25/+51
2023-06-30device: add nm_device_get_s390_subchannels() accessorThomas Haller2-0/+13
2023-06-30core: replace multiple arguments of nm_match_spec_device() with structThomas Haller5-90/+107
2023-06-30core: add nm_match_spec_match_type_to_bool() helper to convert enum to booleanThomas Haller5-21/+20
2023-06-30device: define auto variables on separate lines in connection_requires_carrier()Thomas Haller1-3/+6
2023-06-30device: reorder checks in check_connection_available()Thomas Haller1-10/+13
2023-06-30core: merge branch 'th/rh2156684-ignore-carrier'Thomas Haller1-33/+83
2023-06-30core: unblock autoconnect when master profile changesThomas Haller1-0/+24
2023-06-30core: log when we unblock port profiles for controller changeThomas Haller1-7/+18
2023-06-30core: factor out unblocking autoconnect for port profiles from activate_slave...Thomas Haller1-33/+48
2023-06-30manager: refine the find_master() logicLubomir Rintel1-35/+98
2023-06-30libnm: merge branch 'th/connection-get-setting-cleanup'Thomas Haller5-85/+113
2023-06-30core: add nm_settings_connection_get_setting() helperThomas Haller2-0/+18
2023-06-30libnm: expose _nm_connection_get_setting_by_metatype() in internal headerThomas Haller2-2/+19
2023-06-30libnm: cleanup redundant nm_connection_get_setting functionsThomas Haller2-43/+37
2023-06-30libnm/trivial: rename internal connection-get-setting methodsThomas Haller1-41/+40
2023-06-30core: merge branch 'th/auto-activate-rework'Thomas Haller10-183/+159
2023-06-30core: simplify tracking of delete_on_deactivate idle actionThomas Haller1-36/+15
2023-06-30core: assert that devices are not registered when disposing NMPolicyThomas Haller1-13/+3
2023-06-30core: don't take reference on NMDevice to track auto-activateThomas Haller1-2/+8
2023-06-30core: rework tracking of auto-activating devices in NMPolicyThomas Haller3-56/+44
2023-06-30core: add nm_manager_get_policy() accessorThomas Haller2-0/+10
2023-06-30core: call nm_manager_device_recheck_auto_activate_schedule() from "nm-manage...Thomas Haller1-1/+1
2023-06-30core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto...Thomas Haller7-18/+18
2023-06-30core: drop NM_DEVICE_RECHECK_AUTO_ACTIVATE signal and call policy directlyThomas Haller5-26/+13
2023-06-30core: use GSource for tracking reset_connections_retries idle actionThomas Haller1-13/+14
2023-06-30core: use GSource for tracking _device_recheck_auto_activate_all_cb idle actionThomas Haller1-8/+9
2023-06-30core: rename internal function nm_policy_device_recheck_auto_activate_all_sch...Thomas Haller1-11/+14
2023-06-30core: expose and rename nm_policy_device_recheck_auto_activate_schedule()Thomas Haller2-10/+17
2023-06-30core: don't trigger recheck to auto activate for deleted devicesThomas Haller1-1/+5
2023-06-30core: merge branch 'th/rh2152864-ovs-autoactivate'Thomas Haller1-4/+25
2023-06-30device: trigger a recheck to autoconnect when unrealizing ovs-interfaceThomas Haller1-0/+4
2023-06-30device: block autoconnect of profile when deleting deviceThomas Haller1-1/+15
2023-06-30device: minor cleanup of code path in delete_cb()Thomas Haller1-3/+6
2023-06-30core: expose accessors to NMManager in NMSettings, NMSettingsConnection, NMDe...Thomas Haller6-4/+36
2023-06-29dns: fix tracking of best ip configBeniamino Galvani1-0/+26
2023-06-28release: bump version to 1.42.9 (development)1.42.9-devThomas Haller2-2/+2
2023-06-28release: bump version to 1.42.81.42.8Thomas Haller2-2/+2
2023-06-28NEWS: updateThomas Haller1-6/+7
2023-06-27setting-connection: Unblock autoconnect upon finish of `Reapply`Gris Ge1-0/+9