summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
AgeCommit message (Expand)Author
2023-03-15net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman
2023-01-30net/mlx5e: kTLS, Improve connection rate by using fast update encryption keyJianbo Liu
2022-09-22net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-08-22net/mlx5e: Decouple fs_tcp from en.hLama Kayal
2022-07-06net/mlx5e: kTLS, Fix build time constant test in RXTariq Toukan
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan
2021-11-30net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan
2021-11-16net/mlx5e: kTLS, Fix crash in RX resync flowTariq Toukan
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan
2021-04-16net/mlx5e: Cleanup unused function parameterTariq Toukan
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan
2021-03-31net/mlx5e: kTLS, Fix RX counters atomicityTariq Toukan
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan
2021-02-11net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy
2020-11-17net/mlx5e: Fix refcount leak on kTLS RX resyncMaxim Mikityanskiy
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy
2020-09-30net/mlx5: Use dma device access helperParav Pandit
2020-09-21net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed
2020-09-21net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed
2020-09-21net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed
2020-09-21net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan
2020-07-16net/mlx5e: Fix build break when CONFIG_XPS is not setSaeed Mahameed
2020-06-27net/mlx5e: kTLS, Improve rx handler function callTariq Toukan
2020-06-27net/mlx5e: kTLS, Add kTLS RX statsTariq Toukan
2020-06-27net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan