aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_crypto.c
AgeCommit message (Expand)Author
2021-12-17Port 1ad2f380e "linux-gen: packet: use common event header"Matias Elo
2021-12-03linux-dpdk: replace CONFIG_PACKET_HEADROOM with RTE_PKTMBUF_HEADROOMMatias Elo
2021-11-23Port 6ab34287f "linux-gen: crypto: send completion events to the correct queue"Janne Peltonen
2021-10-11Port f36c9ec60 "linux-gen: shm: rename implementation internal shm blocks"Matias Elo
2021-10-11linux-dpdk: crypto: try to handle segmented packets betterJanne Peltonen
2021-09-01Port 35c21145c "linux-gen: crypto: fix error handling in odp_crypto_operation()"Janne Peltonen
2021-08-30linux-dpdk: crypto: fix error handling in crypto_int()Janne Peltonen
2021-08-25linux-dpdk: crypto: fix disabling of AES-CMAC with aesni-mb driverJanne Peltonen
2021-08-19linux-dpdk: crypto: disable AES-CMAC in aesni_mb crypto driverJanne Peltonen
2021-07-21linux-dpdk: crypto: do not use aes-xcbc-mac with aesni-mb driverJanne Peltonen
2021-07-21linux-dpdk: crypto: increase the maximum number of sessions to 4000Vijay Ram Inavolu
2021-05-26Port 07e9c1663 "linux-gen: crypto: set completion queue capability"Matias Elo
2021-04-27linux-dpdk: crypto: reduce global memory sizeTim Liu
2021-02-23linux-dpdk: crypto: fix max_sessions capabilityJanne Peltonen
2020-10-01linux-dpdk: crypto: remove unnecessary spinlock from crypto op allocJanne Peltonen
2020-10-01linux-dpdk: crypto: dimension memory pools according to the needsJanne Peltonen
2020-10-01linux-dpdk: crypto: fix locking around crypto operationsJanne Peltonen
2020-10-01linux-dpdk: crypto: fix tracking of the number of queue pairsJanne Peltonen
2020-09-11Port 38a3a49ac "linux-gen: remove implementation internal printf() calls"Matias Elo
2020-06-08Port 52fbf46c2 "api: add missing const qualifiers"Matias Elo
2020-04-09linux-dpdk: include only necessary dpdk headersMatias Elo
2019-12-02linux-dpdk: crypto: improve lockingMatias Elo
2019-12-02linux-dpdk: crypto: store shm handle in crypto_global_tMatias Elo
2019-12-02Port aa8547777 "linux-gen: crypto: support global disable"Matias Elo
2019-11-21Port 3cbc1462e "linux-gen: init: prefix internal init/term functions with und...Matias Elo
2019-11-21linux-dpdk: crypto: fix ifdef dpdk versionMatias Elo
2019-11-21Port 9a2c3cdbb "linux-gen: include config.h header in install directory"Matias Elo
2019-08-23linux-dpdk: crypto: port dpdk crypto api changesMatias Elo
2019-08-22linux-dpdk: crypto: add support for AES-XTS algorithmMatias Elo
2019-08-22linux-dpdk: crypto: add support for AES-ECB algorithmMatias Elo
2019-08-22linux-dpdk: crypto: add support for HMAC-SHA224 algorithmMatias Elo
2019-08-22linux-dpdk: crypto: add support for 3DES-ECB algorithmMatias Elo
2019-01-10linux-dpdk: crypto: deprecate rte_cryptodev_get_private_session_size()Matias Elo
2018-12-13linux-dpdk: crypto: initialize capability bit_mode valueMatias Elo
2018-11-09odp-dpdk: crypto: fix capability call return valuePetri Savolainen
2018-09-17Port cbf59d43 "linux-gen: queue: remove enq/deq from queue interface"Matias Elo
2018-07-24linux-dpdk: crypto: properly sort crypto capabilitiesDmitry Eremin-Solenikov
2018-07-19linux-dpdk: crypto: add support for AES-XCBC-MACDmitry Eremin-Solenikov
2018-07-19linux-dpdk: crypto: add support for HMAC-SHA384Dmitry Eremin-Solenikov
2018-07-19linux-dpdk: crypto: stop using NULL PMD for NULL-NULL operationsDmitry Eremin-Solenikov
2018-07-19linux-dpdk: crypto: correct offset/range for SNOW 3G operationsDmitry Eremin-Solenikov
2018-07-19linux-dpdk: crypto: limit number of queue pairs per deviceDmitry Eremin-Solenikov
2018-07-13Port 06b36508 "linux-gen: time: use inlined functions internally"Matias Elo
2018-07-11Port bdc44eae "linux-gen: init: split odp_internal.h"Matias Elo
2018-07-11Port 2315e146 "linux-gen: use inlined sync functions everywhere"Matias Elo
2018-07-11Port ec41adee "linux-gen: use inlined atomic functions everywhere"Matias Elo
2018-06-12linux-dpdk: crypto: add retry to rte_cryptodev_dequeue_burst()Matias Elo
2018-06-12linux-dpdk: crypto: list HW auths/ciphers also as supported in capabilityMatias Elo
2018-06-12linux-dpdk: crypto: decrease number of descriptors per device queue pairMatias Elo
2018-05-15Port 49c671e8, 11207ff1, 3abbe8b7, f49289a7v1.19.0.1_DPDK_17.1Petri Savolainen