aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2015-02-27linux-generic: crypto: fix crypto operation return code for invalid IVTaras Kondratiuk
2015-02-27api: crypto: add error code for invalid IVTaras Kondratiuk
2015-02-27linux-generic: shared_memory: static assert on ODP_CONFIG_SHM_BLOCKS sizeMike Holmes
2015-02-27api: config: rename ODP_SHM_NUM_BLOCKS to ODP_CONFIG_SHM_BLOCKSMike Holmes
2015-02-27api: config: move ODP_SHM_NUM_BLOCKS to config.hMike Holmes
2015-02-27linux-generic: reword messages for odp_shm_reserveMaxim Uvarov
2015-02-27linux-generic: make more readable debug messagesMaxim Uvarov
2015-02-27linux-generic: pools: delete extraneous codeBill Fischofer
2015-02-26linux-generic: timer_types.h: correct doxygen groupingAnders Roxell
2015-02-26api: hints: move internal hints into a public headerTaras Kondratiuk
2015-02-26linux-generic: odp_crypto: use intptr_t to find the pointerAnders Roxell
2015-02-26linux-generic: odp_crypto: add session_destory implementationRobbie King
2015-02-26linux-generic: odp_crypto: add all sessions free term checkRobbie King
2015-02-26linux-generic: odp_crypto: change session allocation to free listRobbie King
2015-02-26linux-generic: pools: switch to simple locks for buf/blk synchronizationBill Fischofer
2015-02-25api: cpumask: replace ssize_t with int32_tPetri Savolainen
2015-02-25api: packet_io: replace ssize_t with intPetri Savolainen
2015-02-25api: random: replace ssize_t with int32_tPetri Savolainen
2015-02-25linux-generic: weak: fix -Wformat-nonliteral warningTaras Kondratiuk
2015-02-25api: errno: add api to public apiMike Holmes
2015-02-25linux-generic: buffers: remove obsolete debugging codeBill Fischofer
2015-02-25linux-generic: timer: fix allocation from an empty poolTaras Kondratiuk
2015-02-25linux-generic: buffer pool: add term_localYan Sonming
2015-02-25linux-generic: schedule: add term_localYan Sonming
2015-02-25linux-generic: shm: add term_globalYan Sonming
2015-02-25linux-generic: thread: add term_globalYan Sonming
2015-02-25linux-generic: buffer_pool: add term_globalYan Sonming
2015-02-25linux-generic: queue: add term_globalYan Sonming
2015-02-25linux-generic: schedule: add term_globalYan Sonming
2015-02-25linux-generic: packet_io: add term_globalYan Sonming
2015-02-25linux-generic: odp_crypto: add term_globalYan Sonming
2015-02-25linux-generic: classification: add term_globalYan Sonming
2015-02-25linux-generic: queue: fix PKTIN queue destroyStuart Haslam
2015-02-24linux-generic: odp_init: remove incorrect ODP_UNUSEDMike Holmes
2015-02-20linux-generic: pool set seg_len to 0Maxim Uvarov
2015-02-20api: linux-generic: pools: cleanup to reflect new pool parametersBill Fischofer
2015-02-20linux-generic: pools: rename odp_buffer_pool_init_global to odp_pool_init_globalBill Fischofer
2015-02-20linux-generic: pools: rename odp_buffer_pool files to odp_poolBill Fischofer
2015-02-18linux-generic: move api version to c fileMaxim Uvarov
2015-02-18linux-generic: remove forward declarations of cos_t and pmr_tMaxim Uvarov
2015-02-17linux-generic: setup_pktio_entry() null terminate pkio nameMaxim Uvarov
2015-02-16api: config: Renamed ODP_CONFIG_PACKET_BUF_LEN_MINPetri Savolainen
2015-02-16api: pool: Move from buffer to packet pool parametersPetri Savolainen
2015-02-12linux-generic: init: fix odp_global_data definitionTaras Kondratiuk
2015-02-11api: thread: Added odp_thread_countPetri Savolainen
2015-02-11api: cpu: Renamed odp_sys_cpu_count to odp_cpu_countPetri Savolainen
2015-02-11api: cpu: Renamed odp_thread_cpu to odp_cpu_idPetri Savolainen
2015-02-11api: cpu: Added cpu.hPetri Savolainen
2015-02-11linux-generic: strong_types: simplify castingTaras Kondratiuk
2015-02-11linux-generic: Unbreak build due to missing timer_types.hSimon Kagstrom