summaryrefslogtreecommitdiff
path: root/src/core/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: use the right reason for managing devices after wake/reenablebg/wake-assume-rh2193422Beniamino Galvani2023-05-151-2/+12
* core: return whether anything changed from nm_manager_devcon_autoconnect_retr...Thomas Haller2023-05-041-9/+15
* core: avoid creating devcon data that we don't needThomas Haller2023-05-041-2/+9
* core: improve handling for blocking autoconnectThomas Haller2023-05-041-53/+88
* core: assert for valid blocked reasons in autoconnect codeThomas Haller2023-05-041-13/+13
* core: add nm_manager_get_policy() accessorThomas Haller2023-04-271-0/+8
* core: call nm_manager_device_recheck_auto_activate_schedule() from "nm-manage...Thomas Haller2023-04-271-1/+1
* core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto...Thomas Haller2023-04-271-1/+1
* core: drop NM_DEVICE_RECHECK_AUTO_ACTIVATE signal and call policy directlyThomas Haller2023-04-271-0/+10
* core: fix setting FD flags in _rfkill_update_system()Thomas Haller2023-04-041-9/+1
* all: various fixes to gtk-doc annotationsThomas Haller2023-03-291-1/+1
* core: also deactivate ACs that are not authorized yetBeniamino Galvani2023-03-291-0/+22
* core: move deactivation of active connections to the managerBeniamino Galvani2023-03-291-0/+27
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-2/+2
* manager: relax check when creating virtual devicesbg/device-check-compatibleBeniamino Galvani2023-03-161-1/+1
* device: add @check_properties argument to check_connection_compatible()Beniamino Galvani2023-03-161-4/+7
* core: set STATE_REASON_CONNECTION_ASSUMED when waking upFernando Fernandez Mancera2023-03-081-1/+1
* utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnectFernando Fernandez Mancera2023-02-231-8/+8
* policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera2023-02-231-1/+304
* core: add support for tracking Device times Profile in NMManagerThomas Haller2023-02-221-0/+139
* device: use NMUnmanFlagOp enum members instead of literalsff/use_unman_flagsFernando Fernandez Mancera2023-01-271-7/+7
* Use NM_MANAGER_ERROR_MISSING_PLUGIN when plugin not foundGris Ge2022-12-151-1/+1
* core: add "VersionInfo" property on D-Bus and NMClientThomas Haller2022-12-141-0/+40
* all: fix "-Wcast-align=strict" warnings for GArray castsThomas Haller2022-12-091-1/+1
* all: use nm_g_array_first()/nm_g_array_first_p() where suitableThomas Haller2022-12-091-1/+1
* support loopback interfaceWen Liang2022-11-231-5/+8
* device: remove the possibility of inheriting the unmanaged condition from the...ac/vlanAna Cabral2022-10-151-6/+4
* trivial: fix indentationThomas Haller2022-10-111-1/+1
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-281-1/+1
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-281-6/+6
* manager: fix syntaxBeniamino Galvani2022-09-261-2/+4
* core: accept unmanaged parent if it's unrealizedBeniamino Galvani2022-09-261-2/+5
* all: use nm_hash_vals()/nm_hash_val() where it's shorterThomas Haller2022-09-231-4/+1
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-1/+1
* libnm-base,all: add and use NM_LOOPBACK_IFINDEX defineWen Liang2022-09-081-1/+1
* manager: don't bring up master connections on devices that are not disconnectedLubomir Rintel2022-09-071-5/+3
* manager: drop useless use of a format stringLubomir Rintel2022-09-011-1/+1
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-251-1/+1
* manager: recreate virtual devices on "nmcli net on"Lubomir Rintel2022-07-251-6/+22
* manager: make "nmcli net off" wait for deactivationsLubomir Rintel2022-07-251-11/+41
* core: save DHCP lease information in state file in /runBeniamino Galvani2022-05-031-16/+2
* core: delay startup complete while we have pending DNS updatesThomas Haller2022-04-151-1/+24
* core: add nm_manager_get_dns_manager() getterThomas Haller2022-04-151-0/+27
* core: don't update connection timestamps periodically every 300 secondsThomas Haller2022-04-011-29/+0
* ovs, dpdk: ignore ovs-netdev tun interfaceFernando Fernandez Mancera2022-03-311-1/+1
* core: export radio flagsBeniamino Galvani2022-03-291-13/+62
* core: introduce "unavailable" rfkill stateBeniamino Galvani2022-03-291-0/+5
* settings-connection: add a "plugin" argument to Update2()Lubomir Rintel2022-03-281-0/+1
* settings: add "plugin" argument to AddAndActivate2()Lubomir Rintel2022-03-281-0/+2
* core: use nm_dbus_manager_lookup_object_with_type()Thomas Haller2022-03-131-4/+9