cryptodev: use AES-GCM/CCM as AEAD algorithms
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.c
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