summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-8696/+0
* core: add 'device-ifindex-changed' signalAntonio Cardace2021-02-021-0/+18
* core: unblock OVS interfaces when the ovsdb is readyBeniamino Galvani2021-01-271-0/+8
* manager: improve error messagesBeniamino Galvani2021-01-271-2/+2
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* core: avoid "__u32","__u8" types in "src/nm-manager.c"Thomas Haller2020-12-221-4/+5
* manager: return most recent connection in active_connection_find()bg/ac-orderBeniamino Galvani2020-11-301-1/+1
* core: fix modifying connection during recheck_assume_connection()Thomas Haller2020-11-241-2/+7
* core: reverse the order of active connections in the managerBeniamino Galvani2020-11-161-3/+5
* core/trivial: fix clang-format code formattingThomas Haller2020-11-121-2/+2
* manager: Keep volatile/external connections while referenced by async_op_lstAndrew Zaborowski2020-11-121-2/+34
* core: remove error checking for nm_auth_chain_new_subject() which cannot failThomas Haller2020-10-231-17/+0
* manager: fix very bad usage of 'nm_utils_user_data_unpack'Antonio Cardace2020-10-221-1/+2
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-358/+358
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-6631/+6844
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* core: fix D-Bus type for "org.freedesktop.NetworkManager.Capabilities" propertyThomas Haller2020-09-181-1/+1
* settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-121-7/+25
* settings: let NMSettings reference NMManagerThomas Haller2020-08-121-1/+1
* manager: fix race condition when resuming from sleepBeniamino Galvani2020-07-211-1/+2
* core: use nm_streq*() instead of strcmp() in "nm-device.c" and "nm-manager.c"Thomas Haller2020-07-201-5/+5
* core: fix treating route metric zero of IPv6 routes specialThomas Haller2020-07-071-4/+3
* all: fix minor typosYuri Chornoivan2020-07-071-2/+2
* all: fix typo in man pagesSayed Shah2020-07-031-4/+4
* Revert "manager: change autoconnect-slaves logic for already active slaves"Beniamino Galvani2020-06-151-32/+3
* manager: change autoconnect-slaves logic for already active slavesbg/autoconnect-slaves-rh1845018Beniamino Galvani2020-06-111-3/+32
* core: fix taking over external connection after restartThomas Haller2020-06-101-5/+13
* core: add "external" flag for connections of external devicesThomas Haller2020-06-101-12/+18
* core: fix maybe-uninitialized warning in periodic_update_active_connection_ti...Thomas Haller2020-06-031-1/+1
* core: drop mask argument from nm_settings_connection_autoconnect_blocked_reas...Thomas Haller2020-06-031-2/+2
* core: in periodic_update_active_connection_timestamps() use same timestampThomas Haller2020-06-031-3/+10
* config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-071-2/+4
* device: implement "auth-request" as async operation nm_manager_device_auth_re...Thomas Haller2020-04-281-38/+77
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* core: periodically cleanup unused device state files from /runThomas Haller2020-03-041-1/+19
* core: return ifindex from nm_manager_write_device_state()Thomas Haller2020-03-041-13/+21
* core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller2020-03-041-1/+1
* core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller2020-03-041-4/+4
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* device: merge nm_device_get_dhcp[46]_config() to nm_device_get_dhcp_config()Thomas Haller2020-02-211-1/+1
* core: add common base class NMDhcpConfig for NMDhcp[46]Config and merge themThomas Haller2020-02-211-5/+5
* Revert "core: create virtual device on settings changes in idle handler"Beniamino Galvani2020-02-191-49/+2
* Revert "manager: drop devices_inited field in NManagerPrivate for devices_ini...Beniamino Galvani2020-02-171-3/+5
* manager: drop devices_inited field in NManagerPrivate for devices_inited_idThomas Haller2020-02-141-5/+3
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-101-5/+5
* manager: check for master existence before realizing the deviceBeniamino Galvani2020-01-291-13/+13
* manager: skip activation of a virtual device if master is missingBeniamino Galvani2020-01-291-0/+14