summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* wifi,clients/secret-agent: use defines for property names in secret hintsThomas Haller2019-02-051-1/+1
* core: pass hints as strv to nm_act_request_get_secrets()Thomas Haller2019-02-052-6/+8
* all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-041-1/+2
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-016-195/+197
* wifi-p2p: rename files for consistent Wi-Fi P2P namingThomas Haller2019-02-015-5/+5
* core/device-p2p-wifi: drop unused codeThomas Haller2019-02-012-38/+0
* core/device-p2p-wifi/trival: move codeThomas Haller2019-02-011-76/+76
* core/p2p-wifi: various minor cleanupsThomas Haller2019-02-014-15/+13
* all/trivial: whitespaceThomas Haller2019-02-011-1/+1
* wifi-p2p: don't assert for pending action 'waiting-for-supplicant' in nm_devi...Thomas Haller2019-01-281-2/+3
* core/devices: Add DBus methods to start/stop a P2P findBenjamin Berg2019-01-271-0/+79
* core/devices: Automatically create P2P device for wifi devicesBenjamin Berg2019-01-273-1/+109
* core/devices: Add P2P Wifi device and peer trackingBenjamin Berg2019-01-276-3/+2271
* all: fix misspellingsRafael Fontenelle2019-01-242-4/+4
* all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller2019-01-152-14/+13
* device: when assuming a bridge ignore stp options if stp is disabledfg/assume_bridge-rh1593939Francesco Giudici2019-01-101-10/+24
* device: use bool instead of gboolean in the bridge options structFrancesco Giudici2019-01-101-2/+2
* device: always enforce bridge properties limitsFrancesco Giudici2019-01-101-21/+60
* dhcp: move nm_utils_dhcp_client_id_mac() to "nm-core-utils.c"Thomas Haller2019-01-071-53/+8
* core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller2019-01-071-4/+4
* dhcp: fix generating MAC based client-id for infinibandThomas Haller2019-01-071-3/+19
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-2713-92/+98
* device: ensure IP configuration is restored when link goes upBeniamino Galvani2018-12-211-1/+6
* build: meson: Add trailing commasIñigo Martínez2018-12-208-28/+28
* device: fix method check in IPvLL codeBeniamino Galvani2018-12-201-5/+2
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-195-23/+37
* device: drop rp_filter handlingThomas Haller2018-12-191-172/+0
* device: add sysctl-ip-conf getter and use itThomas Haller2018-12-191-54/+80
* device: add nm_device_get_ip_iface_from_platform()Thomas Haller2018-12-192-0/+13
* core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-191-1/+1
* core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-191-49/+44
* device/trivial: rename device's sysctl functionThomas Haller2018-12-193-34/+37
* device: merge IPv4 and IPv6 variants of nm_device_ipv4_sysctl_set()Thomas Haller2018-12-193-49/+57
* settings,gsm: deprecate and stop using 'number' propertyAleksander Morgado2018-12-192-11/+0
* core: avoid calling platform code with invalid ifindex (5)Thomas Haller2018-12-161-0/+1
* wwan: rework when settings/device are blocked for autoconnectionAleksander Morgado2018-12-143-7/+35
* dhcp: support generating DHCP client-id/duid for infinibandThomas Haller2018-12-141-35/+129
* devices,bluetooth: fix default CDMA number settingAleksander Morgado2018-12-131-1/+1
* device: disable rp_filter handlingThomas Haller2018-12-131-2/+2
* core: use streq() instead of strcmp() for comparing ip-config methodsThomas Haller2018-12-132-53/+41
* core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller2018-12-134-36/+38
* core: allow devices to modify the meaning of the AUTO IP config methodBenjamin Berg2018-12-132-34/+43
* core: use NMTernary for SR-IOV autoprobe-driversBeniamino Galvani2018-12-121-3/+3
* device: reset SR-IOV VFs on deactivationBeniamino Galvani2018-12-121-0/+7
* device: configure static number of VFs in unavailable stateBeniamino Galvani2018-12-121-2/+1
* core: never fail reading host-id timestamp and never change itThomas Haller2018-12-121-14/+4
* core/trivial: rename nm_utils_get_boot_id_*()Thomas Haller2018-12-121-1/+1
* core/trivial: rename secret-key to host-keyThomas Haller2018-12-121-12/+12
* device: fix matching device-spec for DHCP pluginThomas Haller2018-12-111-2/+2
* connectivity: consider default route for global connectivity stateThomas Haller2018-12-112-5/+14