summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* devices: add support for openvswitch devicesLubomir Rintel2017-10-119-0/+2464
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-111-0/+1
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-111-0/+1
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-111-0/+2
* 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
* 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-0915-15/+89
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-0912-78/+184
* dns: merge IPv4 and IPv6 implementation for update_add_ip_config()Thomas Haller2017-10-091-57/+54
* core: refactor parsing resolve.confThomas Haller2017-10-097-257/+137
* 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
* 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
* device/trivial: rename nm_device_get_ip_route_metric() to nm_device_get_route...Thomas Haller2017-10-065-25/+25
* device: remove wrappers for nm_device_get_ip_route_metric()Thomas Haller2017-10-064-33/+21
* wwan: replace utils function ip4_string_to_num() with nm_utils_parse_inaddr_b...Thomas Haller2017-10-062-40/+14
* shared: pass addr_family as first argument to nm_utils_parse_inaddr*()Thomas Haller2017-10-061-6/+6
* wwan: add FIXME comment about broken ofono supportThomas Haller2017-10-061-0/+3
* wwan: make idle action for stage3-ip-config cancellableThomas Haller2017-10-061-6/+17
* wwan: use logging macro in nm-modem.cThomas Haller2017-10-061-60/+86
* core: avoid compiler warnings related to cleanup attributeThomas Haller2017-10-052-2/+2
* device: fix handling NM_UNMANAGED_USER_CONF in _get_managed_by_flags()Thomas Haller2017-10-051-2/+2
* core: add NMActivationStateFlags "master-has-slaves"Thomas Haller2017-10-052-0/+10
* core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-052-0/+36
* core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-051-0/+21
* libnm: add NMActivationStateFlagsThomas Haller2017-10-052-0/+57
* core: refactor setting applied-connection in NMActiveConnectionThomas Haller2017-10-051-7/+37
* shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller2017-10-052-147/+0
* core/utils: extend nm_utils_flags2str() for multi-value flags and name for zeroThomas Haller2017-10-051-3/+9
* core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller2017-10-051-4/+3
* device: fix frozen notify signals on unrealize error pathBeniamino Galvani2017-10-041-1/+1
* core: cleanup autoconnect retry handlingThomas Haller2017-10-044-9/+15
* dhcp: cleanup handling method-call in DHCP listenerThomas Haller2017-10-041-29/+32
* keyfile: fix reading/writing route metric zeroThomas Haller2017-10-041-3/+3
* core: cleanup handling addr_family in NMDeviceThomas Haller2017-10-022-51/+71
* core: minor cleanup in dhcp_schedule_restart()Thomas Haller2017-10-021-12/+14