aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-19linux-gen: makefile: fix out of tree buildv1.15.0.0Petri Savolainen
2017-06-16travis: do not run performance test in parallel under coverageMaxim Uvarov
2017-06-16travis: add sudo run make checkMaxim Uvarov
2017-06-16build: fix order of test executionMaxim Uvarov
2017-06-16test: l2fwd pass under coverageMaxim Uvarov
2017-06-16changelog: add bug 3039 to list of bug fixes for v1.15Bill Fischofer
2017-06-16changelog: updates for odp v1.15.0.0Bill Fischofer
2017-06-16update API version number from v1.14.0.0 to v1.15.0.0Maxim Uvarov
2017-06-16api: crypto: correct documentation typosBill Fischofer
2017-06-16linux-generic: time: add additional doxygen doc for time typeBill Fischofer
2017-06-16linux-generic: crypto: add HMAC-SHA-512 authentication supportDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: add SHA-1 authentication supportDmitry Eremin-Solenikov
2017-06-16validation: crypto: add HMAC-SHA-512 test casesDmitry Eremin-Solenikov
2017-06-16validation: crypto: add HMAC-SHA-1 test casesDmitry Eremin-Solenikov
2017-06-16validation: crypto: add tests for NULL cipherDmitry Eremin-Solenikov
2017-06-16crypto: linux-generic: add capabilities for CIPHER_NULL and AUTH_NULLDmitry Eremin-Solenikov
2017-06-16test: odp_crypto: bail out if odp_crypto_session_create failedDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: NULL session->next pointer on session allocationDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make en/decryption work across packet segmentsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make HMAC work across segmented packetsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: merge AES-CBC and 3DES-CBC supportDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: rewrite 3DES-CBC support using EVP functionsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: rewrite AES-CBC support using EVP functionsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: explicitly disable padding for AES-GCMDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make AES-GCM thread safeDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: remote extra memcpy in AES-GCMDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: update AES-GCM support to reflect aad and auth_digest_lenDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: add SHA* capabilities for full length digestsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: use auth_digest_len when calculating HMACsDmitry Eremin-Solenikov
2017-06-16example: ipsec: set auth_digest_lenDmitry Eremin-Solenikov
2017-06-16test: odp_crypto: update performance test to set auth_digest_lengthDmitry Eremin-Solenikov
2017-06-16validation: crypto: explicitly pass AAD to crypto subsystemDmitry Eremin-Solenikov
2017-06-16validation: crypto: explicitly pass auth_digest_len to crypto subsystemDmitry Eremin-Solenikov
2017-06-16validation: crypto: add stubs for sha-1 and sha-512 testsPetri Savolainen
2017-06-16linux-gen: packet: remove lazy parsingMatias Elo
2017-06-16mergefix: remove duplicate declarationMaxim Uvarov
2017-06-16linux-generic: packet: add functions to optimize memset and memcmp pathsDmitry Eremin-Solenikov
2017-06-16linux: crypto: fix checking of GCM tagsDmitry Eremin-Solenikov
2017-06-16test: crypto: add AES-GCM tests with wrong tag valueDmitry Eremin-Solenikov
2017-06-16linux-gen: time: store timespec as nsecPetri Savolainen
2017-06-16linux-gen: time: improve x86 TSC freq measurement accuracyPetri Savolainen
2017-06-16linux-gen: time: use hw time counter when availablePetri Savolainen
2017-06-16test: validation: add time accuracy testPetri Savolainen
2017-06-16test: validation: rename time test header filePetri Savolainen
2017-06-16test: sched_latency: use sys_info_printPetri Savolainen
2017-06-16test: validation: add odp_sys_info_print testPetri Savolainen
2017-06-16linux-gen: system: implement system info printPetri Savolainen
2017-06-16linux-gen: cpu_flags: added x86 cpu flag read functionsPetri Savolainen
2017-06-16api: system: added system info printPetri Savolainen
2017-06-16api: time: remove odp_time_to_u64 from APIPetri Savolainen