summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use router preference for IPv6 routesth/ndisc-route-preference-rh1445417Thomas Haller2017-10-114-18/+38
* platform: detect kernel support for RTA_PREF to set router preference of IPv6...Thomas Haller2017-10-113-3/+53
* platform: support pref option for IPv6 routes (RTA_PREF)Thomas Haller2017-10-113-1/+43
* platform: refactor detecting kernel supportThomas Haller2017-10-116-47/+59
* ndisc: some cleanup of RA handlingThomas Haller2017-10-112-3/+45
* ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-118-45/+88
* ndisc: cleanup handling of timestampsThomas Haller2017-10-115-44/+81
* ndisc: use unsigned int for loop index variableThomas Haller2017-10-111-86/+126
* systemd: fix compilation if libc doesn't provide getrandom()Thomas Haller2017-10-111-0/+7
* systemd: merge branch systemd into masterThomas Haller2017-10-1137-211/+430
|\
| * systemd: update code from upstream (2017-10-11)Thomas Haller2017-10-1135-204/+390
* | core: cleanup implementation of nm_auto* macros to use nm_auto()Thomas Haller2017-10-113-4/+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
| * | 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