summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-221-8/+12
* device: return void pointer from nm_device_get_applied_setting()Thomas Haller2018-10-221-1/+1
* device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2018-10-171-6/+5
* device: cleanup checking device avilability for ignoring carrierThomas Haller2018-10-171-7/+17
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-171-22/+16
* dhcp: don't start grace period if the client is not runningBeniamino Galvani2018-10-151-33/+31
* dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-151-1/+3
* dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
* dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
* dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
* ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller2018-10-131-1/+2
* core: fix typo in commentFrédéric Danis2018-10-011-1/+1
* Fix typosRafael Fontenelle2018-09-301-1/+1
* all: drop _nm_utils_bin2hexstr()Thomas Haller2018-09-301-6/+10
* all/trivial: rename hexstr<>bin conversion functionsThomas Haller2018-09-301-6/+6
* device: fix crash in nm_device_generate_connection()Beniamino Galvani2018-09-271-1/+1
* acd: make NMAcdManager no GObjectThomas Haller2018-09-271-26/+27
* device: set token only after router discovery was startedBeniamino Galvani2018-09-271-8/+11
* device: don't remove routes when the interface is downbg/preserve-routes-down-rh1626004Beniamino Galvani2018-09-261-9/+12
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-9/+14
* device: fix updating device information after link changeBeniamino Galvani2018-09-261-1/+18
* device: expose connectivity check result on a deviceLubomir Rintel2018-09-241-16/+17
* connectivity: allow limiting the connectivity check to a specified AFLubomir Rintel2018-09-241-93/+134
* connectivity: use systemd-resolved for resolving the check endpointLubomir Rintel2018-09-241-0/+1
* core: fix route metric set to -1 on DHCP renewalFrederic Danis2018-09-211-4/+8
* core: improve logging why startup-complete is blockedThomas Haller2018-09-191-5/+5
* devices: make sure the generated connections are normalizedLubomir Rintel2018-09-181-4/+18
* device: don't leave dhclient running upon device removalLubomir Rintel2018-09-181-5/+9
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-0/+5
* connectivity: fix crash when removing easy-handle from curl callbackThomas Haller2018-09-171-8/+6
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* docs: misc. typosluz.paz2018-09-151-14/+14
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-14/+26
* device: mark wireguard devices as unmanagedThomas Haller2018-09-101-1/+5
* device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPEThomas Haller2018-09-101-4/+4
* device: detect loopback device explicitlyThomas Haller2018-09-101-2/+11
* device: make device incompatible with profiles by defaultThomas Haller2018-09-101-0/+8
* device: allow the reapply of mdns and llmnr propertiesbg/llmnrBeniamino Galvani2018-09-061-1/+3
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+26
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-061-108/+85
* device: clear queued IP config sources when the device is unrealizedBeniamino Galvani2018-09-051-0/+3
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-47/+68
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-281-0/+35
* device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller2018-08-221-13/+13
* platform: if AF_INET6 is not available, don't warnLubomir Rintel2018-08-201-1/+2
* device: cope with devices' failure to provide reason for incompatibilityLubomir Rintel2018-08-141-0/+1
* device: support match.interface-nameBeniamino Galvani2018-08-111-4/+15
* device: implement setting ethtool offload featuresThomas Haller2018-08-101-0/+87
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-6/+59