summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: skip creating VLAN devices if parent device is not ready yetfg/CI_vlan_update_mac_from_bondFrancesco Giudici2017-08-211-3/+9
* 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
| * | core: device-factory: implement match_connection()Beniamino Galvani2017-08-054-27/+74
| * | device: add NMDevicePPPBeniamino Galvani2017-08-0515-3/+257
| * | platform: add nm_platform_link_set_name()Beniamino Galvani2017-08-053-0/+50
| * | libnm,clients: add 'parent' property to PPPoE settingBeniamino Galvani2017-08-055-0/+66
| * | device: ethernet: remove unused private memberBeniamino Galvani2017-08-051-6/+0
|/ /
* | platform: merge branch 'th/platform-route-pt1-bgo785449'Thomas Haller2017-08-0321-702/+956
|\ \
| * | platform: extend API for adding routesThomas Haller2017-08-039-105/+138
| * | platform,libnm: cleanup handling of TOS for routesThomas Haller2017-08-037-32/+35
| * | ifcfg-rh: fix writing/reading TOS for routes in hexadecimalThomas Haller2017-08-032-2/+2
| * | core: implement NMIP4Config's and NMIP6Config's route equality based on nm_pl...Thomas Haller2017-08-033-8/+25
| * | platform: cleanup handling metric paramters for non-exclusive routesThomas Haller2017-08-033-32/+33
| * | platform: cleanup handling locks for non-exclusive routesThomas Haller2017-08-033-30/+39
| * | platform: print lock paramters of routeThomas Haller2017-08-031-30/+10