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