aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionRaed 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-27net/mlx5e: Do not increment ESN when updating IPsec ESN stateHyong Youb Kim1-3/+0
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-28net/mlx5e: kTLS, Check ICOSQ WQE size in advanceMaxim Mikityanskiy2-4/+19
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-5/+0
2022-09-27net/mlx5: Remove unused functionsGal Pressman1-5/+0
2022-09-23net/mlx5e: macsec: remove checks on the prepare phaseAntoine Tenart1-36/+0
2022-09-22net/mlx5e: Support MACsec offload replay windowEmeel Hakim1-8/+39
2022-09-22net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim2-7/+434
2022-09-22net/mlx5e: Create advanced steering operation (ASO) object for MACsecEmeel Hakim1-19/+130
2022-09-22net/mlx5e: Fix MACsec initial packet numberEmeel Hakim1-3/+2
2022-09-22net/mlx5e: Fix MACsec initialization error pathEmeel Hakim1-1/+3
2022-09-22net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman5-17/+111
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-2/+3
2022-09-20net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_rule()Nathan Chancellor1-2/+2
2022-09-19net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang1-2/+1
2022-09-19net/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 Nahmanson5-1/+130
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 Nahmanson3-3/+64
2022-09-07net/mlx5e: Add MACsec RX steering rulesLior Nahmanson3-95/+823
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 Nahmanson5-7/+117
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson3-14/+768
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson1-1/+1
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson2-0/+411
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson1-3/+4
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-08-22net/mlx5e: Introduce flow steering debug macrosLama Kayal1-18/+15
2022-08-22net/mlx5e: Decouple fs_tcp from en.hLama Kayal4-59/+59
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal2-27/+34
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter1-2/+2
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+7
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-07-29Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski2-21/+21
2022-07-28net/mlx5e: kTLS, Dynamically re-size TX recycling poolTariq Toukan1-26/+289
2022-07-28net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan4-47/+190
2022-07-28net/mlx5e: kTLS, Take stats out of OOO handlerTariq Toukan1-16/+11
2022-07-28net/mlx5e: kTLS, Introduce TLS-specific create TISTariq Toukan1-5/+9
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2-21/+21
2022-07-28net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/versionGal Pressman1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+2
2022-07-06net/mlx5e: kTLS, Fix build time constant test in RXTariq Toukan1-2/+1
2022-07-06net/mlx5e: kTLS, Fix build time constant test in TXTariq Toukan1-2/+1
2022-07-02net/mlx5: Delete ipsec_fs header file as not usedLeon Romanovsky1-21/+0