aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_ipsec_sad.c
AgeCommit message (Expand)Author
2022-03-30linux-gen: ipsec: access union member properly to silence a warningJanne Peltonen
2022-03-02api: crypto: remove deprecated crypto authentication algorithmsMatias Elo
2022-03-02api: crypto: remove deprecated crypto cipher algorithmsMatias Elo
2022-01-28linux-gen: ipsec: use the new crypto IV APIJanne Peltonen
2022-01-28linux-gen: ipsec: indicate when hash result is in the auth rangeJanne Peltonen
2021-11-17linux-gen: ipsec: do not store duplicate data for the sa_info callJanne Peltonen
2021-11-16linux-gen: ipsec: fix handling of poor quality random dataJanne Peltonen
2021-11-02linux-gen: ipsec: add esn feature supportMahipal Challa
2021-10-27linux-gen: ipsec: fix ICV calculation with AES-CCMJanne Peltonen
2021-07-08linux-gen: ipsec: implement ICV configuration and capability APIJanne Peltonen
2021-07-05linux-gen: ipsec: add support for AES-CMAC-96 auth algorithmJanne Peltonen
2021-06-04linux-gen: ipsec: add support for larger anti-replay windowsMahipal Challa
2021-05-31linux-gen: ipsec: enable success bytes in statsAakash Sasidharan
2021-05-20linux-gen: ipsec: add configurable ordering modeJanne Peltonen
2021-05-11linux-gen: ipsec: ignore dest_queue SA parameter in sync modeJanne Peltonen
2021-05-11linux-gen: ipsec: make mtu atomic and remove unneeded synchronizationJanne Peltonen
2021-05-11linux-gen: ipsec: simplify and describe SA statesJanne Peltonen
2021-05-11linux-gen: ipsec: speed up SA creation by using SA freelistJanne Peltonen
2021-03-11linux-gen: ipsec: do not alloc per-thread memory for too many threadsJanne Peltonen
2021-03-11linux-gen: ipsec: increase the maximum number of SAsJanne Peltonen
2021-03-02linux-gen: fix spelling errorsPetri Savolainen
2021-03-02linux-gen: fix white space style checksPetri Savolainen
2021-03-02linux-gen : ipsec: fix the usage of odp_atomic_store_* APIsMahipal Challa
2021-02-23linux-gen: ipsec: set ttl and hop limit defaults according to the APIJanne Peltonen
2021-02-23linux-gen: ipsec: fix lookup parameters returned by SA infoJanne Peltonen
2020-12-22linux-gen: ipsec: add odp_ipsec_sa_infoSachin Yaligar
2020-12-22linux-gen: ipsec: add IPsec statsAnoob Joseph
2020-12-04linux-gen: ipsec: fix the amount of ESP padding in AES-GCM and -GMACJanne Peltonen
2020-11-17linux-gen: ipsec: calculate ESP padding more efficientlyJanne Peltonen
2020-11-16linux-gen: unify ODP_ALIGNED usageMatias Elo
2019-11-14linux-gen: ipsec: support global disablePetri Savolainen
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2018-11-28linux-gen: ipsec: use new auth_key_extraPetri Savolainen
2018-11-14linux-gen: ishm: remove _ODP_SHM_NO_HP flagMatias Elo
2018-11-07linux-gen: ipsec: check crypto param salt lengthPetri Savolainen
2018-10-29linux-gen: ipsec: make SA lifetime checking more scalable to multiple threadsJanne Peltonen
2018-10-10linux-gen: ipsec: make IPv4 ID allocator scale better to multiple threadsJanne Peltonen
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-09linux-gen: do not use huge pages for internal allocationsMaxim Uvarov
2018-09-12linux-gen: ipsec: reject SA creation with ESN flag setDmitry Eremin-Solenikov
2018-09-12linux-gen: ipsec: fix sliding window shiftsDmitry Eremin-Solenikov
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