summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: improve error message when activating profileth/not-available-reasonThomas Haller2018-07-201-5/+8
* core: improve error message when activating profile on deviceThomas Haller2018-07-201-3/+7
* core: return error reason from nm_manager_get_best_device_for_connection()Thomas Haller2018-07-201-6/+47
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-2036-451/+523
* core: give better error reason why device is unavailableThomas Haller2018-07-209-60/+195
* shared: add special error codes to NM_UTILS_ERRORThomas Haller2018-07-201-0/+28
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-2024-69/+90
* device: also use NM_DEVICE_CLASS_DECLARE_TYPES() for types without link-typesThomas Haller2018-07-203-5/+13
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-209-17/+9
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-2020-24/+27
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-2013-15/+16
* core/trival: rename nm_device_match_hwaddr() function to nm_device_match_pare...Thomas Haller2018-07-205-11/+11
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-2013-176/+176
* wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller2018-07-204-9/+9
* shared: add nm_utils_error_set*() helper macrosThomas Haller2018-07-201-0/+9
* shared: support zero arguments for NM_NARG() macroThomas Haller2018-07-202-2/+58
* shared: merge branch 'th/merge-gsystem-local-alloc'Thomas Haller2018-07-194-275/+190
|\
| * shared: use nm_auto() macro to define other nm_auto_* macrosth/merge-gsystem-local-allocThomas Haller2018-07-181-17/+17
| * shared: cleanup nm_auto implementationsThomas Haller2018-07-181-41/+25
| * shared/gsystem-local-alloc: merge "gsystem-local-alloc.h" into "nm-macros-sha...Thomas Haller2018-07-184-167/+145
| * shared/trivial: whitespaceThomas Haller2018-07-181-28/+22
| * shared/trivial: rename GS_DEFINE_CLEANUP_FUNCTION_*() macrosThomas Haller2018-07-182-21/+21
| * shared/gsystem-local-alloc: rename unused gs_* cleanup macrosThomas Haller2018-07-182-37/+12
| * shared/trivial: add comment to nm_auto_freeThomas Haller2018-07-181-1/+10
| * shared/gsystem-local-alloc: remove unused "gs_fd_close" cleanup macroThomas Haller2018-07-181-25/+0
| * shared/gsystem-local-alloc: fix gs_free_variant_iter/gs_local_variant_builder...Thomas Haller2018-07-181-2/+2
|/
* build: merge branch 'th/build-flags'Thomas Haller2018-07-1835-367/+230
|\
| * systemd: revert local modification for -std=gnu89 compilation and missing __S...Thomas Haller2018-07-171-1/+1
| * build: pass -std=gnu99 to compilerThomas Haller2018-07-172-2/+16
| * build: cleanup CFLAGS for Makefile.amThomas Haller2018-07-171-212/+85
| * travis: do out-of-tree build in travisThomas Haller2018-07-171-4/+8
| * build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-1730-146/+114
| * hostname: drop define IFCFG_DIR which is only used onceThomas Haller2018-07-171-2/+1
| * m4/trivial: fix indentationThomas Haller2018-07-171-1/+1
| * contrib/rpm: reorder BuildRequires in spec fileThomas Haller2018-07-171-3/+7
| * contrib/rpm: add BuildRequires to gcc compiler for NetworkManager.specThomas Haller2018-07-171-0/+1
|/
* keyfile: use gs_unref_keyfile in nms_keyfile_reader_from_file()Thomas Haller2018-07-171-5/+3
* platform: merge 'jbeta:wireguard-genl-family-lifetime'Thomas Haller2018-07-132-6/+6
|\
| * platform: put wireguard_family_id in NMPObjectLinkJavier Arteaga2018-07-132-6/+6
* | wifi/ifd: Allow D-Bus activation to launch iwdJan Alexander Steffens (heftig)2018-07-131-1/+1
|/
* checkpatch: fix perldoc headingJavier Arteaga2018-07-121-1/+1
* po: update Ukrainian (uk) translation (bgo#796728)Yuri Chornoivan2018-07-121-2127/+2585
* tests/trivial: rename ip4_addr_ne32() to ip4_addr_be32() in test-networkmanag...Thomas Haller2018-07-111-7/+9
* device: destroy pending acd-managers when the device disconnectsBeniamino Galvani2018-07-111-3/+2
* connectivity: downgrade verbosity of error loggingThomas Haller2018-07-111-3/+3
* shared/gsystem-local-alloc: strongly type gs_* cleanup functionsThomas Haller2018-07-112-21/+40
* merge: branch 'bg/sriov-vf-rh1555013'Beniamino Galvani2018-07-1146-164/+3193
|\
| * ifcfg-rh: SR-IOV supportBeniamino Galvani2018-07-119-0/+324
| * device: configure SR-IOVBeniamino Galvani2018-07-114-3/+142
| * platform: add support for changing VF attributesBeniamino Galvani2018-07-113-0/+230