summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* platform: move InfiniBand property reading into the platform and prefer netlinkDan Williams2015-05-191-10/+4
* core: earlier software capability detectionDan Williams2015-05-191-2/+24
* 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/+1
* core: move virtual interface name handling into device pluginsDan Williams2015-05-061-0/+32
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-16/+19
* platform: add self argument to platform functionsThomas Haller2015-04-211-5/+5
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+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-13/+0
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-3/+4
* core: track origin of MTULubomir Rintel2014-10-201-1/+1
* infiniband: port to internal device factoryDan Williams2014-09-111-47/+64
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-16/+8
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-041-0/+1
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-2/+3
* 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-10/+7
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-39/+4
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-2/+1
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-23/+0
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+3
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-21/+5
* core: use nm_platform_sysctl_get() to read infiniband modeThomas Haller2014-04-101-4/+5
* core: use ASSERT_VALID_PATH_COMPONENTThomas Haller2014-04-101-2/+4
* core: remove redundant sysctl utilitiesDan Winship2013-11-151-1/+1
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-7/+4
* core: implement update_connection() for InfinibandDan Williams2013-11-081-5/+33
* core: ensure all devices chain up to parent act_stage1_prepareDan Williams2013-10-311-1/+6
* infiniband: only check the last 8 bytes when doing hwaddr matchesDan Winship2013-09-241-1/+37
* core: remove nm_device_hwaddr_matches() / get_connection_hw_address()Dan Winship2013-09-121-11/+0
* core: move software device creation logic out of NMManagerDan Winship2013-09-121-4/+23
* core: update UDI when it's availableDan Williams2013-08-071-4/+1
* core: initial InfiniBand partition supportDan Winship2013-06-131-0/+18
* devices: use NMPlatform to find the hardware address lengthDan Winship2013-06-111-7/+0
* devices: make constructors take an NMPlatformLinkDan Winship2013-06-051-9/+3
* 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/+372