net/virtio: rationalize queue flushing
[dpdk.git] / lib / librte_cryptodev /
2018-01-29 Zhiyong Yangcryptodev: fix session pointer cast
2018-01-20 Pablo de Laracryptodev: fix function prototype
2018-01-20 Pablo de Laracryptodev: add missing CPU flag string
2018-01-20 Nélio Laranjeirocrypto: fix pedantic compilation
2018-01-20 Billy O'Mahonycryptodev: extend sym session doxygen info
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tancryptodev: remove vdev create function
2017-11-06 Santosh Shuklacryptodev: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-26 Akhil Goyalcryptodev: support security APIs
2017-10-25 Billy O'Mahonycryptodev: extend info get function documentation
2017-10-25 Declan Dohertycryptodev: break dependency on PCI device bus
2017-10-25 Declan Dohertycryptodev: break dependency on virtual device bus
2017-10-25 Declan Dohertycryptodev: add APIs to assist PMD initialisation
2017-10-25 Jan Blunckcryptodev: move user callback initialization
2017-10-25 Jan Blunckcryptodev: remove obsolete vdev include
2017-10-25 Ian Stokescryptodev: fix build with -Ofast
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Pablo de Laracrypto/openssl: support AES-CCM
2017-10-12 Pablo de Laracryptodev: clarify API for AES-CCM
2017-10-12 Pablo de Laracryptodev: add function to retrieve device name
2017-10-12 Pablo de Laracryptodev: allocate driver structure statically
2017-08-04 Adrien Mazarguilcryptodev: fix C11 extensions in exported header
2017-07-28 Jan Blunckcryptodev: deprecate vdev create function
2017-07-27 Pablo de Laracryptodev: fix doxygen comment of bulk alloc
2017-07-27 Pablo de Laracryptodev: fix session init return value
2017-07-19 Kirill Rybalchenkocryptodev: remove crypto operation status value
2017-07-19 Pablo de Laracryptodev: reorder auth transform
2017-07-19 Pablo de Laracryptodev: rename ADD field
2017-07-19 Pablo de Laracryptodev: decrease key and digest sizes
2017-07-19 Pablo de Laracryptodev: fix KASUMI F9 expected parameters
2017-07-19 Pablo de Laracryptodev: remove AAD size in auth capabilities
2017-07-12 Pablo de Laracryptodev: fix build with icc
2017-07-06 Pablo de Laracryptodev: remove session init internal function
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 Pablo de Laracryptodev: remove unused cryptodev session structure
2017-07-06 Slawomir Mrozowiczcryptodev: remove crypto device driver name
2017-07-06 Slawomir Mrozowiczcryptodev: remove crypto device type enumeration
2017-07-06 Akhil Goyalcrypto/dpaa2_sec: update driver name string
2017-07-06 Pablo de Laracryptodev: remove AAD from authentication structure
2017-07-06 Pablo de Laracryptodev: use AES-GCM/CCM as AEAD algorithms
2017-07-06 Pablo de Laracryptodev: add AEAD parameters in crypto operation
2017-07-06 Pablo de Laracryptodev: add AEAD specific data
2017-07-06 Pablo de Laracryptodev: set AES-GMAC as auth-only algo
2017-07-06 Pablo de Laracryptodev: remove digest length from crypto op
2017-07-06 Pablo de Laracryptodev: remove AAD length from crypto op
2017-07-06 Pablo de Laracryptodev: do not use AAD in wireless algorithms
2017-07-06 Pablo de Laracryptodev: add auth IV
2017-07-06 Pablo de Laracryptodev: move IV parameters to session
2017-07-06 Pablo de Laracryptodev: pass IV as offset
2017-07-06 Pablo de Laracryptodev: add crypto op helper macros
2017-07-06 Pablo de Laracryptodev: remove useless alignment
2017-07-06 Pablo de Laracryptodev: do not store pointer to op specific params
2017-07-06 Pablo de Laracryptodev: remove opaque data pointer in crypto op
2017-07-06 Pablo de Laracryptodev: replace enums with 1-byte variables
2017-07-06 Pablo de Laracryptodev: move session type to generic crypto op
2017-06-28 Kirill Rybalchenkocryptodev: fix device stop function
2017-06-28 Pablo de Laracryptodev: remove unused driver struct
2017-06-28 Pablo de Laracryptodev: remove unused PCI probe/remove
2017-06-28 Pablo de Laracryptodev: add PCI driver helpers
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-28 Fiona Trahecryptodev: fix API digest length comments
2017-04-28 Arek Kusztalcryptodev: fix API AAD comments
2017-04-30 Adrien Mazarguileal: fix debug macro redefinition
2017-04-20 Akhil Goyalcryptodev: add type for DPAA2
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-05 Fiona Trahecryptodev: add API note
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-03-27 Olivier Matzmk: optimize directory dependencies
2017-02-10 Slawomir Mrozowiczcryptodev: fix crash when querying device by name
2017-01-30 Slawomir Mrozowiczcryptodev: retrieve device info
2017-01-30 Fan Zhangcryptodev: add scheduler PMD name and type
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-19 Zbigniew Bodekcrypto/armv8: add PMD optimized for ARMv8 processors
2017-01-18 Fan Zhangcryptodev: add user defined name for vdev
2017-01-18 Tomasz Kulasekcrypto: support scatter-gather in software drivers
next