aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2017-07-12Merge tag 'v1.15.0.0' into odp_dpdkBalakrishna Garapati
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
2017-05-12linux-generic: crypto: don't leak sessions if creation failsDmitry Eremin-Solenikov
2017-05-12linux-generic: rwlock: fix odp_rwlock_read_trylock()Dmitry Eremin-Solenikov
2017-05-11linux-gen: sched: fix one at a time low priority event schedulingMatias Elo
2017-05-02linux-generic: makefile: fix staged install supportJanne Kajovuori
2017-04-28linux-gen: pktio: fix valgrind warningsMatias Elo
2017-04-27linux-generic: crypto: unify auth codeDmitry Eremin-Solenikov
2017-04-26linux-generic: crypto: properly handle errors in packet copyDmitry Eremin-Solenikov