summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-2819-109/+13
* device: move SR-IOV initialization to activate_stage1_device_prepare()Thomas Haller2019-08-282-83/+149
* device: refactor handling of scheduled activation tasks on idleThomas Haller2019-08-282-99/+79
* device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-08-282-17/+18
* device: various minor style cleanupThomas Haller2019-08-286-22/+31
* device/wifi: cleanup supplicant_iface_wps_credentials_cb()Thomas Haller2019-08-281-20/+21
* device/wifi: various cleanup in act_stage1_prepare()Thomas Haller2019-08-281-36/+35
* device/wifi-p2p: make act_stage1_prepare() re-entrantThomas Haller2019-08-281-12/+7
* device/wpan: cleanup act_stage1_prepare() and don't assert with missing hwaddrThomas Haller2019-08-281-3/+9
* device/wireguard: drop act_stage1_prepare() implementationThomas Haller2019-08-281-12/+0
* device/ethernet: make NMDeviceEthernet.act_stage1_prepare() reentrant and min...Thomas Haller2019-08-281-15/+28
* device/bridge: minor cleanup in NMDeviceBridge's act_stage1_prepare()Thomas Haller2019-08-281-5/+8
* device/bond: cleanup act-stage return values in NMDeviceBond's act_stage1_pre...Thomas Haller2019-08-281-13/+19
* device/team: drop unnecessary cast for NM_DEVICE_TEAM_GET_PRIVATE() macroThomas Haller2019-08-281-5/+5
* device/modem: drop unnecessary cast for NM_DEVICE_MODEM_GET_PRIVATE() macroThomas Haller2019-08-281-13/+13
* modem/trivial: rename virtual function NMModemClass.act_stage1_prepare()Thomas Haller2019-08-284-16/+16
* core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani2019-08-282-4/+4
* core: add test to show nm_ipX_config_replace() bugBeniamino Galvani2019-08-281-0/+44
* acd: fix memleak in acd_event()Thomas Haller2019-08-271-1/+1
* settings/keyfile: check whether profile can be re-read before writing to disk...Thomas Haller2019-08-271-34/+38
* settings/keyfile: log reason why re-read connection cannot be normalizedThomas Haller2019-08-271-2/+3
* wifi: support WPA2 ad-hoc (ibss-rsn)Beniamino Galvani2019-08-265-97/+143
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-269-182/+10
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-261-0/+3
* ifupdown: fix crash loading ifupdown settings with empty entries like bridge-...Thomas Haller2019-08-241-0/+2
* ifupdown/tests: add test with duplicate interfacesThomas Haller2019-08-242-0/+33
* ifupdown/tests: cleanup tests by freeing Expected variable with nm_auto()Thomas Haller2019-08-241-45/+21
* bluetooth: fix getting error code creating sdp-session in nm_bluez5_dun_conne...Thomas Haller2019-08-241-1/+1
* bluetooth: fix leak in get_managed_objects_cb()Thomas Haller2019-08-231-1/+3
* core/logging: don't log plain pointer value from nm_log_ptr()Thomas Haller2019-08-231-2/+3
* wifi: detect FT support per interface and avoid enabling itThomas Haller2019-08-201-9/+26
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-134-19/+11
* dhcp: minor refactoring to switch default IPv4 DHCP plugin to "nettools" with...Thomas Haller2019-08-133-2/+4
* dhcp: make "systemd" DHCP plugin configurableThomas Haller2019-08-1310-18/+42
* dhcp: log effectively used DHCP plugin typeThomas Haller2019-08-131-8/+26
* dhcp: cleanup selecting GType from DHCP client factoryThomas Haller2019-08-131-14/+14
* bluetooth: add _NMLOG() logging macro to NMBluezDeviceThomas Haller2019-08-121-31/+50
* bluetooth: pass GDBusConnection to NMBluezDeviceThomas Haller2019-08-123-34/+18
* bluetooth: drop BlueZ 4 support (2)Thomas Haller2019-08-125-235/+88
* bluetooth: drop BlueZ 4 support (1)Thomas Haller2019-08-126-939/+1
* auth: drop unused idle-reason for NMAuthManagerCallIdThomas Haller2019-08-101-24/+5
* settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-084-34/+42
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-088-62/+115
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-085-14/+14
* secret-agent: rework secret-agent to better handle service shutdownThomas Haller2019-08-083-313/+351
* secret-agent: use NMCListElem to track permissions in NMSecretAgentThomas Haller2019-08-081-30/+17
* secret-agent/trivial: rename dbus_connection field of NMSecretAgentPrivateThomas Haller2019-08-081-11/+11
* secret-agent: avoid log plain pointer valuesThomas Haller2019-08-081-9/+23
* dbus-manager: drop unused private-socket functions from "nm-dbus-manager.c"Thomas Haller2019-08-082-90/+0
* secret-agent: drop unused private-socket code from secret-agentThomas Haller2019-08-081-57/+26