mbuf: extend meaning of QinQ stripped bit
[dpdk.git] / drivers / crypto / virtio /
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-17 Jay Zhoucrypto/virtio: enable OOP feature flag
2020-04-05 Artur Trybulacryptodev: remove unused operation for queue count
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-25 Ferruh Yigitcrypto/virtio: fix global variable multiple definitions
2019-10-09 Xiao Wangcrypto/virtio: allocate private data by NUMA affinity
2019-07-19 Fan Zhangcryptodev: make xform key pointer constant
2019-07-05 Chenbo Xiacrypto/virtio: check PCI config read
2019-04-19 Fan Zhangcrypto/virtio: fix IV offset
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-03-01 Stephen Hemmingercrypto/virtio: use local log type
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 burst enqueue/dequeue
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