summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim1-0/+3
2022-11-22net/mlx5e: Fix MACsec update SecYEmeel Hakim1-1/+1
2022-11-22net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim1-7/+7
2022-10-27net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem1-6/+6
2022-10-27net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem1-1/+1
2022-10-24net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky1-10/+1
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky1-2/+2
2022-09-23net/mlx5e: macsec: remove checks on the prepare phaseAntoine Tenart1-36/+0
2022-09-23net/mlx5e: Support MACsec offload replay windowEmeel Hakim1-8/+39
2022-09-23net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim1-6/+434
2022-09-23net/mlx5e: Create advanced steering operation (ASO) object for MACsecEmeel Hakim1-19/+130
2022-09-23net/mlx5e: Fix MACsec initial packet numberEmeel Hakim1-3/+2
2022-09-23net/mlx5e: Fix MACsec initialization error pathEmeel Hakim1-1/+3
2022-09-20net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang1-2/+1
2022-09-20net/mlx5e: add missing error code in error pathYang Yingliang1-2/+6
2022-09-07net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson1-46/+175
2022-09-07net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson1-1/+17
2022-09-07net/mlx5e: Add MACsec offload SecY supportLior Nahmanson1-0/+229
2022-09-07net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson1-1/+45
2022-09-07net/mlx5e: Add MACsec RX steering rulesLior Nahmanson1-33/+77
2022-09-07net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson1-6/+377
2022-09-07net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson1-3/+80
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson1-14/+51
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson1-0/+385