summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxxth/ndisc-routingThomas Haller2017-10-103-0/+52
* core: add default-routes for multiple IPv6 routers and use router preferenceThomas Haller2017-10-101-14/+29
* ndisc: some cleanup of RA handlingThomas Haller2017-10-102-3/+45
* platform: support pref option for IPv6 routes (RTA_PREF)Thomas Haller2017-10-103-1/+43
* core: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-108-45/+88
* ndisc: cleanup handling of timestampsThomas Haller2017-10-105-44/+81
* ndisc: use unsigned int for loop index variableThomas Haller2017-10-101-86/+126
* 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
| * 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: guarantee output argument of nm_utils_parse_inaddr_bin() is only set ...Thomas Haller2017-10-061-1/+18
| * shared: pass addr_family as first argument to nm_utils_parse_inaddr*()Thomas Haller2017-10-065-69/+69
| * 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
| * shared: add nm_strquote() utilThomas Haller2017-10-063-0/+157
|/
* 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: merge branch 'th/activation-state-flags-rh1454883'Thomas Haller2017-10-0512-152/+394
|\
| * core: add NMActivationStateFlags "master-has-slaves"Thomas Haller2017-10-053-0/+13
| * core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-053-0/+42
| * core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-052-0/+26
| * libnm: add NMActivationStateFlagsThomas Haller2017-10-057-0/+122
| * 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-054-147/+151
| * 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