summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: also build on CentOS 7.5 and 7.6th/gitlab-ci-centosThomas Haller2019-05-293-9/+33
* gitlab-ci: run "checkpatch" test on Fedora 29 imageThomas Haller2019-05-291-1/+1
* build: disable "-Wunknown-pragmas" warningThomas Haller2019-05-292-0/+2
* clients/tests: increase timeout waiting for stub D-Bus serviceThomas Haller2019-05-291-1/+1
* platform: avoid compiler error passing NMP_OBJECT_CAST_OBJ_WITH_IFINDEX() to ...Thomas Haller2019-05-291-1/+1
* platform: make nm_platform_kernel_support_get() macro an inline functionThomas Haller2019-05-291-22/+22
* shared: fix _NM_ENSURE_TYPE_CONST() for const pointers with clangThomas Haller2019-05-291-1/+5
* settings: merge branch 'th/drop-monitor-connection-files'Thomas Haller2019-05-2911-603/+32
|\
| * ifcfg-rh: drop unused "nm-inotify-helper.h"Thomas Haller2019-05-294-276/+2
| * settings: drop deprecated NetworkManager.conf option "main.monitor-connection...Thomas Haller2019-05-287-327/+30
|/
* merge: branch 'lr/complete-conn'Lubomir Rintel2019-05-2827-109/+57
|\
| * modem: use set conn.interface upon completing the CDMA connectionsLubomir Rintel2019-05-284-3/+11
| * infiniband: complete an interface name in complete_connection()Lubomir Rintel2019-05-281-14/+7
| * ethernet: complete an interface name in complete_connection()Lubomir Rintel2019-05-281-16/+7
| * wifi: complete an interface name in complete_connection()Lubomir Rintel2019-05-282-18/+2
| * utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-2823-4/+31
| * infiniband: remove the MAC address check from complete_connection()Lubomir Rintel2019-05-281-16/+4
| * ethernet: remove the MAC address check from complete_connection()Lubomir Rintel2019-05-281-18/+4
| * wifi: remove the MAC address check from complete_connection()Lubomir Rintel2019-05-282-42/+10
| * device: after completing a connection, check it's compatibleLubomir Rintel2019-05-281-1/+4
|/
* cli: don't force interface name on add_and_activateLubomir Rintel2019-05-281-1/+0
* po: RHEL 7.7 translations - fr,ja,zh-CNLudek Janda2019-05-283-1002/+1004
* po: update-poLubomir Rintel2019-05-2866-149117/+168267
* initrd/cmdline: add support for rd.neednet optionLubomir Rintel2019-05-281-0/+7
* ifcfg-rh: merge branch 'bg/802-1x-client-cert-rh1705054'Beniamino Galvani2019-05-286-40/+87
|\
| * ifcfg-rh: use PKCS #12 private key also as client cert in readerBeniamino Galvani2019-05-286-8/+79
| * ifcfg-rh: don't check for 802.1x private key or client cert in readerBeniamino Galvani2019-05-281-13/+3
| * ifcfg-rh: write client certificate even if it is pkcs12Beniamino Galvani2019-05-282-21/+7
|/
* core: merge branch 'bg/sriov-async'Beniamino Galvani2019-05-285-206/+769
|\
| * core: set number of SR-IOV VFs asynchronouslyBeniamino Galvani2019-05-284-89/+314
| * platform: add async sysctl set functionBeniamino Galvani2019-05-284-12/+355
| * platform: print sysctl absolute path when pathid is NULLBeniamino Galvani2019-05-281-3/+3
| * platform: use 'self' argument name for platform functionsBeniamino Galvani2019-05-282-103/+98
|/
* ifcfg-rh: preserve existence of wired settingBeniamino Galvani2019-05-287-80/+159
* shared: fix return in nm_value_type_to_variant()/nm_value_type_get_variant_ty...Thomas Haller2019-05-271-0/+2
* dispatcher: merge branch 'th/dispatcher-cleanup'Thomas Haller2019-05-2712-527/+726
|\
| * dispatcher: log warning when nm-dispatcher quits with requests pendingThomas Haller2019-05-271-0/+15
| * dispatcher/systemd: order NetworkManager-dispatcher.service Before=NetworkMan...Thomas Haller2019-05-271-0/+6
| * dispatcher/trivial: add FIXME comment about how to fix shutdown of NtworkManagerThomas Haller2019-05-271-0/+8
| * dispatcher: log ifname/con_uuid as structured logging for dispatcher requestsThomas Haller2019-05-271-39/+98
| * dispatcher: cleanup nm_dispatcher_call_cancel()Thomas Haller2019-05-272-19/+19
| * dispatcher: use GDBusConnection instead of GDBusProxy in "nm-dispatcher.c"Thomas Haller2019-05-273-76/+76
| * dispatcher: replace guint call-id by opaque NMDispatcherCallIdThomas Haller2019-05-274-96/+89
| * dispatcher: add logging macros for per-request messagesThomas Haller2019-05-271-24/+45
| * dispatcher: cleanup constructing parameter in _dispatcher_call()Thomas Haller2019-05-271-43/+33
| * dispatcher: cleanup dispatcher_results_process()Thomas Haller2019-05-271-28/+18
| * build: don't link dispatcher with generated nmdbus-dispatcher bindingsThomas Haller2019-05-274-23/+45
| * dispatcher: unown dispatcher D-Bus name on exitThomas Haller2019-05-271-6/+10
| * dispatcher: drop GDBusInterfaceSkeleton and generate GDBus bindingsThomas Haller2019-05-271-57/+141
| * dispatcher: drop Handler GObjectThomas Haller2019-05-271-98/+42