net: add rte prefix to ether structures
[dpdk.git] / examples / ipsec-secgw / ipsec-secgw.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-23 Akhil Goyalexamples/ipsec-secgw: fix pool usage for security session
2019-04-23 Konstantin Ananyevexamples/ipsec-secgw: fix SPD no-match case
2019-04-02 Konstantin Ananyevexamples/ipsec-secgw: fix out-of-bound check
2019-03-22 Bernard Iremongerexamples/ipsec-secgw: fix debug logs
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: make data-path to use IPsec library
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: make app to use IPsec library
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: fix outbound codepath for single SA
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: fix crypto-op might never get...
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: allow to specify neighbour MAC...
2019-01-10 Konstantin Ananyevexamples/ipsec-secgw: allow disabling some Rx/Tx offloads
2019-01-10 Fan Zhangexamples: use separate crypto session mempools
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-09-25 Anoob Josephexamples/ipsec-secgw: fix wrong session size
2018-09-25 Anoob Josephexamples/ipsec-secgw: increase number of dev mappings
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-25 Konstantin Ananyevexamples/ipsec-secgw: fix bypass rule processing
2018-07-23 Konstantin Ananyevexamples/ipsec-secgw: fix IPv4 checksum at Tx
2018-07-11 Pablo de Laracryptodev: define value for unlimited sessions
2018-07-11 Pablo de Laraexamples/ipsec-secgw: check for max supported sessions
2018-07-05 Ferruh Yigitexamples: fix RSS hash function configuration
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-22 Pablo de Laracryptodev: rename functions to get session size
2018-04-23 Anoob Josephexamples/ipsec-secgw: handle ESN soft limit event
2018-04-23 Anoob Josephexamples/ipsec-secgw: fix usage print
2018-04-23 Anoob Josephexamples/ipsec-secgw: remove redundant string compare
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-29 Fan Zhangexamples/ipsec_secgw: fix security session
2018-01-20 Radu Nicolauexamples/ipsec_secgw: create session mempools for ethdevs
2018-01-20 Akhil Goyalexamples/ipsec-secgw: fix corner case for SPI value
2018-01-20 Akhil Goyalexamples/ipsec-secgw: add cryptodev mask option
2018-01-20 Anoob Josephexamples/ipsec-secgw: support inline protocol
2018-01-20 Anoob Josephexamples/ipsec-secgw: fix usage of incorrect port
2018-01-16 Shahaf Shulerexamples/ipsec-secgw: 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-10-26 Akhil Goyalexamples/ipsec-secgw: support security offload
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-13 Zhiyong Yangexamples: fix port id type
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-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2017-03-10 Keith Wilesexamples: fix optind reset
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-04 Fan Zhangexamples/ipsec-secgw: support configuration file
2016-07-22 Hemant Agrawalexamples/ipsec-secgw: call start function
2016-07-15 Sergio Gonzalez... examples/ipsec-secgw: fix inbound crash
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support IPv6
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
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