summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! devices: add support for openvswitch deviceslr/ovs-1Lubomir Rintel2017-08-241-2/+11
* devices: add support for openvswitch devicesLubomir Rintel2017-08-2412-60/+1525
* clients: add support for openvswitch settingLubomir Rintel2017-08-243-0/+15
* libnm: add support for openvswitch devicesLubomir Rintel2017-08-249-0/+150
* introspection: add o.fd.NM.Device.Openvswitch interfaceLubomir Rintel2017-08-242-0/+24
* libnm-core: add openvswitch settingLubomir Rintel2017-08-249-0/+164
* device: ignore enslavement to ovs-masterLubomir Rintel2017-08-241-13/+18
* manager: always update the device when the plink comes and goesLubomir Rintel2017-08-243-45/+45
* clients: don't default Bluetooth to the PANU profileLubomir Rintel2017-08-231-11/+0
* core: infer the bluetooth type from the presence of the supplemental settingsLubomir Rintel2017-08-233-23/+89
* clients: allow GSM and CDMA for Bluetooth connectionsLubomir Rintel2017-08-231-0/+2
* device: skip creating VLAN devices if parent device is not ready yetFrancesco Giudici2017-08-221-3/+9
* libnm/build: un-export wrong symbols for nm-manager.hThomas Haller2017-08-211-3/+0
* config: write connectivity=true to internal state fileThomas Haller2017-08-211-4/+2
* config/tests: remove test artifact after test_config_connectivity_check()Thomas Haller2017-08-181-0/+2
* platform: fix updating object in nmp_cache_update_netlink_route()Thomas Haller2017-08-181-3/+6
* libnm/connectivity: fix exporting new connectivity ABI in linker version scriptThomas Haller2017-08-171-0/+6
* connectivity: merge branch 'connectivity-enable-dbus-bgo785117'Thomas Haller2017-08-1716-4/+362
|\
| * cli: show new enable-disable-connectivity-check permissionThomas Haller2017-08-171-0/+2
| * libnm: add gtk-doc Since markers for new API and missing enum documentationThomas Haller2017-08-173-0/+22
| * client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-174-1/+168
| * manager: add connectivity-check-{available,enabled} properties.James Henstridge2017-08-175-0/+67
| * config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-176-3/+103
|/
* platform: merge branch 'th/platform-route-pt2'Thomas Haller2017-08-1219-605/+1380
|\
| * platform: cleanup nmp_lookup_init_route_visible() lookup helperThomas Haller2017-08-129-71/+52
| * platform: drop workaround for deleting IPv4 routes with metric zeroThomas Haller2017-08-121-31/+0
| * platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-1211-379/+938
| * platform: preserve order of objects during dumpThomas Haller2017-08-125-25/+69
| * shared: add nm_dedup_multi_entry_reorder() functionThomas Haller2017-08-122-0/+62
| * platform: cleanup lookup API for objects in NMPCacheThomas Haller2017-08-123-21/+60
| * platform: fix code comment for nmp_cache_remove_netlink()Thomas Haller2017-08-121-12/+9
| * platform: improve logging of netlink messageThomas Haller2017-08-121-23/+92
| * platform: simplify to-string output of IPv6 routes by dropping " src ::/0"Thomas Haller2017-08-121-4/+5
| * test: redirect glib logging to stdoutThomas Haller2017-08-121-0/+14
| * platform: add nmp_object_id_cmp() functionThomas Haller2017-08-122-43/+83
|/
* wifi: merge branch 'dcbw/wifi-scan'Dan Williams2017-08-117-476/+433
|\
| * devices/wifi: move scan option processing to D-Bus request scan handlerdcbw/wifi-scanDan Williams2017-08-111-41/+77
| * supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams2017-08-111-0/+1
| * devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams2017-08-114-375/+315
| * devices/wifi: flip meaning of scanning allowed signalDan Williams2017-08-113-65/+45
|/
* build: fix building src/systemdFrancesco Giudici2017-08-111-1/+3
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-1171-139/+139
* systemd: merge branch systemd into masterBeniamino Galvani2017-08-1037-152/+1559
|\
| * systemd: update code from upstream (2017-08-09)Beniamino Galvani2017-08-0932-148/+1538
* | core: fix crash with bluetooth device factory wrongly claiming NAP connectionThomas Haller2017-08-062-4/+12
* | ppp: merge branch 'bg/ppp-bgo559134'Beniamino Galvani2017-08-0530-38/+774
|\ \
| * | core: ppp: use a different unit for each activationBeniamino Galvani2017-08-051-0/+10
| * | device: use ppp device for new style pppoe settingBeniamino Galvani2017-08-052-0/+23
| * | core: implement activation of PPP devicesBeniamino Galvani2017-08-055-3/+293
| * | device: accept NULL plinkBeniamino Galvani2017-08-051-2/+4