aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2014-12-16api: packet: replace packet_addr with packet_dataBill Fischofer
2014-12-16api: packet: change layer offset/pointer APIBill Fischofer
2014-12-16api: packet: change alloc/freeBill Fischofer
2014-12-16api: packet: move helper functions to public APIBill Fischofer
2014-12-16linux-generic: fix return value in pool_createBill Fischofer
2014-12-16api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTMike Holmes
2014-12-16api: queue: add odp_queue_destroy()Taras Kondratiuk
2014-12-16fix uninitialized buffer in pktin_dequeueMaxim Uvarov
2014-12-16linux-generic: pktio: prevent pktin_dequeue storing returned bufferStuart Haslam
2014-12-16api: buffer: update documentation commentsBill Fischofer
2014-12-16api: buffer: add pool info queryBill Fischofer
2014-12-16api: buffer: add pool destroyBill Fischofer
2014-12-16api: buffer: change pool createBill Fischofer
2014-12-16api: buffer: move odp_buffer_pool to odp_buffer.hBill Fischofer
2014-12-16api: config: add buffer/packet configurationBill Fischofer
2014-12-16api: buffer/shm: prevent circular dependenciesBill Fischofer
2014-12-11linux-generic: pktio: remove use of caddr_tStuart Haslam
2014-12-10api: odp_debug.h: move macros internallyMike Holmes
2014-12-10linux-generic: Add space to avoid C++11 literal/identifier warningSimon Kågström
2014-12-10linux-generic: correct socket get for mtu functionsMaxim Uvarov
2014-12-10linux-generic: odp_pktio_open loop supportMaxim Uvarov
2014-12-10API: pktio: mac addr get functionMaxim Uvarov
2014-12-10API: promisc mode manipulation functionsMaxim Uvarov
2014-12-10linux-generic: set not initialized socket to -1Maxim Uvarov
2014-12-10linux-generic: classification initial implementationBalasubramanian Manoharan
2014-12-10linux-generic:pktio:move static inline functions to headerBalasubramanian Manoharan
2014-12-10helper: odph_tcp header descriptionBalasubramanian Manoharan
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