summaryrefslogtreecommitdiff
path: root/src/core/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* device: emit dhcp-change dispatcher event also after a lease renewalBeniamino Galvani2023-04-191-6/+6
* device: stop activation when queueing the unmanaged stateBeniamino Galvani2023-04-111-0/+3
* device: skip DNS resolution for tentative IPv6 addressesBeniamino Galvani2023-02-221-0/+3
* device: improve logging for hostname-from-dns eventsBeniamino Galvani2023-02-221-37/+49
* dhcp: log used DHCP IAID as hexstrThomas Haller2023-02-211-2/+4
* core: reuse _nm_utils_iaid_verify() for parsingThomas Haller2023-02-211-4/+12
* device: update address in nm_device_update_from_platform_link()Beniamino Galvani2023-02-201-0/+3
* device: preserve assume state if updating port failsBeniamino Galvani2023-02-131-0/+1
* device: fix available-connections for a device for user-requestThomas Haller2023-01-261-1/+1
* device: fix condition for scheduling stage3 after carrier changeBeniamino Galvani2023-01-111-1/+2
* Revert "policy: track the autoconnect retries in devices for multi-connect"Thomas Haller2022-12-201-50/+0
* core: support flag "preserve-external-ip" for Reapply() callThomas Haller2022-12-191-28/+45
* device: change error code for Reapply() rejecting unsupported flags argumentThomas Haller2022-12-191-1/+1
* core: fix out-of-bounds for nm_utils_get_ipv6_interface_identifier()Thomas Haller2022-12-091-1/+5
* device: use correct field "l3cfg_" to clear in dispose()Thomas Haller2022-12-091-1/+1
* device: fix missing transition from UNAVAILABLE to DISCONNECTEDBeniamino Galvani2022-12-051-1/+1
* device: add "update_carrier" argument to nm_device_bring_up_full()Beniamino Galvani2022-12-051-6/+9
* device: add nm_device_bring_up_full()Beniamino Galvani2022-12-051-5/+11
* Revert "device: restart DHCP when the MAC changes"Beniamino Galvani2022-10-191-6/+3
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-171-0/+50
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-141-0/+7
* device: fix hanging port devices when controller goes down while port is not ...Thomas Haller2022-10-111-4/+8
* device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2022-09-291-1/+2
* firewall/trivial: rename nm_firewall_config_apply() to nm_firewall_config_app...Thomas Haller2022-09-291-2/+2
* firewall/trivial: rename nm_firewall_config_new() to nm_firewall_config_new_s...Thomas Haller2022-09-291-1/+1
* device: don't ignore external slave removalsLubomir Rintel2022-09-131-6/+10
* device: don't emit recheck-assume if there is a queued activation requestBeniamino Galvani2022-09-051-1/+1
* device: restart DHCP when the MAC changesBeniamino Galvani2022-08-251-3/+6
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-251-4/+6
* device: wait for carrier on unavailable device even when it gets a connection...Lubomir Rintel2022-08-251-7/+7
* mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller2022-08-251-19/+28
* device: allow reapplying changes to "connection.autoconnect-priorty"Thomas Haller2022-08-091-0/+1
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-1/+54
* device: fix reapply for lldp/mdns/llmnr/dns-over-tls settingsThomas Haller2022-08-091-0/+10
* glib-aux: rework random number utilsThomas Haller2022-08-051-2/+2
* device: wait for carrier even if it wasn't us who brought the device IFF_UPLubomir Rintel2022-08-021-22/+37
* platform: rename file "nmp-route-manager.[hc]" to "nmp-global-tracker.[hc]"Thomas Haller2022-07-261-1/+1
* platform: rename NMPRouteManager to NMPGlobalTrackerThomas Haller2022-07-261-20/+20
* device: add "is_manual" argument to ready_for_ip_config() device methodBeniamino Galvani2022-07-181-2/+2
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-8/+8
* platform: rename nmp_lookup_init_object() to nmp_lookup_init_object_by_ifindex()Thomas Haller2022-06-301-3/+3
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-291-7/+46
* core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani2022-06-241-1/+14
* device: stop ac6 grace time when ip6ll is ready in shared modeBeniamino Galvani2022-06-221-2/+2
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-6/+51
* device: release slaves when an external device is going managedLubomir Rintel2022-06-141-2/+3
* device: only deactivate when the master we've enslaved to goes awayLubomir Rintel2022-06-141-6/+7
* device: stop checking the IP configuration state when cancelling activationLubomir Rintel2022-06-141-0/+3
* device: ensure DHCP is restarted every time the link goes upBeniamino Galvani2022-06-111-10/+8
* device: fix memory leakbg/memBeniamino Galvani2022-06-091-9/+7