summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-8/+8
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-3/+3
* device/bridge: support setting bridge MTU via wired settingThomas Haller2017-01-161-0/+1
* 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-1/+1
* bridge: support the ethernet.cloned-mac-address propertyBeniamino Galvani2016-11-071-0/+3
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* device: rename internal device factoriesThomas Haller2016-10-111-2/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-11/+12
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* device: remove interface name checks from all classesLubomir Rintel2016-02-171-6/+0
* core: reject existing links when trying to add a link via platformThomas Haller2016-01-251-1/+1
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* platform/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-101-4/+4
* platform/trivial: rename link related functionsThomas Haller2015-12-101-5/+5
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-2/+1
* device: set link type from all factoriesLubomir Rintel2015-12-081-0/+1
* device: cleanup handling master/slave relationships in NMDeviceThomas Haller2015-12-051-4/+0
* device: implement slave property in parent device classThomas Haller2015-12-051-51/+2
* device: don't return error from release_slave()Thomas Haller2015-12-041-3/+2
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-1/+1
* core: create devices first and realize them laterDan Williams2015-12-041-1/+1
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-1/+1
* core: separate active and applied connectionLubomir Rintel2015-09-181-1/+1
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-131-1/+0
* devices, active-connection: port to gdbusDan Winship2015-08-101-4/+4
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-49/+53
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-6/+3
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-4/+5
* core: earlier software capability detectionDan Williams2015-05-191-1/+1
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-1/+1
* platform: return link objects from add functionsDan Williams2015-05-061-1/+2
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-22/+17
* platform: add self argument to platform functionsThomas Haller2015-04-211-9/+11
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+1
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-04-021-3/+1
* device: add multicast-snooping option supportJiří Klimeš2015-02-261-1/+2
* device: add flags to nm_device_is_available()Thomas Haller2015-02-241-1/+1
* device: add flags argument to check_connection_available()Thomas Haller2015-02-241-1/+1
* device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller2015-02-241-0/+1
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* devices: drop device-type-specific error domainsDan Winship2014-10-221-15/+0