remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_vhost / vhost_crypto.c
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-20 Fan Zhangvhost/crypto: fix inferred misuse of enum
2019-06-20 Fan Zhangvhost/crypto: fix logically dead code
2019-03-29 Fan Zhangvhost/crypto: fix parens
2019-03-20 Maxime Coquelinvhost: support requests only handled by external backend
2019-02-08 Darek Stojaczykvhost: add external message handling to the API
2019-01-14 Fan Zhangvhost/crypto: fix possible out of bound access
2019-01-14 Fan Zhangvhost/crypto: fix possible dead loop
2019-01-10 Fan Zhangvhost/crypto: use separate session mempools
2018-11-13 Fan Zhangvhost/crypto: fix packet copy in chaining mode
2018-11-05 Fan Zhangvhost/crypto: fix inferred misuse of enum
2018-10-18 Maxime Coquelinvhost: enable fds passing in vhost-user messages
2018-10-18 Maxime Coquelinvhost: fix messages results handling
2018-07-13 Dan Goravhost/crypto: use function to access mbuf private area
2018-05-17 Fan Zhangvhost/crypto: handle virtually non-contiguous buffers
2018-05-17 Fan Zhangvhost/crypto: fix descriptor move
2018-05-14 Fan Zhangvhost/crypto: fix symmetric ciphering
2018-04-27 Fan Zhangvhost/crypto: fix checks while moving descriptors
2018-04-27 Fan Zhangvhost/crypto: fix missing head correction
2018-04-27 Maxime Coquelinvhost/crypto: fix build with gcc 4.7.2
2018-04-23 Maxime Coquelinvhost/crypto: move to safe GPA translation API
2018-04-13 Fan Zhangvhost/crypto: add public function implementation
2018-04-13 Fan Zhangvhost/crypto: add request handler
2018-04-13 Fan Zhangvhost/crypto: add session message handler