summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dhcp: use nm_utils_random_bytes() for generating random DUIDThomas Haller2017-10-131-6/+1
* core: add nm_utils_random_bytes() and use getrandom()Thomas Haller2017-10-132-34/+4
* shared: move nm_utils_fd_*() from src/ to shared/nm-utils/Thomas Haller2017-10-132-102/+0
* core: use router preference for IPv6 routesThomas Haller2017-10-124-18/+38
* platform: detect kernel support for RTA_PREF to set router preference of IPv6...Thomas Haller2017-10-123-3/+53
* platform: support pref option for IPv6 routes (RTA_PREF)Thomas Haller2017-10-123-1/+43
* platform: refactor detecting kernel supportThomas Haller2017-10-126-49/+65
* ndisc: some cleanup of RA handlingThomas Haller2017-10-122-3/+45
* ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-128-45/+88
* ndisc: cleanup handling of timestampsThomas Haller2017-10-125-44/+81
* ndisc: use unsigned int for loop index variableThomas Haller2017-10-121-86/+126
* bus-manager: don't leak connectionsBeniamino Galvani2017-10-121-3/+13
* systemd: fix compilation if libc doesn't provide getrandom()Thomas Haller2017-10-111-0/+7
* systemd: merge branch systemd into masterThomas Haller2017-10-1136-211/+414
|\
| * 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
* | 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