summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* libnm-core: fix wording for 'nm_sett_info_propert_type_mac_addrees'Antonio Cardace2020-03-191-1/+1
* libnm: don't validate "connection.interface-name" from "nm-setting-infiniband...Thomas Haller2020-02-261-32/+16
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-2/+2
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-5/+4
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-2/+3
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-1/+1
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-6/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm/infiniband: lift restriction of MTU to 2044 for IPoIB in "datagram" modeThomas Haller2019-04-051-11/+14
* libnm-core: reorder code in settingsThomas Haller2019-01-151-58/+67
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-46/+39
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-6/+11
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-8/+6
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* libnm-core: fix verify() implementations to allow connection=NULLLubomir Rintel2017-05-311-2/+3
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-8/+12
* man: clarify HWADDR for nm-setting-ifcfg-rh manualThomas Haller2016-11-101-1/+4
* man,libnm-core: fix typosBeniamino Galvani2016-03-301-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+47
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-2/+2
* libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-281-1/+2
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-33/+16
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-2/+1
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-14/+16
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-6/+5
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-4/+13
* libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-221-2/+15
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+472