summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-17net/mlx5e: Fix refcount leak on kTLS RX resyncMaxim Mikityanskiy1-5/+8
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy1-7/+7
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-09-21net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed1-15/+10
2020-09-21net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed1-2/+6
2020-09-21net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed1-3/+5
2020-09-21net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan1-1/+1
2020-07-16net/mlx5e: Fix build break when CONFIG_XPS is not setSaeed Mahameed1-1/+11
2020-06-27net/mlx5e: kTLS, Improve rx handler function callTariq Toukan1-8/+2
2020-06-27net/mlx5e: kTLS, Add kTLS RX statsTariq Toukan1-3/+24
2020-06-27net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan1-1/+345
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan1-0/+311