summaryrefslogtreecommitdiff
path: root/src
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-245-0/+1368
* 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
* device: skip creating VLAN devices if parent device is not ready yetFrancesco Giudici2017-08-221-3/+9
* 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
* manager: add connectivity-check-{available,enabled} properties.James Henstridge2017-08-172-0/+35
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-176-3/+103
* 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-1210-379/+914
* platform: preserve order of objects during dumpThomas Haller2017-08-125-25/+69
* platform: cleanup lookup API for objects in NMPCacheThomas Haller2017-08-122-21/+48
* 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
* platform: add nmp_object_id_cmp() functionThomas Haller2017-08-122-43/+83
* 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
* systemd: merge branch systemd into masterBeniamino Galvani2017-08-1036-152/+1557
|\
| * 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
* | 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-051-0/+16
* | 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-056-3/+143
* | platform: add nm_platform_link_set_name()Beniamino Galvani2017-08-053-0/+50
* | device: ethernet: remove unused private memberBeniamino Galvani2017-08-051-6/+0
* | platform: extend API for adding routesThomas Haller2017-08-039-105/+138
* | platform,libnm: cleanup handling of TOS for routesThomas Haller2017-08-036-31/+34
* | 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
* | platform: cleanup handling "window" for non-exclusive routesThomas Haller2017-08-033-14/+26
* | platform: use route src/src_plen when deleting IPv6 routeThomas Haller2017-08-033-18/+39
* | platform: use route pref_src when deleting IP routeThomas Haller2017-08-033-8/+20
* | platform: use route mss when deleting IP routeThomas Haller2017-08-033-7/+16
* | platform: use correct gateway for deleting routeThomas Haller2017-08-033-9/+19
* | platform: use correct scope for deleting IPv4 routeThomas Haller2017-08-033-9/+20
* | platform: use proper rt_source of route for add and deleteThomas Haller2017-08-033-8/+18
* | platform: drop duplicate cmd_obj_stackinit_id() virtual functionThomas Haller2017-08-032-40/+3
* | platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-0311-178/+310