aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-26Sync odp-dpdk with v1.15 release from odpodp-dpdk-importBalakrishna Garapati
2017-07-26linux-dpdk: porting "linux-gen: packet: remove lazy parsing"Matias Elo
2017-07-26linux-dpdk: port time implementation changesMatias Elo
2017-07-26linux-dpdk:porting "crypto: add HMAC-SHA-512 authentication support"Balakrishna Garapati
2017-07-26linux-dpdk:porting "crypto: add SHA-1 authentication support"Balakrishna Garapati
2017-07-26linux-dpdk:porting "update AES-GCM support to reflect aad and auth_digest_len"Balakrishna Garapati
2017-07-26linux-dpdk:porting "cpu_flags: added x86 cpu flag read functions"Balakrishna Garapati
2017-07-26linux-dpdk:porting "time: remove odp_time_to_u64 from API"Balakrishna Garapati
2017-07-26linux-dpdk:porting "types: add additional doxygen documentation"Balakrishna Garapati
2017-07-26linux-dpdk:porting "packet: recognize ICMPv6 packets"Balakrishna Garapati
2017-07-26linux-dpdk: porting "deprecated: add configure option and macros"Balakrishna Garapati
2017-07-26linux-dpdk: porting "crypto: enforce deprecated API status"Balakrishna Garapati
2017-07-26linux-dpdk: porting "do not trap if libatomic is not found"Balakrishna Garapati
2017-07-26linux-dpdk: porting "build: GCC 7 fixes"Balakrishna Garapati
2017-07-26linux-dpdk: porting "makefile: fix staged install support"Balakrishna Garapati
2017-07-26linux-dpdk: porting "crypto: properly handle errors in packet copy"Balakrishna Garapati
2017-07-26linux-dpdk: porting "add syntax to allow newer clang to compile odp"Balakrishna Garapati
2017-07-26linux-dpdk: porting "pool: don't allocate buffers from invalid pool"Balakrishna Garapati
2017-07-26linux-dpdk: porting "packet: make inline table visible"Balakrishna Garapati
2017-07-26linux-dpdk: port "abi: fix include/odp/api/abi symlink creation"Balakrishna Garapati
2017-07-26linux-dpdk: port "pool: add odp_pool_capability() rc check"Balakrishna Garapati
2017-07-12Merge tag 'v1.15.0.0' into odp_dpdkBalakrishna Garapati
2017-06-30linux-dpdk: crypto accelaration supportBalakrishna Garapati
2017-06-30Revert "linux-dpdk: crypto accelaration support"Balakrishna Garapati
2017-06-29linux-dpdk: crypto accelaration supportBalakrishna Garapati
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