summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/team: preserve unset priv->runner_tx_hash in _align_team_properties()th/libnm-team-fixesThomas Haller2019-03-243-7/+6
* libnm/team: check for changes to team:runner-tx-hash in _align_team_properties()Thomas Haller2019-03-241-7/+17
* libnm/team: add function to compare list of link-watchersThomas Haller2019-03-243-41/+44
* libnm/team: simplify handling in _nm_utils_team_config_set()Thomas Haller2019-03-241-23/+29
* libnm/team: indicate whether there were changes in _nm_utils_team_config_set()Thomas Haller2019-03-241-0/+2
* libnm/team: return early from _nm_utils_team_config_set()Thomas Haller2019-03-241-34/+23
* libnm/team: avoid assertions parsing JSON of invalid typeThomas Haller2019-03-241-5/+10
* libnm/team: fix memleaks in getting json valuesThomas Haller2019-03-241-29/+22
* libnm/team: minor coding style cleanupThomas Haller2019-03-242-19/+19
* libnm/team: fix crash with nm_setting_team_remove_runner_tx_hash_by_value() h...Thomas Haller2019-03-241-6/+7
* shared: add _nm_utils_strv_cmp_n() and _nm_utils_strv_equal()Thomas Haller2019-03-245-25/+208
* shared/tests: add parentheses around arguments of NMTST_SWAP() macroThomas Haller2019-03-241-5/+6
* Revert "ovs-port: dissociate the link from the interface device on delete"Thomas Haller2019-03-241-7/+0
* ovs-port: dissociate the link from the interface device on deleteLubomir Rintel2019-03-221-0/+7
* merge: branch 'fg/checkpoint-devices-rh1578335-pt1'Francesco Giudici2019-03-223-15/+31
|\
| * nm-checkpoint: save device ifname and track if it is softwarefg/checkpoint-devices-rh1578335-pt1Francesco Giudici2019-03-221-2/+7
| * nm-checkpoint: skip unmanage state check on unrealized devicesFrancesco Giudici2019-03-221-1/+1
| * nm-checkpoint: emit signal on the Devices property when requiredFrancesco Giudici2019-03-221-6/+18
| * dbus-utils: don't return paths if they are in the process of being unexportedFrancesco Giudici2019-03-221-1/+1
| * nm-checkpoint: remove duplicate commentFrancesco Giudici2019-03-221-1/+0
| * trivial: fix grouping of empty GClosure arg in g_signal_new()Francesco Giudici2019-03-221-4/+4
|/
* platform/tests: workaround test failure for routing rules with older kernelsThomas Haller2019-03-201-0/+2
* platform/tests: skip rule tests if not all features could be testedThomas Haller2019-03-201-0/+21
* platform/tests: print more information when routing rule test is about to failThomas Haller2019-03-201-1/+18
* settings: remove READMELubomir Rintel2019-03-202-34/+0
* contrib/rpm: drop --with-libnm-glib from build_cleanLubomir Rintel2019-03-201-1/+0
* all: goodbye libnm-glibLubomir Rintel2019-03-19214-74760/+11
* Revert "wwan/device-modem: don't enter available state until registered"Lubomir Rintel2019-03-181-7/+6
* contrib/checkpatch: avoid command injection in checkpatch.pl scriptThomas Haller2019-03-181-5/+11
* release: bump version to 1.17.1-dev after 1.16.0 release1.17.1-devThomas Haller2019-03-1526-274/+3175
|\
| * device/wifi: fix handling static WEP connections in act_stage4_ip_config_time...Thomas Haller2019-03-151-3/+3
| * libnm: fix dns-configuration property typeBeniamino Galvani2019-03-151-8/+3
| * platform/tests: adjust probabilities for generating randomized rulesThomas Haller2019-03-151-97/+92
| * platform/tests: workaround FIB_RULE_INVERT of rules for kernel issue rh#1686075Thomas Haller2019-03-151-0/+4
| * libnm-core: fix types of nm_auto() macros for NMSockAddrEndpoint and NMWireGu...Thomas Haller2019-03-131-2/+2
| * libnm-core: fix type of argument for nm_utils_inet_ntop_dup()Thomas Haller2019-03-131-1/+1
| * core: merge branch 'th/routing-rule-pt1'Thomas Haller2019-03-1320-265/+3141
| |\
| | * platform: add NMPRulesManager for syncing routing rulesth/routing-rule-pt1Thomas Haller2019-03-138-75/+895
| | * platform/tests: add tests for handling policy routing rulesThomas Haller2019-03-132-0/+796
| | * platform: add routing-rule add/delete netlink functionsThomas Haller2019-03-134-11/+200
| | * platform: add support for routing-rule objects and cache them in platformThomas Haller2019-03-136-26/+874
| | * platform: separate the refresh-type from the object typeThomas Haller2019-03-133-114/+232
| | * platform/trivial: rename enum DELAYED_ACTION_IDX_REFRESH_ALL_* to REFRESH_ALL...Thomas Haller2019-03-131-25/+25
| | * platform: drop unused nm_platform_refresh_all()Thomas Haller2019-03-133-26/+0
| | * platform: suppress unnecessary logging in do_request_all_no_delayed_actions()Thomas Haller2019-03-131-3/+8
| | * platform: add NULL check in inline nmp_object_unref() functionThomas Haller2019-03-131-2/+4
| | * platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-138-47/+115
| | * platform: move nmp_class_from_type() to header to allow inliningThomas Haller2019-03-132-12/+13
| | * platform: drop unnecessary casts from NMP_OBJECT_CAST_*() macrosThomas Haller2019-03-131-7/+7
| | * platform: unify IPv4 and IPv6 variables for NMPlatformVTableRouteThomas Haller2019-03-132-23/+30