summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! libnm: add support for ovs-interface deviceslr/ovs-5Thomas Haller2017-10-111-1/+2
* fixup! libnm-core: add ovs-interface settingThomas Haller2017-10-111-0/+2
* fixup! libnm-core: add ovs-interface settingThomas Haller2017-10-111-2/+2
* fixup! libnm-core: add ovs-interface settingThomas Haller2017-10-111-49/+58
* fixup! libnm-core: add ovs-port settingThomas Haller2017-10-111-94/+102
* fixup! libnm-core: add ovs-port settingThomas Haller2017-10-111-0/+12
* fixup! libnm-core: add ovs-port settingThomas Haller2017-10-111-12/+12
* fixup! libnm-core: add ovs-bridge settingThomas Haller2017-10-111-2/+2
* fixup! libnm-core: add ovs-bridge settingThomas Haller2017-10-111-0/+8
* fixup! libnm-core: add ovs-bridge settingThomas Haller2017-10-111-58/+66
* devices: add support for openvswitch devicesLubomir Rintel2017-10-1113-0/+2557
* clients: add support for ovs-bridge settingLubomir Rintel2017-10-115-0/+50
* clients: add support for ovs-port settingLubomir Rintel2017-10-115-0/+61
* clients: add support for ovs-interface settingLubomir Rintel2017-10-115-0/+31
* libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-118-0/+143
* libnm: add support for ovs-port devicesLubomir Rintel2017-10-118-0/+143
* libnm: add support for ovs-interface devicesLubomir Rintel2017-10-118-30/+173
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-115-0/+31
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-115-0/+31
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-115-61/+93
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-1111-0/+395
* libnm-core: add ovs-port settingLubomir Rintel2017-10-1111-0/+515
* libnm-core: add ovs-interface settingLubomir Rintel2017-10-1111-0/+267
* device: ignore enslavement to ovs-masterLubomir Rintel2017-10-111-13/+18
* device: let the device subclass decide whether a slave is compatibleLubomir Rintel2017-10-112-11/+17
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-113-10/+28
* manager: always update the device when the plink comes and goesLubomir Rintel2017-10-113-45/+46
* manager: don't assign a new link to a device of a different link typeLubomir Rintel2017-10-111-0/+3
* connectivity: fix memory leakBeniamino Galvani2017-10-101-0/+1
* core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani2017-10-102-3/+2
* all: merge branch 'th/policy-routing-pt2-rh1436531' (part 2)Thomas Haller2017-10-1059-1557/+1749
|\
| * core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-1034-895/+1098
| * core: don't track route metric in ip-configThomas Haller2017-10-094-68/+0
| * core: don't track route MSS in ip-configThomas Haller2017-10-097-92/+8
| * core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-095-7/+24
| * core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-0917-20/+94
| * all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-0922-179/+274
| * dns: merge IPv4 and IPv6 implementation for update_add_ip_config()Thomas Haller2017-10-091-57/+54
| * shared: add nm_utils_addr_family_to_size()Thomas Haller2017-10-091-0/+10
| * core: refactor parsing resolve.confThomas Haller2017-10-097-257/+137
| * shared: add nm_strstrip_avoid_copy()Thomas Haller2017-10-091-0/+27
| * platform: mark static nla_policy variables as constThomas Haller2017-10-092-26/+68
| * wwan: fix uninitialized variable in ofono's context_property_changed()Thomas Haller2017-10-091-7/+6
|/
* dhcp: set @was_active on ipv6 when assuming a device with dhcp ipv6 confFrancesco Giudici2017-10-061-1/+1
* platform: treat dsa devices as regular wired ethernetLubomir Rintel2017-10-061-0/+4
* device: reword logging line about device's state changeThomas Haller2017-10-061-2/+2
* all: merge branch 'th/policy-routing-pt2-rh1436531' (part 1)Thomas Haller2017-10-0623-294/+455
|\
| * dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller2017-10-069-49/+46
| * device: factor out config argument to ip4_config_merge_and_apply()Thomas Haller2017-10-061-18/+17
| * device: refactor function nm_device_get_priority() / _get_route_metric_default()Thomas Haller2017-10-062-15/+4