summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-27docs: add daemon internal documentationbg/device-docBeniamino Galvani3-0/+422
2023-06-27docs: add device internal documentationBeniamino Galvani3-0/+417
2023-06-27gitlab: improve issue and merge-request templatesBeniamino Galvani2-6/+6
2023-06-26platform/trivial: add code comment to NMP_SYSCTL_PATHID_NETDIR_A()Thomas Haller1-0/+7
2023-06-26platform: rename NMP_SYSCTL_PATHID_NETDIR() to have "_A" suffixThomas Haller5-47/+49
2023-06-26po: fix marking "nmtui-radio.c" for translationJavier Sánchez Parra1-0/+1
2023-06-26settings,libnm: merge branch 'th/settings-version-id'Thomas Haller9-39/+176
2023-06-26settings: add "version-id" argument to Update2() D-Bus callThomas Haller3-1/+31
2023-06-26settings,libnm: add version-id to settings/remote connectionThomas Haller7-11/+115
2023-06-26settings: refactor error handling in update_auth_cb()Thomas Haller1-27/+30
2023-06-26gitlab: add template messages for issues and merge requestsgitlab-templatesBeniamino Galvani3-0/+42
2023-06-26systemd/README: add hints for reimporting systemdThomas Haller1-0/+9
2023-06-26man: fix description of environment variable NM_CONFIG_ENABLE_TAGqyecst1-1/+1
2023-06-23contrib/rpm: migrate to SPDX licenseMiroslav Suchy1-1/+1
2023-06-15device/trivial: add code comment to _internal_activate_device() about how act...Thomas Haller1-0/+19
2023-06-15device/trivial: rename internal identifier carrier_wait_until_ms to have _mse...Thomas Haller1-12/+12
2023-06-14release: bump version to 1.43.10 (development)1.43.10-devThomas Haller2-2/+2
2023-06-14core: better handle ignore-carrier=no for bond/bridge/team devicesThomas Haller2-1/+81
2023-06-14cloud-setup: log a warning when no provider is detectedThomas Haller2-11/+25
2023-06-14ppp: merge branch 'th/pppd-so-rename'Thomas Haller7-2/+27
2023-06-14ppp/autotools: add missing check for symbols of libnm-ppp-pluginThomas Haller1-0/+6
2023-06-14ppp: fix plugin name for "rp-pppoe.so" with ppp 2.5Thomas Haller2-2/+8
2023-06-14ppp: detect the ppp version in the configure scriptThomas Haller4-0/+13
2023-06-14core: merge branch 'th/device-match'Thomas Haller12-284/+484
2023-06-14core: allow resetting blocked reason for a device in nm_manager_devcon_autoco...Thomas Haller1-1/+22
2023-06-14core: reorder return in find_master()Thomas Haller1-8/+8
2023-06-14core: various minor code cleanups around find_master()Thomas Haller1-20/+18
2023-06-14core: add nm_config_data_get_ignore_carrier_for_port() helperThomas Haller2-0/+58
2023-06-14core: rename nm_config_data_get_ignore_carrier() to nm_config_data_get_ignore...Thomas Haller3-6/+8
2023-06-14core: add nm_config_data_get_device_config() helper to lookup by match-dataThomas Haller2-6/+35
2023-06-14core: rename nm_config_data_get_device_config_*() variantsThomas Haller6-79/+82
2023-06-14core: refactor _match_section_infos_lookup() to accept match_data argumentThomas Haller1-28/+33
2023-06-14core: add nm_match_spec_device_data_init_from_platform() helperThomas Haller2-15/+38
2023-06-14device: add nm_match_spec_device_data_init_from_device() helperThomas Haller3-25/+51
2023-06-14device: add nm_device_get_s390_subchannels() accessorThomas Haller2-0/+13
2023-06-14core: replace multiple arguments of nm_match_spec_device() with structThomas Haller5-90/+107
2023-06-14core: add nm_match_spec_match_type_to_bool() helper to convert enum to booleanThomas Haller5-21/+20
2023-06-14device: define auto variables on separate lines in connection_requires_carrier()Thomas Haller1-3/+6
2023-06-14device: reorder checks in check_connection_available()Thomas Haller1-10/+13
2023-06-14tui: Enable/disable Wi-Fi and WWAN radiosJavier Sánchez Parra5-1/+147
2023-06-13contrib/rpm: update RPM description for NetworkManager-cloud-setup packageThomas Haller1-2/+2
2023-06-12n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Beniamino Galvani2-1/+16
2023-06-12Squashed 'src/n-dhcp4/' changes from b2a382ac4500..2707213e3ee0Beniamino Galvani2-1/+16
2023-06-12platform/tests: skip test_netns_bind_to_path() test on failureThomas Haller1-1/+9
2023-06-12merge: branch 'bg/log-device-type'Beniamino Galvani7-59/+71
2023-06-12core: log the device type when it can be ambiguousBeniamino Galvani2-23/+28
2023-06-12dhcp: store the device type for loggingBeniamino Galvani3-0/+17
2023-06-12device: add nm_device_get_type_desc_for_log()Beniamino Galvani2-0/+19
2023-06-12device: add comment about return value in nm_device_get_type_description()Beniamino Galvani1-2/+2
2023-06-12device: generic: make type-description constBeniamino Galvani1-16/+4