summaryrefslogtreecommitdiff
path: root/drivers/net/macsec.c
AgeCommit message (Expand)Author
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-09macsec: sync features on RTM_NEWLINKStanislav Fomichev
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-01macsec: read MACSEC_SA_ATTR_PN with nla_get_uintSabrina Dubroca
2025-08-27macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITESabrina Dubroca
2025-08-27macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGESabrina Dubroca
2025-08-27macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOADSabrina Dubroca
2025-08-27macsec: remove validate_add_rxscSabrina Dubroca
2025-08-27macsec: use NLA_UINT for MACSEC_SA_ATTR_PNSabrina Dubroca
2025-08-27macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEYSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LENSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LENSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAXSabrina Dubroca
2025-07-25macsec: set IFF_UNICAST_FLT priv flagStanislav Fomichev
2025-06-11macsec: MACsec SCI assignment for ES = 0Carlos Fernandez
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2024-11-11macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca
2024-11-11macsec: clean up local variables in macsec_notifySabrina Dubroca
2024-11-11macsec: add some of the lower device's features when offloadingSabrina Dubroca
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-28macsec: Fix use-after-free while sending the offloading packetJianbo Liu
2024-10-15macsec: don't increment counters for an unrelated SASabrina Dubroca
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu
2024-03-06net: macsec: Leverage core stats allocatorBreno Leitao
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-01-23Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu
2023-12-27net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)
2023-12-27net: macsec: revert the MAC address if mdo_upd_secy failsRadu Pirea (NXP OSS)
2023-12-27net: macsec: use skb_ensure_writable_head_tail to expand the skbRadu Pirea (NXP OSS)
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-10net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet
2023-09-05Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2023-08-20macsec: add functions to get macsec real netdevice and check offloadPatrisious Haddad
2023-08-14net: macsec: Use helper functions to update statsLi Zetao
2023-08-06macsec: use DEV_STATS_INC()Eric Dumazet
2023-06-15net: macsec: fix double free of percpu statsFedor Pchelkin
2023-04-21macsec: Don't rely solely on the dst MAC address to identify destination MACs...Emeel Hakim
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-13net: macsec: Remove completion function scaffoldingHerbert Xu
2023-02-13net: macsec: Add scaffolding to change completion function signatureHerbert Xu