summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bridge.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04core: refactor private data in "src"Thomas Haller1-11/+12
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-03-15utils: inject platform into nm_utils_complete_generic()Thomas Haller1-1/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-17device: remove interface name checks from all classesLubomir Rintel1-6/+0
2016-01-25core: reject existing links when trying to add a link via platformThomas Haller1-1/+1
2016-01-11device: pass NMPlatformLink instance as const pointerThomas Haller1-1/+1
2015-12-10platform/trivial: rename sysctl slave/master option functionsThomas Haller1-4/+4
2015-12-10platform/trivial: rename link related functionsThomas Haller1-5/+5
2015-12-10platform: return pointer to NMPlatformLink object for add functionsThomas Haller1-2/+1
2015-12-08device: set link type from all factoriesLubomir Rintel1-0/+1
2015-12-05device: cleanup handling master/slave relationships in NMDeviceThomas Haller1-4/+0
2015-12-05device: implement slave property in parent device classThomas Haller1-51/+2
2015-12-04device: don't return error from release_slave()Thomas Haller1-3/+2
2015-12-04core: ensure platform links are compatible with the NMDeviceDan Williams1-1/+1
2015-12-04core: create devices first and realize them laterDan Williams1-1/+1
2015-12-04utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams1-1/+1
2015-09-18core: separate active and applied connectionLubomir Rintel1-1/+1
2015-08-13device: don't assert the platform device's not there upon creation attemptLubomir Rintel1-1/+0
2015-08-10devices, active-connection: port to gdbusDan Winship1-4/+4
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-2/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-07-31core: split device creation and device setup (bgo #737458)Dan Williams1-49/+53
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-6/+3
2015-07-24core: add an NMExportedObject base classDan Winship1-3/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-06-17platform: return NMPlatformError from link-add functionsThomas Haller1-4/+5
2015-05-19core: earlier software capability detectionDan Williams1-1/+1
2015-05-06core: let plugins indicate links which should be ignoredDan Williams1-1/+1
2015-05-06platform: return link objects from add functionsDan Williams1-1/+2
2015-05-06core: let device plugins advertise supported link and setting typesDan Williams1-22/+17
2015-04-21platform: add self argument to platform functionsThomas Haller1-9/+11
2015-04-18device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller1-1/+1
2015-04-02bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams1-3/+1
2015-02-26device: add multicast-snooping option supportJiří Klimeš1-1/+2
2015-02-24device: add flags to nm_device_is_available()Thomas Haller1-1/+1
2015-02-24device: add flags argument to check_connection_available()Thomas Haller1-1/+1
2015-02-24device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller1-0/+1
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship1-1/+1
2014-10-22devices: drop device-type-specific error domainsDan Winship1-15/+0
2014-09-19core: fix stray 'break' in switchDan Williams1-1/+0
2014-09-11bridge: port to internal device factoryDan Williams1-55/+74
2014-09-04libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship1-7/+11
2014-09-04core: abstract out the duplicated default-ifname-generating codeDan Winship1-34/+1
2014-09-04all: stop using virtual interface-name propertiesDan Winship1-8/+8
2014-09-04libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship1-2/+2
2014-08-25core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller1-1/+1
2014-08-07core: update data types of some hwaddr propertiesDan Winship1-4/+3
2014-08-07libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship1-2/+1
2014-08-07libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship1-1/+0