summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-5/+0
* device: various minor style cleanupThomas Haller2019-08-281-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* infiniband: complete an interface name in complete_connection()Lubomir Rintel2019-05-281-14/+7
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* infiniband: remove the MAC address check from complete_connection()Lubomir Rintel2019-05-281-16/+4
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-8/+8
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-1/+2
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-10/+9
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-9/+9
* device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-261-3/+3
* device: introduce mtu sourceBeniamino Galvani2018-06-201-2/+2
* device: introduce nm_device_get_configured_mtu_from_connection()Beniamino Galvani2018-06-201-21/+3
* 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/+17
* trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller2018-01-231-1/+1
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-3/+3
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-2/+2
* device: don't set MTU of device unless explicitly configuredThomas Haller2017-06-131-1/+1
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-11/+11
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-7/+5
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-171-0/+8
* device: refactor setting user-configured MTU during config commitThomas Haller2017-01-161-13/+13
* core: use nmp_utils_sysctl_open_netdir() to set infiniband sysctlThomas Haller2016-12-131-8/+5
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-1/+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
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-3/+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-4/+4
* core: refactor private data in "src"Thomas Haller2016-10-041-33/+43
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* device: let infiniband prefer permanent MAC address for infiniband.mac-addres...Thomas Haller2016-06-301-4/+9
* infiniband: remove the partitions on unrealizingLubomir Rintel2016-04-201-7/+35
* device: check for a parent deviceLubomir Rintel2016-04-191-0/+6
* infiniband: check that the connection to be created is a partition firstLubomir Rintel2016-04-191-7/+8
* infiniband: consistently use the error codeLubomir Rintel2016-04-191-3/+3
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* core/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT() helperThomas Haller2016-03-081-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* device-factory/trivial: rename get_virtual_iface_name() to get_connection_ifa...Lubomir Rintel2016-02-171-4/+4
* device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-121-8/+1
* core: reject existing links when trying to add a link via platformThomas Haller2016-01-251-1/+1