eal/memory: fix unused SIGBUS handler
[dpdk.git] / examples / l2fwd-crypto /
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-07-31 Conor Fogartydoc: use code snippets in sample app guides
2021-07-30 Matan Azradexamples/l2fwd-crypto: support cipher multiple data...
2021-05-05 Jerin Jacobexamples: fix pkg-config override
2021-04-21 Chengchang Tangexamples: add eal cleanup to examples
2021-04-21 Bruce Richardsonexamples: reduce indentation in build files
2021-04-16 Shiri Kuzinexamples/l2fwd-crypto: remove key size validation
2021-04-16 Rohit Rajexamples/l2fwd-crypto: fix packet length while decryption
2021-04-16 Apeksha Guptaexamples/l2fwd-crypto: skip masked devices
2021-04-16 Gagandeep Singhexamples/l2fwd-crypto: align private data size to cache...
2021-01-30 Bruce Richardsonexamples: warn about broken pkg-config
2020-11-15 David Marchandexamples/l2fwd-crypto: fix build with pkg-config
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-10-19 Bruce Richardsonbuild: replace use of old build macros
2020-10-19 Bruce Richardsonbuild: standardize component names and defines
2020-10-19 Bruce Richardsonexamples/l2fwd-crypto: fix missing dependency
2020-10-14 Adam Dybkowskicrypto/scheduler: rename slave to worker
2020-09-21 Ivan Dyukovexamples: use new link status print format
2020-09-07 Ciara Powerexamples: remove legacy sections of makefiles
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
next