summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* device: reset original autoneg/speed/duplex setting on deactivateThomas Haller2020-05-291-1/+58
* wifi/trivial: rename function nm_supplicant_interface_state_is_operational() ...Thomas Haller2020-04-031-2/+2
* device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-171-2/+2
* device: various code cleanups in devicesThomas Haller2020-03-171-42/+39
* supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-121-89/+149
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-2/+2
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-4/+4
* device: move supplicant_timeout_id into supplicant struct in NMDeviceEthernet...Thomas Haller2020-02-141-7/+7
* device: reorder fields in NMDeviceEthernetPrivate structThomas Haller2020-02-141-9/+9
* device: inline "struct Supplicant" to where it is usedThomas Haller2020-02-141-13/+12
* supplicant: rework handling of capabilities (features) to use capabilities en...Thomas Haller2020-02-101-1/+1
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-2/+2
* ethernet: wait for carrier before starting supplicantBeniamino Galvani2019-11-211-2/+43
* device: allow reapply when the device is activatingBeniamino Galvani2019-10-231-2/+5
* ethernet: honor the 802-1x.optional propertyBeniamino Galvani2019-10-151-21/+77
* device: fix setting MTU from connection when limited by parentBeniamino Galvani2019-10-101-2/+4
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* 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