cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / virtio / virtio_cryptodev.c
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-07-23 Pablo de Laracrypto/virtio: fix memory leak
2018-07-11 Thomas Monjalonremove useless constructor headers
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: remove queue start/stop functions
2018-07-11 Pablo de Laracryptodev: remove max number of sessions parameter
2018-07-10 Pablo de Laracryptodev: replace bus specific struct with generic dev
2018-07-10 Fan Zhangcrypto/virtio: fix IV physical address
2018-04-23 Jay Zhoucrypto/virtio: support HMAC-SHA1
2018-04-23 Jay Zhoucrypto/virtio: support AES-CBC
2018-04-23 Jay Zhoucrypto/virtio: support stats related ops
2018-04-23 Jay Zhoucrypto/virtio: support session related ops
2018-04-23 Jay Zhoucrypto/virtio: support basic PMD ops
2018-04-23 Jay Zhoucrypto/virtio: support device init
2018-04-23 Jay Zhoucrypto/virtio: add virtio crypto PMD