mbuf: extend meaning of QinQ stripped bit
[dpdk.git] / examples / l2fwd-crypto /
2020-07-01 Bruce Richardsonbuild/pkg-config: improve static linking flags
2020-06-24 Georgiy Levashovexamples: add flush after stats printing
2020-05-12 Ivan Dyukovexamples: remove extra new line after link duplex
2019-11-20 Bruce Richardsonexamples: hide error for missing pkg-config path flag
2019-11-20 Bruce Richardsonexamples: fix build with old pkg-config
2019-10-07 Igor Romanovexamples: check status of getting MAC address
2019-10-07 Igor Romanovexamples: check status of getting link info
2019-10-07 Ivan Ilchenkoexamples: take promiscuous mode switch result into...
2019-10-07 Ivan Ilchenkoexamples: check status of getting ethdev info
2019-07-19 Fan Zhangcryptodev: make xform key pointer constant
2019-07-05 Anoob Josephcryptodev: add feature flags to disable
2019-07-03 Bruce Richardsonexamples: fix pkg-config detection with older make
2019-07-02 Bruce Richardsonexamples: support relocated DPDK install
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
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-05-20 Bruce Richardsonexamples: fix make clean when using pkg-config
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
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-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
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-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonexamples: enable linking both static and shared
2018-01-30 Bruce Richardsonexamples: use pkg-config in makefiles
2018-01-30 Bruce Richardsonexamples: put app name and sources at top of makefiles
2018-01-30 Bruce Richardsonexamples: build some samples with meson
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...
next