aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman1-6/+35
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter1-2/+2
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+7
2022-07-28net/mlx5e: kTLS, Dynamically re-size TX recycling poolTariq Toukan1-26/+289
2022-07-28net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan1-47/+164
2022-07-28net/mlx5e: kTLS, Take stats out of OOO handlerTariq Toukan1-16/+11
2022-07-28net/mlx5e: kTLS, Introduce TLS-specific create TISTariq Toukan1-5/+9
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-07-06net/mlx5e: kTLS, Fix build time constant test in TXTariq Toukan1-2/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-04-06net/mlx5: Cleanup kTLS function names and their exposureLeon Romanovsky1-1/+1
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-3/+15
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin1-3/+3
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan1-0/+1
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel1-1/+4
2021-03-31net/mlx5e: kTLS, Fix TX counters atomicityTariq Toukan1-1/+4
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk1-4/+4
2020-09-21net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy1-3/+0
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-27net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan1-1/+1
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan1-1/+1
2020-06-27net/mlx5e: kTLS, Use kernel API to extract private offload contextTariq Toukan1-19/+9
2020-06-27net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan1-87/+127
2020-06-27net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan1-5/+9
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan1-4/+5
2020-05-09net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan1-4/+1
2020-05-09net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan1-10/+8
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy1-2/+3
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy1-10/+3
2020-05-09net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy1-15/+2
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy1-6/+5
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy1-14/+2
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy1-5/+10
2020-03-05net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flowTariq Toukan1-1/+1
2020-01-24net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel pathTariq Toukan1-4/+10
2020-01-24net/mlx5e: kTLS, Remove redundant posts in TX resync flowTariq Toukan1-2/+0
2020-01-24net/mlx5e: kTLS, Fix corner-case checks in TX resync flowTariq Toukan1-14/+19
2019-10-18net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan1-23/+35
2019-10-18net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan1-6/+2
2019-10-18net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan1-6/+0
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan1-4/+30
2019-10-18net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan1-8/+20
2019-10-18net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan1-2/+5
2019-10-18net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan1-4/+4
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan1-14/+13
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan1-14/+3
2019-10-18net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan1-2/+9
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan1-4/+2
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov1-1/+1
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha1-16/+10