summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macsec.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-1090/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+2
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-10/+10
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-14/+14
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-782/+820
* device: avoid coverity warning about unused variableThomas Haller2020-05-061-3/+2
* 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-1/+1
* device: various code cleanups in devicesThomas Haller2020-03-171-9/+10
* supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-121-114/+180
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* device: inline "struct Supplicant" to where it is usedThomas Haller2020-02-141-12/+12
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* 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
* macsec: update MTU according to parent's oneBeniamino Galvani2019-10-101-1/+22
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* 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-2/+4
* supplicant: allow fast transition for WPA-PSK and WPA-EAPlr/wpa-ftLubomir Rintel2019-07-251-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-7/+10
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-16/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-3/+1
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-13/+13
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-141-0/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* device: return early from handle_auth_or_fail() on failureThomas Haller2018-04-121-5/+4
* device: let macsec connection fail on supplicant timeout if no secrets are re...Thomas Haller2018-04-121-1/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+28
* device: set properties before emitting the change notificationThomas Haller2018-03-121-3/+6
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-221-1/+1
* 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-15/+1
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-4/+4
* device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-311-9/+18
* 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-16/+1
* settings/trivial: rename settings-connection's autoconnect functionsThomas Haller2017-10-311-3/+3
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+0
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-1/+1