summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-1/+10
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+0
* device: use ppp device for new style pppoe settingBeniamino Galvani2017-08-051-0/+16
* device: ethernet: remove unused private memberBeniamino Galvani2017-08-051-6/+0
* device: minor cleanup of NMDeviceEthernet:get_link_speed()Thomas Haller2017-06-021-4/+3
* device: rework listening to carrier changes for DCB in NMDeviceEthernetThomas Haller2017-06-021-28/+21
* device: don't call virtual function carrier_changed() directlyThomas Haller2017-05-151-4/+3