summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
...
* device: reset MTU when VLAN's parent device changes MTUThomas Haller2017-10-233-3/+39
* device: set MTU property of device in new _set_mtu() functionThomas Haller2017-10-231-18/+19
* core: use nm_close()Beniamino Galvani2017-10-192-7/+5
* core: refactor hashing to use reduce calls to siphash24_compress()Thomas Haller2017-10-181-2/+3
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-182-4/+5
* all: use siphash24 for hashingThomas Haller2017-10-181-2/+2
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-188-9/+10
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-182-11/+13
* core: introduce NM_HASH_INIT() to initialize hash seedThomas Haller2017-10-132-2/+2
* core: use router preference for IPv6 routesThomas Haller2017-10-121-1/+3
* platform: refactor detecting kernel supportThomas Haller2017-10-121-5/+10
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-108-308/+384
* core: don't track route MSS in ip-configThomas Haller2017-10-091-2/+0
* core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-091-0/+3
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-092-0/+9
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-092-22/+87
* 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
* device: reword logging line about device's state changeThomas Haller2017-10-061-2/+2
* 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-062-18/+18
* device: remove wrappers for nm_device_get_ip_route_metric()Thomas Haller2017-10-062-27/+15
* wwan: replace utils function ip4_string_to_num() with nm_utils_parse_inaddr_b...Thomas Haller2017-10-062-40/+14
* 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
* 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-051-0/+9
* core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-051-0/+33
* device: fix frozen notify signals on unrealize error pathBeniamino Galvani2017-10-041-1/+1
* core: cleanup autoconnect retry handlingThomas Haller2017-10-042-2/+0
* core: cleanup handling addr_family in NMDeviceThomas Haller2017-10-021-47/+67
* core: minor cleanup in dhcp_schedule_restart()Thomas Haller2017-10-021-12/+14
* device: fix delay startup complete for unrealized devicesThomas Haller2017-09-291-1/+2
* core: keep platform link object alive and don't copy itThomas Haller2017-09-291-10/+16
* core: make auto-connect-blocked-reason more specificBeniamino Galvani2017-09-291-1/+1
* device: add configuration option to mark devices as unmanagedThomas Haller2017-09-282-5/+51
* device: match all UUIDs when no connection is activeBeniamino Galvani2017-09-281-3/+4
* device: deduplicate match_hwaddr()Beniamino Galvani2017-09-284-52/+33
* device: deduplicate match_parent()Beniamino Galvani2017-09-286-156/+39
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-1/+43
* device: do full update_ext_ip_config() during merge-and-applyThomas Haller2017-09-261-63/+50
* device: refactor update-ip-config for deviceThomas Haller2017-09-261-149/+152
* device: reset @con_ip6_config on failure before RABeniamino Galvani2017-09-261-1/+3
* device: avoid touching IPv6 on "external" connections without IPv6 confFrancesco Giudici2017-09-221-1/+2
* vlan: improve error message on missing parent ifindexBeniamino Galvani2017-09-201-1/+1
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-205-8/+8
* core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-191-2/+7
* bluetooth: drop unused function declarationBeniamino Galvani2017-09-181-2/+0