aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_ipsec.c
AgeCommit message (Expand)Author
2019-07-01linux-gen: fix variable may be used uninitialized warningsPetri Savolainen
2018-10-10linux-gen: ipsec: use global IPv4 ID allocator for all tunnel SAsJanne Peltonen
2018-10-10linux-gen: ipsec: use sequence number counter for counter based IVJanne Peltonen
2018-10-10linux-gen: ipsec: separate hot r/w data from r/o data in an SAJanne Peltonen
2018-10-10linux-gen: ipsec: remove SA reference counting from outbound processingJanne Peltonen
2018-10-10linux-gen: ipsec: speed up random IV generation by thread-local bufferingJanne Peltonen
2018-10-04linux-gen: ipsec: allocate memory from shmMatias Elo
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-08-22linux-gen: ipsec: insert checksum into SCTP packets if requiredDmitry Eremin-Solenikov
2018-08-20linux-gen: queue: remove enq/deq from queue interfacePetri Savolainen
2018-08-20linux-gen: queue: remove internal queue handle conversionsPetri Savolainen
2018-07-16linux-gen: ipsec: fall back to lower odp_random_kind_t if necessaryMatias Elo
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-21linux-gen: byteorder: remove separate API inlining headerDmitry Eremin-Solenikov
2018-04-25linux-gen: ipsec: parse IPv6 next header in tunnel caseDmitry Eremin-Solenikov
2018-04-18linux-gen: ipsec: implement outbound checksumming supportDmitry Eremin-Solenikov
2018-04-18linux-gen: packet: IPv4 checksum insertionDmitry Eremin-Solenikov
2018-03-07linux-gen: ipsec: support TFC dummy packet generationDmitry Eremin-Solenikov
2018-03-07linux-gen: ipsec: support tfc_pad_len IPsec optionDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: support inbound TFC dummy packetsDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: take output ip_param into accountDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: separate ipv4/ipv6 flagsDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: take ipsec_out_opt flags into accountDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: provide global init/term functionsDmitry Eremin-Solenikov
2018-02-26api: ipsec: rename fragmentation mode optionPetri Savolainen
2018-02-26linux-gen: ipsec: support ChaCha20-Poly1305Dmitry Eremin-Solenikov
2018-02-26linux-gen: packet: clean up error and output flagsPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-02-26linux-gen: crypto, ipsec: use auth_ivDmitry Eremin-Solenikov
2018-02-26api: crypto: use cipher_iv_ptr instead of override_iv_ptrDmitry Eremin-Solenikov
2018-02-09linux-gen: use packet pointer in _odp_ipsec_try_inlineDmitry Eremin-Solenikov
2018-02-05linux-gen: packet: remove odp_packet_hdr functionPetri Savolainen
2018-01-22linux-gen: byteorder: use inlined version internallyPetri Savolainen
2017-12-27linux-gen: ipsec: adapt to capability changesDmitry Eremin-Solenikov
2017-12-27api: ipsec: use odp_proto_layer_t for parse layer specDmitry Eremin-Solenikov
2017-12-27api: crypto: change aad.ptr to aad_ptr in packet paramsDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: pass checksum flags to packet parsing codeDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: support ODP_IPSEC_FRAG_CHECKDmitry Eremin-Solenikov
2017-12-27linux-gen: packet: add flag for UDP-encapsulated IPsec packetsDmitry Eremin-Solenikov
2017-12-27linux-gen: add support for UDP-encapsulated ESP packetsDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: simplify seq no handlingDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: implement IPv6 protocol supportDmitry Eremin-Solenikov
2017-12-27linux-gen: modularize IPsec implementationDmitry Eremin-Solenikov
2017-12-27linux-gen: event: move event subtype to packet headerMatias Elo
2017-12-27api: linux-gen: ipsec: constify in/out paramsDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: use new odp checksum APIDmitry Eremin-Solenikov
2017-12-27api: crypto: move AAD length to session paramPetri Savolainen
2017-12-27linux-gen: drop unnecessary odp_crypto_internal includeDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: implement AES-GMAC-AHDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: add AES-CTR cipher supportDmitry Eremin-Solenikov