summaryrefslogtreecommitdiffstats
path: root/lib/route/link/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+2
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+6
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-19/+24
* macsec: Drop offload capability validation checkEmeel Hakim2023-07-261-3/+0
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-4/+8
* Check validation type against end of enumjauge-technica2022-03-281-1/+1
* Supporting Hardware offload capability for MACsecJohan Alexis Duque Cadena2022-03-031-1/+41
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* link/macsec: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* macsec: fix endianness of sci during dump()Thomas Haller2016-12-151-2/+2
* macsec: document byte order for the SCI and port attributesBeniamino Galvani2016-12-151-1/+63
* Revert "macsec: fix endianness of 'sci' parameter"Beniamino Galvani2016-12-151-2/+2
* remove multiple implementations of htonll(), ntohll()Davide Caratti2016-09-061-15/+1
* macsec: fix maximum ICV lengthDavide Caratti2016-09-051-1/+1
* macsec: fix endianness of 'sci' parameterDavide Caratti2016-09-051-2/+17
* lib/route: add macsec supportSabrina Dubroca2016-06-251-0/+786