summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-665/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-12/+12
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-6/+6
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-453/+487
* device: fix compilation error "--without-more-asserts"Thomas Haller2020-05-071-2/+2
* device: avoid coverity warning about unused variableThomas Haller2020-05-061-4/+6
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-5/+5
* macvlan: update MTU according to parent's oneBeniamino Galvani2019-10-101-1/+29
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* 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