summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: fix stray 'break' in switchDan Williams2014-09-191-1/+0
* bridge: port to internal device factoryDan Williams2014-09-111-55/+74
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-7/+11
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-041-34/+1
* all: stop using virtual interface-name propertiesDan Winship2014-09-041-8/+8
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-2/+2
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-251-1/+1
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-4/+3
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-2/+1
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-36/+23
* core: refactor update_slave_connection() as virtual function of master deviceThomas Haller2014-06-271-17/+16
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-4/+3
* device: don't call strtol() for NULL stringsJiří Klimeš2014-06-061-5/+12
* devices: observe externally-caused master/slave changes (rh #1066706)Dan Winship2014-06-061-12/+25
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-16/+5
* core: match the NMSettingBridge:mac-address in NMDeviceBridge:check_connectio...Thomas Haller2014-05-301-0/+16
* core: set NMSettingBridge:mac-address when creating new bridgeThomas Haller2014-05-301-1/+10
* platform: allow setting address when adding software link (bridge)Thomas Haller2014-05-301-1/+1
* devices: improve slave release log messagesDan Winship2014-05-191-4/+10
* core: make assumed activations go through all the stagesDan Williams2013-11-081-4/+9
* core: support slave devices in nm_platform_generate_connection()Pavel Šimerda2013-11-081-0/+48
* core: implement update_connection() for bridgingPavel Šimerda2013-11-081-8/+30
* core: fix 'hairpin_mode' after 9e19c3db (core: use nm_platform_*_*_option() f...Dan Williams2013-11-071-1/+1
* core: compatible connections are always available on master devicesDan Williams2013-11-061-0/+12
* core: fix crash for bridge-slave with missing NMSettingBridgePort settingThomas Haller2013-10-111-11/+18
* core: move software device creation logic out of NMManagerDan Winship2013-09-121-1/+28
* core: use nm_platform_*_*_option() for bridgesPavel Šimerda2013-08-311-68/+81
* core: update UDI when it's availableDan Williams2013-08-071-3/+1
* trivial: remove unused system.h includeslPavel Šimerda2013-07-051-1/+0
* core: rename nm_device_hw_* to nm_device_*Dan Williams2013-06-141-2/+2
* core: use nm-platform for link managementPavel Šimerda2013-05-241-10/+8
* core: clean up and simplify device capabilities handlingDan Williams2013-05-201-1/+1
* core: remove NMDeviceWiredDan Winship2013-05-201-1/+1
* core: move carrier handling to NMDeviceDan Winship2013-05-201-11/+0
* core: make nm-properties-changed-signal always export the right propertiesDan Winship2013-05-201-16/+4
* core: move devices into a subdirectoryDan Winship2013-05-081-0/+442