pdump: fix error code check when creating/canceling pthread
[dpdk.git] / examples / ipsec-secgw /
2017-11-10 Radu Nicolauexamples/ipsec-secgw: fix build with gcc 4.5.1
2017-11-07 Bruce Richardsonexamples: remove dependency on PCI
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-10-26 Radu Nicolauexamples/ipsec-secgw: fix build without security lib
2017-10-26 Akhil Goyalexamples/ipsec-secgw: support security offload
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: convert IV to big endian
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: fix AAD length setting
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: fix session creation
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: fix crypto device mapping
2017-10-25 Radu Nicolauexamples/ipsec_secgw: support jumbo frames
2017-10-25 Radu Nicolauexamples/ipsec_secgw: switch to new offload API
2017-10-25 Tomasz Duszynskiexamples/ipsec-secgw: fix IPv6 payload length
2017-10-25 Tomasz Duszynskiexamples/ipsec-secgw: fix IP version check
2017-10-13 Zhiyong Yangexamples: fix port id type
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: change attach session to queue pair API
2017-07-06 Slawomir Mrozowiczcryptodev: do not create session mempool internally
2017-07-06 Pablo de Laracryptodev: remove unused cryptodev session structure
2017-07-06 Pablo de Laracryptodev: use AES-GCM/CCM as AEAD algorithms
2017-07-06 Pablo de Laraexamples/ipsec-secgw: add AEAD parameters
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: move IV parameters to session
2017-07-06 Pablo de Laracryptodev: pass IV as offset
2017-07-06 Pablo de Laraexamples/ipsec-secgw: move IV to crypto op private...
2017-07-06 Pablo de Laracryptodev: do not store pointer to op specific params
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-05 Akhil Goyalexamples/ipsec-secgw: attach session-qp
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2017-03-10 Keith Wilesexamples: fix optind reset
2017-01-18 Zbigniew Bodekexamples/ipsec-secgw: support SHA256 HMAC
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-07 Fan Zhangexamples/ipsec-secgw: fix configuration parsing
2016-11-07 Fan Zhangexamples/ipsec-secgw: fix configuration parsing
2016-11-06 Fan Zhangexamples/ipsec-secgw: fix configuration string termination
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: initialize SA salt
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: add cryptodev queue size constant
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: check SP only when setup
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: add AES-CTR
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: add AES-GCM
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: reset crypto operation status
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: change CBC IV generation
2016-10-04 Fan Zhangexamples/ipsec-secgw: add sample configuration files
2016-10-04 Fan Zhangexamples/ipsec-secgw: support configuration file
2016-07-22 Hemant Agrawalexamples/ipsec-secgw: call start function
2016-07-22 Sergio Gonzalez... examples/ipsec-secgw: fix build with gcc 4.5
2016-07-15 Sergio Gonzalez... examples/ipsec-secgw: fix inbound crash
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support transport mode
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support IPv6
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: rename SP config
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix no SA found case
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: rework processing loop
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: add debug build option
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix stack smashing
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix esp padding check
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-04-08 Pablo de Laraexamples/ipsec-secgw: fix anonymous union initialization
2016-04-04 Daniel Mrzyglodexamples: fix build with icc 15.0.1
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Daniel Mrzyglodexamples/ipsec-secgw: fix build on FreeBSD
2016-03-11 Sergio Gonzalez... examples/ipsec-secgw: add IPsec sample application