summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu2024-04-251-0/+1
* net/mlx5e: Fix MACsec state loss upon state update in offload pathEmeel Hakim2024-03-011-31/+51
* net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)2023-10-101-2/+2
* RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-201-31/+0
* net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steeringPatrisious Haddad2023-08-201-79/+36
* net/mlx5: Remove netdevice from MACsec steeringPatrisious Haddad2023-08-201-1/+1
* net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad2023-08-201-21/+4
* net/mlx5e: Rename MACsec flow steering functions/parameters to suit core nami...Patrisious Haddad2023-08-201-11/+11
* net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad2023-08-201-1/+0
* macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep2023-05-101-9/+0
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-16/+26
|\
| * net/mlx5: Support MACsec over VLANEmeel Hakim2023-04-211-16/+26
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-2/+2
|\ \ | |/ |/|
| * net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-2/+2
* | net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim2023-03-211-1/+8
* | net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim2023-03-151-1/+1
|/
* net/mlx5: Header file for cryptoTariq Toukan2023-01-301-1/+1
* net/mlx5e: Fix macsec possible null dereference when updating MAC security en...Emeel Hakim2023-01-091-7/+2
* net/mlx5e: Fix macsec ssci attribute handling in offload pathEmeel Hakim2023-01-091-3/+7
* net/mlx5e: Delete always true DMA checkLeon Romanovsky2022-11-291-5/+5
* net/mlx5e: Don't access directly DMA device pointerLeon Romanovsky2022-11-291-1/+1
* Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2022-11-291-0/+16
* net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim2022-11-241-0/+5
* net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem2022-11-241-2/+1
* net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim2022-11-241-16/+0
* net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem2022-11-241-13/+11
* net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem2022-11-241-1/+1
* net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem2022-11-241-44/+33
* net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem2022-11-241-3/+8
* net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim2022-11-211-0/+3
* net/mlx5e: Fix MACsec update SecYEmeel Hakim2022-11-211-1/+1
* net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim2022-11-211-7/+7
* net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem2022-10-271-1/+1
* net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem2022-10-271-6/+6
* net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem2022-10-271-1/+1
* net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky2022-10-241-10/+1
* net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky2022-10-121-2/+2
* net/mlx5e: macsec: remove checks on the prepare phaseAntoine Tenart2022-09-231-36/+0
* net/mlx5e: Support MACsec offload replay windowEmeel Hakim2022-09-221-8/+39
* net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim2022-09-221-6/+434
* net/mlx5e: Create advanced steering operation (ASO) object for MACsecEmeel Hakim2022-09-221-19/+130
* net/mlx5e: Fix MACsec initial packet numberEmeel Hakim2022-09-221-3/+2
* net/mlx5e: Fix MACsec initialization error pathEmeel Hakim2022-09-221-1/+3
* net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang2022-09-191-2/+1
* net/mlx5e: add missing error code in error pathYang Yingliang2022-09-191-2/+6
* net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson2022-09-071-46/+175
* net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson2022-09-071-1/+17
* net/mlx5e: Add MACsec offload SecY supportLior Nahmanson2022-09-071-0/+229
* net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-071-1/+45
* net/mlx5e: Add MACsec RX steering rulesLior Nahmanson2022-09-071-33/+77