summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-04119-74124/+0
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-031-1/+1
* all/udev: use NM_MAKE_STRV() for arguments of nm_udev_client_new()Thomas Haller2021-02-031-1/+1
* device: group boolean fields togetherBeniamino Galvani2021-02-031-10/+10
* device: fix bond-slave creation race-conditionAntonio Cardace2021-02-021-7/+42
* core: add 'device-ifindex-changed' signalAntonio Cardace2021-02-021-0/+2
* device: add 'master_ifindex' field to NMDeviceAntonio Cardace2021-02-021-0/+5
* bond: release slaves prior to changing modeAntonio Cardace2021-02-022-1/+9
* device: take over unmanaged devices when explicitely deactivatedAntonio Cardace2021-02-021-0/+6
* device: make devices 'external' when going to 'unmanaged' stateAntonio Cardace2021-02-021-1/+1
* device: make 'nm_device_master_release_slaves' internal APIAntonio Cardace2021-02-022-1/+3
* device: check ifindex before changing ethernet link settingsBeniamino Galvani2021-02-011-2/+4
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-286-9/+11
* build/meson: cleanup meson files of coreThomas Haller2021-01-286-106/+108
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-286-7/+7
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-274-4/+4
* core: unblock OVS interfaces when the ovsdb is readyBeniamino Galvani2021-01-271-0/+2
* ovs: set OVS interfaces as available only after ovs-ready signalBeniamino Galvani2021-01-271-4/+47
* ovs: improve disconnecting devices after removal from ovsdbBeniamino Galvani2021-01-271-1/+1
* ovs: clean up interfaces from ovsdb at startupBeniamino Galvani2021-01-272-1/+104
* ovs: change reason for deactivation-on-removalBeniamino Galvani2021-01-271-1/+1
* ovs: fail OVS system interfaces when the db entry gets removedBeniamino Galvani2021-01-271-4/+32
* ovs: rework emitting signals for new/removed devicesBeniamino Galvani2021-01-272-36/+57
* ovs: let the factory create devices for external patch interfacesBeniamino Galvani2021-01-271-1/+1
* ndisc: track expiry of Router Advertisements in millisecondsThomas Haller2021-01-271-36/+23
* device: fix assertion failure when resolving hostnameBeniamino Galvani2021-01-201-0/+5
* device: if a device is not IFF_UP assume that is has carrierThomas Haller2021-01-191-0/+9
* device: fix complete-connection for veth devicesThomas Haller2021-01-192-29/+54
* device: fix stale pointer in nm_device_get_hostname_from_dns_lookup()Beniamino Galvani2021-01-191-1/+1
* wifi: log WPS flag of access pointThomas Haller2021-01-181-1/+5
* platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryThomas Haller2021-01-152-2/+2
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-151-11/+12
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-151-1/+1
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-151-1/+1
* platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2021-01-151-1/+1
* core/logging: move "nm-logging.c" to shared/nm-log-core/libnm-log-core libraryThomas Haller2021-01-151-1/+0
* devices/tests: improve assert for ioctl() in _test_recv_fixture_setup()Thomas Haller2021-01-141-2/+11
* wireguard: delay activation while resolving DNS names for WireGuard peers to ...Thomas Haller2021-01-141-21/+88
* core: avoid "-Wmaybe-uninitalized" warning in link_negotiation_set()Thomas Haller2021-01-141-3/+3
* device: clean up dispatcher calls when canceling an activationbg/rh1888348Beniamino Galvani2021-01-141-0/+1
* device: set out-argument to nm_device_get_permanent_hw_address_full() in asse...Thomas Haller2021-01-131-1/+4
* lldp/tests: make assertion in _test_recv_fixture_setup() clearerThomas Haller2021-01-121-1/+4
* core: avoid "-Wmaybe-uninitialized" warning in lldp_neighbor_get_raw()Thomas Haller2021-01-121-2/+2
* device: add "ipv4.dhcp-client-id=ipv6-duid" property for RFC4361Thomas Haller2021-01-111-17/+50
* all: update deprecated SPDX license identifiersThomas Haller2021-01-05117-117/+117
* all: adjust imports to fix libc/linux headersThomas Haller2020-12-232-2/+4
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-222-5/+14
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-222-5/+14
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-2213-0/+17
|/
* ovs: fix indentationBeniamino Galvani2020-12-181-2/+1