summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
AgeCommit message (Expand)Author
2020-01-24net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel pathTariq Toukan
2020-01-24net/mlx5e: kTLS, Remove redundant posts in TX resync flowTariq Toukan
2020-01-24net/mlx5e: kTLS, Fix corner-case checks in TX resync flowTariq Toukan
2019-10-18net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan
2019-10-18net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan
2019-10-18net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan
2019-10-18net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan
2019-10-18net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan
2019-10-18net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan
2019-10-18net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha
2019-08-22net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha
2019-08-08net/mlx5e: kTLS, Fix tisn field placementTariq Toukan
2019-08-08net/mlx5e: kTLS, Fix tisn field nameTariq Toukan
2019-08-08net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan
2019-07-25net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan
2019-07-12net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor
2019-07-09net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan