aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_ipsec_sad.c
AgeCommit message (Expand)Author
2018-08-10abi: ipsec: set ODP_IPSEC_SA_INVALID to zeroMatias Elo
2018-05-28linux-gen: cpu: inline cpu cycle functions on x86Petri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: use inlined atomic functions everywhereDmitry Eremin-Solenikov
2018-04-10linux-gen:crypto:implement AES-XCBC-MAC and SHA384-HMACyhe
2018-03-29linux-gen: ipsec: add proper support for AES-CCMDmitry Eremin-Solenikov
2018-03-02linux-gen: ipsec: take output ip_param into accountDmitry Eremin-Solenikov
2018-02-26linux-gen: ipsec: support ChaCha20-Poly1305Dmitry Eremin-Solenikov
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 instead of iv in session paramsDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: fix SA leak in SA creationDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: prevent sa_lookup from matching outbound SAsDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: fix SA leak in lookup caseDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: fix SA leak in odp_ipsec_sa_createDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: disallow using SAs while they are being createdDmitry Eremin-Solenikov
2018-01-30linux-gen: ipsec: fix block len for AES-CTR modeDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: adapt to capability changesDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: store mtu and frag_mode in SADmitry Eremin-Solenikov
2017-12-27linux-gen: add support for UDP-encapsulated ESP packetsDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: implement IPv6 protocol supportDmitry Eremin-Solenikov
2017-12-27api: crypto: move AAD length to session paramPetri Savolainen
2017-12-27linux-gen: ipsec: add support for AES-GMAC-ESPDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: add AES-CTR cipher supportDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: don't leak SA on creation errorDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: add replay window support to SADDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: fix soft/hard limits checkDmitry Eremin-Solenikov
2017-12-27linux-gen: ipsec: use counter instead of random IV for GCMDmitry Eremin-Solenikov
2017-12-27linux-generic: ipsec: implement IPsec SADDmitry Eremin-Solenikov