summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: move redundant act_stage1_prepare() implementations to set hwaddr to ...Thomas Haller2019-08-281-10/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-6/+0
* device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-08-281-4/+5
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-281-20/+5
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-10/+29
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-2/+1
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* core/trival: rename nm_device_match_hwaddr() function to nm_device_match_pare...Thomas Haller2018-07-241-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+19
* device: set properties before emitting the change notificationThomas Haller2018-03-121-5/+10
* device: deduplicate match_hwaddr()Beniamino Galvani2017-09-281-26/+2
* device: deduplicate match_parent()Beniamino Galvani2017-09-281-40/+1
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-1/+1
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-1/+1
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-4/+4
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-1/+1
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-4/+2
* device: refactor setting user-configured MTU during config commitThomas Haller2017-01-161-19/+1
* ppp: use defines for signal namesThomas Haller2017-01-161-1/+1
* device: move tracking of parent device from NMDeviceMacvlan to NMDeviceThomas Haller2017-01-041-89/+43
* device: have realize_start_notify() call link_changed()Thomas Haller2017-01-041-9/+0
* device: make @pllink argument in link_changed() function constThomas Haller2017-01-041-2/+3
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-1/+1
* device: rename internal device factoriesThomas Haller2016-10-111-2/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-3/+3
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-59/+65
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-6/+6
* device: drop NMDeviceMacvlan:bring_up() implementationThomas Haller2016-09-121-15/+0
* device: reset MAC address in NMDevice's deactivate()Thomas Haller2016-06-301-7/+0
* device: log more details when setting MAC addressThomas Haller2016-06-301-1/+1
* device: fail activation on failure to set cloned MAC addressThomas Haller2016-06-301-2/+3
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-7/+1
* device: fix matching MAC address for VLAN and MACVLAN devicesThomas Haller2016-06-301-3/+2
* device: refactor setting HW address via nm_device_set_hw_addr()Thomas Haller2016-06-301-6/+2
* device: always set "cloned-mac-address" even with missing NMSettingWiredThomas Haller2016-06-301-5/+3
* device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller2016-05-241-3/+4