aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2015-12-31Merge branch 'next'v1.6.0.0Maxim Uvarov
2015-12-30linux-generic: validation: pktio: disable netmapStuart Haslam
2015-12-29api: sync: removed odp_sync_storesPetri Savolainen
2015-12-29api: barrier: added memory barriersPetri Savolainen
2015-12-29linux-generic: time: remove posix bleed through on odp_time_tBill Fischofer
2015-12-29validation: std_clib: added validation testsPetri Savolainen
2015-12-29api: clib: added standard c library apiPetri Savolainen
2015-12-29api: hash: Added crc32 and crc32c hash functionsPeng
2015-12-29api/linux-generic: classification: rename odp_drop_e to odp_cls_drop_tBalasubramanian Manoharan
2015-12-29api/validation/linux-generic: classification: implement class of service crea...Balasubramanian Manoharan
2015-12-29api: time: add global time APIIvan Khoronzhuk
2015-12-29api: time: add resolution and wait API callsIvan Khoronzhuk
2015-12-29linux-generic: align with new wall time APIIvan Khoronzhuk
2015-12-29linux-generic: odp_time: don't use cpu cycle API to get timeIvan Khoronzhuk
2015-12-29linux-generic: schedule: use schedule time in nsIvan Khoronzhuk
2015-12-29fix: classification: add null check for pool assigned to CoSBalasubramanian Manoharan
2015-12-29linux-generic: classification: define pkt_addr as constMatias Elo
2015-12-29linux-generic: packet: _odp_parse_common: arm build fixBalasubramanian Manoharan
2015-12-29linux-generic: classification: implements odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-29linux-generic: thread: removed internal max threads definePetri Savolainen
2015-12-29api: doc: re-organize doxygen doc for synchronizerPetri Savolainen
2015-12-29api: rwlock_recursive: added recursive rwlockPetri Savolainen
2015-12-29api: spinlock_recursive: added recursive spinlockPetri Savolainen
2015-12-29api: crypto: Add AES128-GCM supportNicolas Morey-Chaisemartin
2015-12-29api: thread: added THREAD_COUNT_MAX definePetri Savolainen
2015-12-24linux-generic: init: return -1 when system_info is failedIvan Khoronzhuk
2015-12-22api: pktio: add odp_pktio_print() APIMatias Elo
2015-12-22linux-generic: validation: pktio: report test as skipped when setup failsStuart Haslam
2015-12-17linux-generic: include netmap headers with -isystemStuart Haslam
2015-12-17linux-generic: timer: include event_types instead of buffer_typesIvan Khoronzhuk
2015-12-14linux-generic: fix tap compilationMaxim Uvarov
2015-12-14linux-generic: pktio: add test for tap pktioIlya Maximets
2015-12-14linux-generic: pktio: add tap pktio typeIlya Maximets
2015-12-11linux-generic: schedule: set sched_local.pool correctlyBill Fischofer
2015-12-09linux-generic: validation: run config testsStuart Haslam
2015-12-08linux-generic: socket: set up __odp_errno on ioctl failuresIlya Maximets
2015-12-08linux-generic: pktio: configuration functions check that interface is stoppedNicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check for pktio_start when started and pktio_stop when ...Nicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check interface mode is compatible before receiving or ...Nicolas Morey-Chaisemartin
2015-12-08queue: fix memory corruption in reorder_enq()Zoltan Kiss
2015-11-30Merge branch 'next'Maxim Uvarov
2015-11-30linux-generic: odp_timer: warn if tick is lateIvan Khoronzhuk
2015-11-30linux-generic: cpumask: warn that CPU0 is used by control and worker threadIvan Khoronzhuk
2015-11-27Merge branch 'master' into nextMaxim Uvarov
2015-11-25linux-generic: validation: add run-test script for post install testingStuart Haslam
2015-11-25validation: ability to specify test install directoryStuart Haslam
2015-11-25linux-generic: packet: add implementation for packet alloc/free multiNicolas Morey-Chaisemartin
2015-11-25linux-generic: pool: add implementation for buffer alloc/free multiNicolas Morey-Chaisemartin
2015-11-25linux-generic: pool: add buffer_alloc_multi functionNicolas Morey-Chaisemartin
2015-11-25api: crypto: add AES128-CBC encrypt/decrypt methodsNicolas Morey-Chaisemartin