aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-07net: 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 md_dstRahul Rameshbabu1-10/+36
2024-03-06net: macsec: Leverage core stats allocatorBreno Leitao1-8/+2
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-01-23Revert "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-12Merge 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/mellanox/linuxJakub 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 MACsec deviceEmeel Hakim1-2/+12
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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
2023-01-12macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dumpEmeel Hakim1-2/+9
2023-01-12macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelinkEmeel Hakim1-54/+60
2022-12-13net: macsec: fix net device access prior to holding a lockEmeel Hakim1-13/+21
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-12-08macsec: add missing attribute validation for offloadEmeel Hakim1-0/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2022-11-18macsec: Fix invalid error code setYueHaibing1-1/+0
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-33/+17
2022-11-04macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca1-0/+2
2022-11-04macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca1-1/+1
2022-11-04macsec: fix secy->n_rx_sc accountingSabrina Dubroca1-6/+8
2022-11-04macsec: delete new rxsc when offload failsSabrina Dubroca1-3/+2
2022-11-04Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca1-23/+4
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-26macsec: don't free NULL metadata_dstSabrina Dubroca1-1/+2
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart1-1/+0
2022-09-23net: macsec: remove the prepare phase when offloadingAntoine Tenart1-13/+0
2022-09-22net: macsec: Expose extended packet number (EPN) properties to macsec offloadEmeel Hakim1-12/+12
2022-09-07net/macsec: Move some code for sharing with various drivers that implements offloadLior Nahmanson1-27/+6
2022-09-07net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson1-0/+6
2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson1-0/+15
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-19Revert "net: macsec: update SCI upon MAC address change."Sabrina Dubroca1-6/+5
2022-08-10macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+21
2022-07-25net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()Jianglei Nie1-2/+2
2022-07-25macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-07-25macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-07-25macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2