examples/ipsec-secgw: support flow director
[dpdk.git] / examples / ipsec-secgw / ipsec.c
2020-04-19 Praveen Shettyexamples/ipsec-secgw: support flow director
2020-04-01 Ankur Dwivediexamples/ipsec-secgw: add default flow for inline Rx
2020-02-05 Marcin Smoczynskiexamples/ipsec-secgw: support CPU crypto
2019-11-08 Hemant Agrawalipsec: remove redundant replay window size
2019-11-08 Marcin Smoczynskiexamples/ipsec-secgw: support fallback session
2019-11-08 Marcin Smoczynskiexamples/ipsec-secgw: clean SA structure
2019-10-07 Ivan Ilchenkoexamples/ipsec-secgw: check status of getting ethdev...
2019-10-09 Akhil Goyalexamples/ipsec-secgw: support IPv6 tunnel for lookaside...
2019-10-09 Michael Shamisexamples/ipsec-secgw: add offload error handling
2019-10-09 Bernard Iremongerexamples/ipsec-secgw: fix unchecked return value
2019-07-19 Bernard Iremongerexamples/ipsec-secgw: fix first packet with inline...
2019-07-18 Marcin Zapolskiexamples/ipsec-secgw: fix use of ethdev internal struct
2019-07-05 Mariusz Drostexamples/ipsec-secgw: fix inline modes
2019-04-23 Akhil Goyalexamples/ipsec-secgw: fix pool usage for security session
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: make data-path to use IPsec library
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: fix crypto-op might never get...
2019-01-10 Fan Zhangexamples: use separate crypto session mempools
2018-05-22 Pablo de Laradoc: announce deprecation for attach/detach crypto...
2018-05-10 Radu Nicolauexamples/ipsec-secgw: limit inflight packets count
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-23 Anoob Josephexamples/ipsec-secgw: handle ESN soft limit event
2018-01-20 Radu Nicolauexamples/ipsec-secgw: try end in flow actions before...
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: fix SPI byte order in flow item
2018-01-20 Radu Nicolauexamples/ipsec_secgw: create session mempools for ethdevs
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: add egress flow actions
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: add target queues in flow actions
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: fix missing ingress flow attribute
2018-01-20 Akhil Goyalexamples/ipsec-secgw: improve IPsec dequeue logic
2018-01-20 Anoob Josephexamples/ipsec-secgw: support inline protocol
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-10 Radu Nicolauexamples/ipsec-secgw: fix build with gcc 4.5.1
2017-10-26 Akhil Goyalexamples/ipsec-secgw: support security offload
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: fix session creation
2017-07-06 Slawomir Mrozowiczcryptodev: support device independent sessions
2017-07-06 Slawomir Mrozowiczcryptodev: change attach session to queue pair API
2017-07-06 Pablo de Laracryptodev: do not store pointer to op specific params
2017-04-05 Akhil Goyalexamples/ipsec-secgw: attach session-qp
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: reset crypto operation status
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support IPv6
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: fix stack smashing
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-03-31 Daniel Mrzyglodexamples/ipsec-secgw: fix build on FreeBSD
2016-03-11 Sergio Gonzalez... examples/ipsec-secgw: add IPsec sample application