summaryrefslogtreecommitdiff
path: root/lib/route/link/macsec.c
AgeCommit message (Expand)Author
2024-05-29all: fix and enable "-Wsign-compare" warningupstream-mainThomas Haller
2023-08-08include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller
2023-08-03include: include private linux headers with explicit pathThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-07-31include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller
2023-07-31base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller
2023-07-28lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller
2023-07-28all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller
2023-07-26macsec: Drop offload capability validation checkEmeel Hakim
2022-04-22all: fix "-Wformat" warnings for nl_dump*()Thomas Haller
2022-03-28Check validation type against end of enumjauge-technica
2022-03-03Supporting Hardware offload capability for MACsecJohan Alexis Duque Cadena
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2017-01-20link/macsec: Include own public header for function prototypesTobias Klauser
2016-12-15macsec: fix endianness of sci during dump()Thomas Haller
2016-12-15macsec: document byte order for the SCI and port attributesBeniamino Galvani
2016-12-15Revert "macsec: fix endianness of 'sci' parameter"Beniamino Galvani
2016-09-06remove multiple implementations of htonll(), ntohll()Davide Caratti
2016-09-05macsec: fix maximum ICV lengthDavide Caratti
2016-09-05macsec: fix endianness of 'sci' parameterDavide Caratti
2016-06-25lib/route: add macsec supportSabrina Dubroca