aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman1-5/+40
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-2/+3
2022-08-22net/mlx5e: Decouple fs_tcp from en.hLama Kayal1-1/+1
2022-07-06net/mlx5e: kTLS, Fix build time constant test in RXTariq Toukan1-2/+1
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-1/+1
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-11-30net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan1-23/+1
2021-11-16net/mlx5e: kTLS, Fix crash in RX resync flowTariq Toukan1-6/+17
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy1-29/+22
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-1/+1
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan1-18/+106
2021-04-16net/mlx5e: Cleanup unused function parameterTariq Toukan1-3/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+19
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan1-11/+7
2021-03-31net/mlx5e: kTLS, Fix RX counters atomicityTariq Toukan1-10/+12
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan1-1/+1
2021-02-11net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy1-34/+30
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy1-1/+1
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