net: add rte prefix to IP defines
[dpdk.git] / examples / l2fwd-crypto / main.c
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-01-10 Fan Zhangexamples: use separate crypto session mempools
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: remove duplicated capability...
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: fix session mempool size
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: separate IV check from xform...
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: skip device not supporting operation
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: check return value on IV size...
2018-07-23 Pablo de Laraexamples/l2fwd-crypto: fix digest with AEAD algo
2018-07-11 Pablo de Laraexamples/l2fwd-crypto: limit number of sessions
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-22 Pablo de Laracryptodev: rename functions to get session size
2018-04-23 Hemant Agrawalexamples/l2fwd-crypto: fix the default aead assignments
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-16 Shahaf Shulerexamples/l2fwd-crypto: convert to new ethdev offloads API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-07 Bruce Richardsonexamples: remove dependency on PCI
2017-11-06 Santosh Shuklacryptodev: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-11-06 Thomas Monjalonmalloc: rename address mapping function to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-25 Pablo de Laraexamples/l2fwd-crypto: fix physical address setting
2017-10-25 Zhiyong Yangexamples/l2fwd-crypto: fix port id type
2017-10-13 Zhiyong Yangexamples: fix port id type
2017-10-12 Pablo de Laraexamples/l2fwd-crypto: support AES-CCM
2017-10-12 Hemant Agrawalexamples/l2fwd-crypto: fix uninitialized errno value
2017-07-31 Pablo de Laraexamples/l2fwd-crypto: fix possible out-of-bounds
2017-07-19 Kuba Kozakexamples/l2fwd-crypto: add option to update MAC address
2017-07-19 Pablo de Laraexamples/l2fwd-crypto: fix AEAD key setting
2017-07-19 Pablo de Laraexamples/l2fwd-crypto: fix AEAD IV setting
2017-07-19 Pablo de Laraexamples/l2fwd-crypto: fix digest length
2017-07-19 Pablo de Laracryptodev: rename ADD field
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
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: do not create session mempool internally
2017-07-06 Pablo de Laracryptodev: use AES-GCM/CCM as AEAD algorithms
2017-07-06 Pablo de Laraexamples/l2fwd-crypto: add AEAD parameters
2017-07-06 Pablo de Laraexamples/l2fwd-crypto: avoid too many tabs
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: 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 Laraexamples/l2fwd-crypto: move IV to crypto op private...
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix auth info display
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix application help
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix option parsing
2017-04-28 Pablo de Laraexamples/l2fwd-crypto: fix packets array index
2017-04-20 Pablo de Laraexamples/l2fwd-crypto: fix padding calculation
2017-04-20 Fan Zhangexamples/l2fwd-crypto: add cryptodev mask option
2017-04-20 Pablo de Laraexamples/l2fwd-crypto: fix AEAD tests when AAD is zero
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-05 Pablo de Laraexamples/l2fwd-crypto: use cryptodev algorithm parser
2017-03-10 Keith Wilesexamples: fix optind reset
2017-02-10 Pablo de Laraexamples/l2fwd-crypto: fix padding
2017-02-10 Pablo de Laraexamples/l2fwd-crypto: fix overflow
2016-10-13 Piotr Azarewiczexamples/l2fwd-crypto: fix verify with decrypt in chain
2016-10-08 Slawomir Mrozowiczexamples/l2fwd-crypto: update for libcrypto
2016-10-08 Pablo de Laraexamples/l2fwd-crypto: enable ZUC EEA3 and EIA3
2016-10-04 Pablo de Laracrypto: rename some SNOW 3G references
2016-09-16 Amine Kherboucheremove unused ring includes
2016-07-22 Hemant Agrawalexamples/l2fwd-crypto: call start function
2016-07-15 Piotr Azarewiczexamples/l2fwd-crypto: improve random key generator
2016-07-11 Slawomir Mrozowiczexamples/l2fwd-crypto: fix stats array length
2016-07-11 Pablo de Laraexamples/l2fwd-crypto: flush buffers
2016-06-20 Pablo de Laracrypto/kasumi: add driver for KASUMI library
2016-06-07 Pablo de Laraexamples/l2fwd-crypto: fix supported key size check
2016-06-07 Fan Zhangexamples/l2fwd-crypto: enable AES-XCBC-MAC authenticati...
2016-06-07 Fan Zhangexamples/l2fwd-crypto: enable AES-CTR cipher algorithm
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-04-07 Pablo de Laraexamples/l2fwd-crypto: fix string overflow
2016-04-04 Daniel Mrzyglodexamples/l2fwd-crypto: fix build with icc
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: extend crypto information
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: use key-value list of supported...
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: clarify key parsing in help
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: fix ambiguous input key size
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: fix length of random IV/AAD
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: add missing string initialization
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: rename period parameter
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: add missing new line in help
2016-03-24 Pablo de Laraexamples/l2fwd-crypto: add NULL algorithms
2016-03-24 Pablo de Laraexamples/l2fwd-crypto: add AES-GCM algorithm
2016-03-24 Pablo de Laraexamples/l2fwd-crypto: add SNOW 3G algorithms
2016-03-24 Pablo de Laraexamples/l2fwd-crypto: fix command line help
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: discover capabilities
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: add cipher/hash only cases
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: parse AAD parameter
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: parse key parameters
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: update auth algo list
2016-03-11 Pablo de Laraexamples/l2fwd-crypto: clean up
next