summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel
AgeCommit message (Expand)Author
2020-05-29net/mlx5: Accel: fpga tls fix cast to __be64 and incorrect argument typesSaeed Mahameed
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy
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: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim 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-04-20net/mlx5: IPsec, Refactor SA handle creation and destructionRaed Salem
2020-04-20net/mlx5e: IPSec, Expose IPsec HW stat only for supporting HWRaed Salem
2020-04-20net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter listRaed Salem
2020-04-20net/mlx5e: en_accel, Add missing net/geneve.h includeRaed Salem
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-05net/mlx5e: kTLS, Fix wrong value in record tracker enumTariq Toukan
2020-03-05net/mlx5e: kTLS, Fix TCP seq off-by-1 issue in TX resync flowTariq Toukan
2020-02-18net/mlx5: Remove a useless 'drain_workqueue()' call in 'mlx5e_ipsec_cleanup()'Christophe JAILLET
2020-02-06net/mlx5: Deprecate usage of generic TLS HW capability bitTariq 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
2019-10-18net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan
2019-10-18net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan
2019-10-18net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan
2019-10-18net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha
2019-08-22net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada
2019-08-08net/mlx5e: kTLS, Fix tisn field placementTariq Toukan
2019-08-08net/mlx5e: kTLS, Fix tisn field nameTariq Toukan
2019-08-08net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan
2019-07-25net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan
2019-07-12net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor
2019-07-09net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor
2019-07-09mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller