cryptodev: change queue pair configure structure
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.c
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-10-29 Ferruh Yigitlib: reduce global variable usage
2018-10-17 Junxiao Shicryptodev: fix pool element size for undefined operation
2018-07-11 Sunila Sahucryptodev: add asymmetric capability
2018-07-11 Ashish Guptacryptodev: support asymmetric operations
2018-07-11 Fiona Trahecryptodev: rename experimental private data APIs
2018-07-11 Pablo de Laracryptodev: check if symmetric sessions are supported
2018-07-11 Pablo de Laracryptodev: rename PMD symmetric session API
2018-07-11 Pablo de Laracryptodev: remove attach/detach session API
2018-07-11 Pablo de Laracryptodev: replace mbuf scatter gather flag
2018-07-11 Pablo de Laracryptodev: remove old get session size functions
2018-07-11 Pablo de Laracryptodev: remove queue start/stop functions
2018-07-10 Pablo de Laracryptodev: replace bus specific struct with generic dev
2018-05-22 Pablo de Laracryptodev: rename functions to get session size
2018-05-22 Pablo de Laracryptodev: add missing security feature string
2018-05-22 Pablo de Laracryptodev: fix supported size check
2018-04-23 Abhinandan Gujjarcryptodev: support session private data setting
2018-01-29 Zhiyong Yangcryptodev: fix session pointer cast
2018-01-20 Pablo de Laracryptodev: add missing CPU flag string
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tancryptodev: remove vdev create function
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-26 Akhil Goyalcryptodev: support security APIs
2017-10-25 Jan Blunckcryptodev: move user callback initialization
2017-10-12 Pablo de Laracryptodev: add function to retrieve device name
2017-10-12 Pablo de Laracryptodev: allocate driver structure statically
2017-07-27 Pablo de Laracryptodev: fix session init return value
2017-07-19 Pablo de Laracryptodev: remove AAD size in auth capabilities
2017-07-06 Pablo de Laracryptodev: add mempool pointer in queue pair setup
2017-07-06 Slawomir Mrozowiczcryptodev: support device independent sessions
2017-07-06 Slawomir Mrozowiczcryptodev: remove mempool from session
2017-07-06 Slawomir Mrozowiczcryptodev: remove driver id from session
2017-07-06 Slawomir Mrozowiczcryptodev: remove device id from session
2017-07-06 Slawomir Mrozowiczcryptodev: change attach session to queue pair API
2017-07-06 Slawomir Mrozowiczcryptodev: do not create session mempool internally
2017-07-06 Slawomir Mrozowiczcryptodev: add private session size retrieval function
2017-07-06 Pablo de Laracryptodev: move session init out of pool creation
2017-07-06 Slawomir Mrozowiczcryptodev: remove crypto device type enumeration
2017-07-06 Pablo de Laracryptodev: use AES-GCM/CCM as AEAD algorithms
2017-07-06 Pablo de Laracryptodev: add AEAD specific data
2017-07-06 Pablo de Laracryptodev: add auth IV
2017-06-28 Kirill Rybalchenkocryptodev: fix device stop function
2017-06-28 Pablo de Laracryptodev: remove unused PCI probe/remove
2017-06-28 Pablo de Laracryptodev: release device if PCI probing fails
2017-06-28 Pablo de Laracryptodev: move vdev functions to a separate file
2017-06-28 Pablo de Laracryptodev: set PCI info only when device is PCI
2017-06-28 Pablo de Laracryptodev: simplify device list retrieval logic
2017-06-28 Pablo de Laracryptodev: rename device retrieval argument
2017-06-28 Pablo de Laracryptodev: set driver name for all devices
2017-06-28 Pablo de Laracryptodev: store device pointer in virtual devices
2017-06-22 Pablo de Laracryptodev: remove socket id check
2017-05-05 Thomas Monjalonvdev: remove eal prefix
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-05 Akhil Goyalcryptodev: add API to associate session with queue...
2017-04-05 Fan Zhangcryptodev: change device configuration API
2017-04-05 Pablo de Laracryptodev: enable BPI for Cablelabs DOCSIS security...
2017-04-05 Pablo de Laracryptodev: add algorithm string parsers
2017-04-05 Pablo de Laracryptodev: add missing algorithm strings
2017-02-10 Slawomir Mrozowiczcryptodev: fix crash when querying device by name
2017-01-30 Slawomir Mrozowiczcryptodev: retrieve device info
2017-01-30 Hemant Agrawalcryptodev: decouple from PCI device
2017-01-30 Declan Dohertycryptodev: uninline some functions
2017-01-19 Zbigniew Bodekcryptodev: introduce ARM-specific feature flags
2017-01-18 Fan Zhangcryptodev: add user defined name for vdev
2017-01-18 Tomasz Kulasekcrypto: support scatter-gather in software drivers
2017-01-18 Jerin Jacobcryptodev: fix crash on null dereference
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 David Marchanddrivers: export probe/remove helpers for PCI drivers
2016-10-03 David Marchandcryptodev: remove PMD type
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-09-16 Amine Kherboucheremove unused ring includes
2016-07-22 Pablo de Laracryptodev: fix memory leak in parameter parsing
2016-06-27 Thomas Monjaloncryptodev: uninline parameter parsing
2016-06-07 Arek Kusztalqat: fix physical address of content descriptor
2016-04-06 Fiona Trahecryptodev: rename elements for clarity
2016-03-11 Declan Dohertycryptodev: add capabilities discovery
2016-03-10 Declan Dohertycryptodev: change burst API to be crypto op oriented
2016-03-10 Fiona Trahecryptodev: extract symmetric operations
2016-02-24 Reshma Pattancryptodev: allow full control from secondary process
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-27 Declan Dohertycryptodev: fix build with gcc 4.4.7
2015-11-25 Declan Dohertycryptodev: introduce API and framework for crypto devices