summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* all: add more meaningful error code for unsupported IP methodBeniamino Galvani2017-12-211-0/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-18/+0
* all: don't use NM_FLAGS_HAS() with non-constant argumentThomas Haller2017-12-151-1/+1
* device: generate unique default route-metrics per interfaceThomas Haller2017-12-151-1/+9
* core: cache device state in NMConfig and load all at onceThomas Haller2017-12-151-17/+14
* device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-151-4/+4
* device: ensure simple action sdata is a NUL-terminated bytestringLubomir Rintel2017-12-111-3/+8
* device: set traffic filters when device comes upLubomir Rintel2017-12-111-1/+35
* device: set qdiscs when device comes upLubomir Rintel2017-12-111-0/+51
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-3/+3
* device: restore original dynamic IPv6 configuration on reapplyBeniamino Galvani2017-12-061-82/+171
* device: restore original dynamic IPv4 configuration on reapplyBeniamino Galvani2017-12-061-43/+88
* device: remove 'force_restart' argument from reactivate functionsBeniamino Galvani2017-12-061-26/+18
* device: don't force a restart of IP configuration on reapplyBeniamino Galvani2017-12-061-2/+2
* settings: remove accessor functions to connection flagsThomas Haller2017-12-051-2/+4
* all: replace 'inital' with 'initial'Beniamino Galvani2017-11-301-10/+10
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* device: use same values for carrier-wait and carrier-defer timeThomas Haller2017-11-281-17/+5
* device: extend carrier lost defer time after MTU changeThomas Haller2017-11-281-9/+23
* device: make carrier-wait-timeout configurable per deviceThomas Haller2017-11-281-2/+14
* core: merge IPv4 and IPv6 versions of nm_active_connection_get_default()Thomas Haller2017-11-271-1/+1
* device: update device mtu from ip interface when requiredFrancesco Giudici2017-11-241-0/+3
* device: only set ip_forward sysctl if necessaryThomas Haller2017-11-241-2/+6
* device: return and log failure reason for start_sharing()Thomas Haller2017-11-241-27/+35
* device: check captured IPv6 configuration in check_and_add_ipv6ll_addr()Beniamino Galvani2017-11-201-2/+2
* device: don't touch external devicesBeniamino Galvani2017-11-171-0/+6
* device: start managing external devices on reapplyBeniamino Galvani2017-11-171-0/+3
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-3/+3
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-3/+3
* core: allow slaves to autoactivate when master is availableBeniamino Galvani2017-11-131-0/+1
* device: make nm_device_state_reason_to_str() publicBeniamino Galvani2017-11-131-2/+2
* shared: propagate constness in _NM_GET_PRIVATE_PTR()Thomas Haller2017-11-131-2/+2
* device: silent compiler warningBeniamino Galvani2017-11-101-1/+1
* device: add a new state-reason for DAD failuresBeniamino Galvani2017-11-091-2/+3
* device: don't necessarily fail the connection when ipv4 DAD failsBeniamino Galvani2017-11-091-4/+4
* core: merge IPv4 and IPv6 implementations in NMDnsManagerth/dns-ip-config-unifyThomas Haller2017-11-091-4/+6
* device: improve tracking autoconnect-blocked flags of NMDeviceThomas Haller2017-11-081-16/+11
* device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller2017-11-081-47/+52
* policy: don't check autoconnect flag of connection in nm_device_can_auto_conn...Thomas Haller2017-11-081-6/+0
* policy: optimize nm_device_can_auto_connect() to not check nm_device_autoconn...Thomas Haller2017-11-081-2/+8
* device: minor refactoring of condition in nm_device_autoconnect_allowed()Thomas Haller2017-11-081-3/+6
* device: inline NMDevice's implementation of can_auto_connect()Thomas Haller2017-11-081-12/+18
* device: move nm_device_get_enabled() from schedule_activate_check() to nm_dev...Thomas Haller2017-11-081-0/+3
* device: drop stub implementation of get_autoconnect_allowed() in NMDeviceThomas Haller2017-11-081-9/+5
* device: move tracking auth_retry to NMDeviceThomas Haller2017-11-021-4/+21
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-14/+10
* device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-311-23/+46
* device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller2017-10-311-0/+23
* device: avoid touching sysctls for devices without platform linkLubomir Rintel2017-10-311-0/+22
* device: keep platform link alive in device_link_changed()Thomas Haller2017-10-301-12/+12