summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: fix a crash on "nmcli d wifi hotspot"lr/hotspot-cli-crashLubomir Rintel2019-03-311-0/+1
* 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
| | * shared: add nm_hash_obfuscate_ptr() helperThomas Haller2019-03-131-1/+26
| | * shared: add c_list_length_is() helperThomas Haller2019-03-131-0/+23
| | * contrib: set shift for less in NM-logThomas Haller2019-03-131-1/+1
| |/
| * wwan/device-modem: don't enter available state until registeredLubomir Rintel2019-03-121-6/+7
| * shared/systemd: fix gettid() compat implementation shadowing function from glibcThomas Haller2019-03-111-1/+2
| * all: codespell fixesLubomir Rintel2019-03-119-16/+16
| * merge: branch 'bg/restore-ipv6-on-up-rh1548237'Beniamino Galvani2019-03-115-55/+117
| |\
| | * device: restore IPv6 addresses when the link comes upbg/restore-ipv6-on-up-rh1548237Beniamino Galvani2019-03-091-5/+5
| | * core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-095-53/+111
| | * device: reset the ipv6 DAD counter when the link comes upBeniamino Galvani2019-03-091-0/+2
| | * device: don't try to add IPv6LL address to a down interfaceBeniamino Galvani2019-03-091-1/+3
| | * core: fix _nm_ip4_config_intersect_helper()Beniamino Galvani2019-03-091-1/+1
| |/