summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
AgeCommit message (Expand)Author
2023-07-26net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-03-15net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman
2023-01-30net/mlx5e: kTLS, Improve connection rate by using fast update encryption keyJianbo Liu
2023-01-10net/mlx5e: kTLS, Add debugfsTariq Toukan
2022-11-12net/mlx5e: kTLS, Use a single async context object per a callback bulkTariq Toukan
2022-11-12net/mlx5e: kTLS, Remove unnecessary per-callback completionTariq Toukan
2022-11-12net/mlx5e: kTLS, Remove unused work fieldTariq Toukan
2022-09-22net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-07-28net/mlx5e: kTLS, Dynamically re-size TX recycling poolTariq Toukan
2022-07-28net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan
2022-07-28net/mlx5e: kTLS, Take stats out of OOO handlerTariq Toukan
2022-07-28net/mlx5e: kTLS, Introduce TLS-specific create TISTariq Toukan
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-06net/mlx5e: kTLS, Fix build time constant test in TXTariq Toukan
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-04-06net/mlx5: Cleanup kTLS function names and their exposureLeon Romanovsky
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel
2021-03-31net/mlx5e: kTLS, Fix TX counters atomicityTariq Toukan
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk
2020-09-21net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-27net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan
2020-06-27net/mlx5e: kTLS, Use kernel API to extract private offload contextTariq Toukan
2020-06-27net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan
2020-06-27net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan
2020-05-09net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan
2020-05-09net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy
2020-05-09net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy
2020-03-05net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flowTariq Toukan
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