aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-06-28build: fix 64-bit atomics detectionBrian Brooks
2017-06-28linux-gen: time: use true hzBrian Brooks
2017-06-26linux-generic: crypto: adapt HMAC code to OpenSSL 1.1.xDmitry Eremin-Solenikov
2017-06-23build: fix conditional compilation of sourcesBrian Brooks
2017-06-22linux-gen: time: fix ARM compile for GCC 4.8Petri Savolainen
2017-06-20linux-gen: improve conversion between buf_hdr_t and packet_tJoyce Kong
2017-06-20arch: arm: add CPU global timeBrian Brooks
2017-06-19linux-gen: makefile: fix out of tree buildv1.15.0.0Petri Savolainen
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-16crypto: linux-generic: add capabilities for CIPHER_NULL and AUTH_NULLDmitry 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-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-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-16linux-gen: system: implement system info printPetri Savolainen
2017-06-16linux-gen: cpu_flags: added x86 cpu flag read functionsPetri Savolainen
2017-06-16api: time: remove odp_time_to_u64 from APIPetri Savolainen
2017-06-16linux-generic: types: add additional doxygen documentationBill Fischofer
2017-06-16validation: queue: test queue max_num per typePetri Savolainen
2017-06-16linux-gen: packet: recognize ICMPv6 packetsMatias Elo
2017-06-16linux-gen: pktio: parser default configPetri Savolainen
2017-06-16linux-gen: crypto: add algo capability functionsPetri Savolainen
2017-06-16api: deprecated: add configure option and macrosPetri Savolainen
2017-06-16api: crypto: enforce deprecated API statusPetri Savolainen
2017-06-16linux-gen: crypto: sha-1 and sha-512 not implemented yetPetri Savolainen
2017-06-15configure.ac: do not trap if libatomic is not foundMaxim Uvarov
2017-06-14linux-gen: socket: streamline sock_mmsg_recv() functionMatias Elo
2017-06-14linux-gen: socket: remove limits for maximum RX/TX burst sizeMatias Elo
2017-06-13build: GCC 7 fixesBrian Brooks
2017-05-25linux-gen: packet: fix gcc errors with single segment poolMatias Elo
2017-05-25linux-gen: packet: fix odp_packet_free_multi() with single segment poolMatias Elo
2017-05-23linux-gen: sched: fix ordered enqueue to pktout queueMatias Elo
2017-05-15linux-gen: tm: fix wrr/wfq bug when weight=1Dmitriy Krot