summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-281-3/+6
* device: let NMDevice set hardware address instead of act_stage1_prepare() for...Thomas Haller2019-08-281-3/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-5/+0
* device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-08-281-13/+13
* device/ethernet: make NMDeviceEthernet.act_stage1_prepare() reentrant and min...Thomas Haller2019-08-281-15/+28
* supplicant: allow fast transition for WPA-PSK and WPA-EAPlr/wpa-ftLubomir Rintel2019-07-251-1/+1
* device: move check for config "no-auto-default" to NMDevice's new_default_con...Thomas Haller2019-07-171-3/+0
* device: support reapplying route-tableThomas Haller2019-06-171-2/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* ethernet: don't set a hw address in a default connectionLubomir Rintel2019-06-051-8/+4
* ethernet: complete an interface name in complete_connection()Lubomir Rintel2019-05-281-16/+7
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* ethernet: remove the MAC address check from complete_connection()Lubomir Rintel2019-05-281-18/+4
* libnm: refactor implementation of "ethernet.s390-options" propertyThomas Haller2019-04-251-3/+3
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-181-1/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-10/+13
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-3/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-1/+1
* core: refactor loading machine-id and cache itThomas Haller2018-11-131-4/+1
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-17/+26
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-171-1/+1
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-061-19/+16
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-2/+9
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-13/+26
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-20/+20
* device: introduce mtu sourceBeniamino Galvani2018-06-231-2/+2
* device: enforce specific speed/duplex modes in link auto-configurationFrancesco Giudici2018-06-151-13/+12
* platform: move link_duplex_to_string function to platformFrancesco Giudici2018-06-151-8/+3
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-251-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: add support for thunderbolt networkingChristian Kellner2018-04-191-0/+23
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* device: return early from handle_auth_or_fail() on failureThomas Haller2018-04-121-5/+4
* device: let Ethernet connection fail on supplicant timeout if no secrets are ...Michael Schaller2018-04-121-1/+3
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-7/+20
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-221-1/+1
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-101-2/+18
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-3/+0
* core: refactor NMActRequestGetSecretsCallId typedef not to be a pointer to st...Thomas Haller2017-11-241-2/+2
* device: move tracking auth_retry to NMDeviceThomas Haller2017-11-021-18/+1
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-5/+5
* device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-311-7/+15
* settings: add and use nm_settings_connection_autoconnect_retries_try_next()Thomas Haller2017-10-311-5/+1
* device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller2017-10-311-18/+2
* settings/trivial: rename settings-connection's autoconnect functionsThomas Haller2017-10-311-3/+3