aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2014-12-10Rename packet functionsMaxim Uvarov
2014-12-08Update version number from 0.3.0 to 0.4.0v0.4.0Maxim Uvarov
2014-12-08linux-generic: odp_time: include odp_debug_internal.hAnders Roxell
2014-12-05linux-generic:odp_atomic_internal.h: Update doxygen comments, renaming of fun...Ola Liljedahl
2014-12-05api:odp_ticketlock.h: Update doxygen comments, renaming of function paramsOla Liljedahl
2014-12-05api:odp_spinlock.h: Update doxygen comments, renaming of function paramsOla Liljedahl
2014-12-05api:odp_rwlock.h: Update doxygen comments, renaming of function paramsOla Liljedahl
2014-12-05api:odp_barrier.h: Update doxygen comments, renaming of function paramsOla Liljedahl
2014-12-05api:odp_atomic.h: Update doxygen comments, renaming of function paramsOla Liljedahl
2014-12-05api: move internal debug macrosMike Holmes
2014-12-05api: odp_align: move internal macrosMike Holmes
2014-12-04linux-generic: odp_ticketlock.c: performance regressionOla Liljedahl
2014-12-04platform: debug: Simplify ODP_LOG() macroTaras Kondratiuk
2014-12-04platform: debug: replace fprintf() with odp_override_log()Taras Kondratiuk
2014-12-02API: odp_pktio_open loop back interfaceMaxim Uvarov
2014-12-02linux-generic: fix sockfd store and lookup errorsStuart Haslam
2014-12-02linux-generic: fix queue handle check in odp_pktio_inq_setdefStuart Haslam
2014-11-29linux-generic: odp_ticketlock.[ch]: use odp_atomic_internal.hOla Liljedahl
2014-11-29linux-generic: odp_spinlock[ch]: use odp_atomic_internal.hOla Liljedahl
2014-11-29linux-generic: odp_rwlock[ch]: use odp_atomic_internal.hOla Liljedahl
2014-11-29linux-generic: odp_barrier.c: use odp_atomic_internal.hOla Liljedahl
2014-11-29linux-generic: odp_atomic_internal.h: C11-style 32/64-bit/pointer/flag atomicsOla Liljedahl
2014-11-29linux-generic/odp_packet.c: Remove validation against too-short frames from '...Shmulik Ladkani
2014-11-29api: odp_time.h: rename odp_time_get_cycles() to odp_time_cycles()Stuart Haslam
2014-11-28API: implement odp_bool typeMaxim Uvarov
2014-11-28init: correct documented return code on failureStuart Haslam
2014-11-27Classification: APIs deferred from ODP v1.0Balasubramanian Manoharan
2014-11-27check for null pointer in get_entry() returnMaxim Uvarov
2014-11-26api: odp_atomic.h: doxygen fixOla Liljedahl
2014-11-26Remove function name and lines from simple logging function.Maxim Uvarov
2014-11-25linux-generic: odp_spin_internal.h: remove odp_mem_barrierOla Liljedahl
2014-11-25api: odp_atomic.h: struct type, relaxed mm, missing funcs, use __atomicOla Liljedahl
2014-11-25linux-generic: odp_ticketlock.c use odp_atomic.h and __atomicOla Liljedahl
2014-11-25linux-generic: odp_barrier.c use __atomicOla Liljedahl
2014-11-25linux-generic: odp_buffer.c use odp_atomic.hOla Liljedahl
2014-11-25linux-generic: odp_rwlock.c use __atomicOla Liljedahl
2014-11-25linux-generic: odp_ring.c use __atomicOla Liljedahl
2014-11-25API: crypto: Remove unused async APIMike Holmes
2014-11-24api: drop inline from odp_version_impl_strMike Holmes
2014-11-22linux-generic: odp_shared_memory.c: implement func odp_shm_freeYan Sonming
2014-11-21pktio: add MTU manipulation functionsMaxim Uvarov
2014-11-21linux-generic: Replace printf with ODP_PRINTMike Holmes
2014-11-21api: Add implementation versionMike Holmes
2014-11-20api: odp_hints.h add ODP_WEAK_SYMBOLMike Holmes
2014-11-20crypto : use override_iv_ptr when session IV is NULLAlexandru Badicioiu
2014-11-20API name changes for odp_barrier.h for ODP v1.0Bill Fischofer
2014-11-19simplify pktin_dequeue/pktin_deq_multi functionsMaxim Uvarov
2014-11-15crypto : add stubs for missing functionsAlexandru Badicioiu
2014-11-15Factor ODP types into a common include fileBill Fischofer
2014-11-13odp_shared_memory.h: add doxygen in/outMike Holmes