summaryrefslogtreecommitdiff
path: root/src/core/devices
Commit message (Expand)AuthorAgeFilesLines
* core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller2022-10-274-9/+9
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-271-1/+11
* wifi/iwd: merge ip[46]_config_to_iwd_config()Thomas Haller2022-10-271-89/+63
* device: generate a new AC6 address when DAD failsBeniamino Galvani2022-10-261-12/+30
* device: use nm_l3cfg_check_ready() in _dev_ipac6_ndisc_config_changed()Beniamino Galvani2022-10-261-20/+7
* core: return conflicting addresses from nm_l3cfg_check_ready()Beniamino Galvani2022-10-261-3/+3
* iwd: Register the Netconfig agentAndrew Zaborowski2022-10-254-44/+538
* lldp: use nm_lldp_neighbor_id_hash() in "nm-lldp-listener.c"Thomas Haller2022-10-251-73/+7
* lldp: use new libnm-lldp instead of systemd's sd_lldp_rxThomas Haller2022-10-252-151/+118
* style: fix code formattingLubomir Rintel2022-10-171-3/+4
* core/device: demote "strictly unamanged" errorLubomir Rintel2022-10-171-1/+1
* core/device: make sriov setting require sriov capLubomir Rintel2022-10-171-4/+17
* device: remove the possibility of inheriting the unmanaged condition from the...ac/vlanAna Cabral2022-10-152-16/+13
* device: remove the unmanaged inheritance from the parent for macvlan devicesAna Cabral2022-10-151-36/+1
* device: remove the unmanaged inheritance from the parent for macsec devicesAna Cabral2022-10-151-36/+1
* device: remove the unmanaged inheritance from the parent for 6lowpan devicesAna Cabral2022-10-151-37/+0
* device: allow configuration of VLAN on an unmanaged interfaceAna Cabral2022-10-151-35/+0
* team: log port config when it's setLubomir Rintel2022-10-141-0/+1
* team: don't log failures to connect to teamd on error levelLubomir Rintel2022-10-141-20/+32
* team: set port configuration even if it's emptyLubomir Rintel2022-10-141-16/+14
* all: avoid "-Wunreachable-code-generic-assoc" warning with _Generic()Thomas Haller2022-10-111-8/+5
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-111-6/+4
* ovs: wait that links disappear during initial cleanupBeniamino Galvani2022-10-071-23/+132
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-072-0/+55
* device: fix hanging port devices when controller goes down while port is not ...Thomas Haller2022-10-071-4/+8
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-061-0/+7
* merge: branch 'lr/master-uuid'Lubomir Rintel2022-10-054-25/+33
|\
| * bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel2022-09-303-12/+15
| * device: assert we're not waiting on a nil masterLubomir Rintel2022-09-301-0/+2
| * device: fix recheck slave logicLubomir Rintel2022-09-301-13/+16
* | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-041-6/+117
* | all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-5/+6
* | glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-5/+5
|/
* device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2022-09-292-2/+6
* device: downgrade warning level for logging in nm_device_queue_state()Thomas Haller2022-09-291-1/+1
* device: simplify resource management in nm_device_master_release_slave()Thomas Haller2022-09-291-6/+8
* veth: drop iface peer check during create_and_realize()Fernando Fernandez Mancera2022-09-291-2/+2
* Revert "device: restart DHCP when the MAC changes"Beniamino Galvani2022-09-281-6/+3
* bond: fix arp_all_target option when arp_interval is disabledFernando Fernandez Mancera2022-09-271-1/+0
* all: add src/nm-compat-headers for patching included system headersThomas Haller2022-09-231-1/+1
* firewall/trivial: rename nm_firewall_config_apply() to nm_firewall_config_app...Thomas Haller2022-09-211-2/+2
* firewall/trivial: rename nm_firewall_config_new() to nm_firewall_config_new_s...Thomas Haller2022-09-191-1/+1
* bond: use _nm_setting_bond_opt_value_as_intbool() in _platform_lnk_bond_init_...Thomas Haller2022-09-191-9/+3
* bond: make _platform_lnk_bond_init_from_setting() more readable via a macroThomas Haller2022-09-191-38/+40
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-153-5/+5
* device/adsl: make argument of callback for platform-changed-signal constThomas Haller2022-09-141-6/+6
* bond: fix primary bond option when the link is not presentFernando Fernandez Mancera2022-09-131-0/+4
* libnm-base,all: add and use NM_LOOPBACK_IFINDEX defineWen Liang2022-09-081-1/+2
* device: don't ignore external slave removalsLubomir Rintel2022-09-081-6/+10
* device: don't emit recheck-assume if there is a queued activation requestBeniamino Galvani2022-09-031-1/+1