aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include
AgeCommit message (Expand)Author
2016-02-12linux-generic: cpumask_task: use cpumask got at initIvan Khoronzhuk
2016-01-21Merge remote-tracking branch 'linaro-odp/master' into new_masterIvan Khoronzhuk
2016-01-20linux-generic: define posix extension level oncePetri Savolainen
2016-01-18linux-generic: init: handle local/global init/term cleanlyBill Fischofer
2015-12-31Merge remote-tracking branch 'linaro-odp/master' into new_masterIvan Khoronzhuk
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-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-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: classification: define pkt_addr as constMatias Elo
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-17linux-generic: timer: include event_types instead of buffer_typesIvan Khoronzhuk
2015-12-15Merge remote-tracking branch 'linaro-odp/master' into new_masterIvan Khoronzhuk
2015-12-14linux-generic: pktio: add tap pktio typeIlya Maximets
2015-12-08queue: fix memory corruption in reorder_enq()Zoltan Kiss
2015-12-03linux-generic: timer: include event_types instead of buffer_typesIvan Khoronzhuk
2015-12-01Merge remote-tracking branch 'linaro-odp/master' into new_masterIvan Khoronzhuk
2015-11-27Merge tag 'v1.4.1.0' into new_masterIvan Khoronzhuk
2015-11-25linux-generic: pool: add buffer_alloc_multi functionNicolas Morey-Chaisemartin
2015-11-25api: crypto: add AES128-CBC encrypt/decrypt methodsNicolas Morey-Chaisemartin
2015-11-25api: crypto: add HMAC-SHA-256-128 supportNicolas Morey-Chaisemartin
2015-11-25api: crypto: move enums from platform types to odp and rename to fit the API ...Nicolas Morey-Chaisemartin
2015-11-25api: cpu: change order of arguments for diff functionIvan Khoronzhuk
2015-11-25api: time: unbind CPU cycles from time APIIvan Khoronzhuk
2015-11-20linux-generic: config: increase ODP_CONFIG_SCHED_GRPS to 256Carl Wallen
2015-11-11linux-generic: schedule: allow order to be ignored for internal useBill Fischofer
2015-11-11linux-generic: queue: streamline and correct release_order() routineBill Fischofer
2015-11-11linux-generic: queue: streamline reorder_deq() routineBill Fischofer
2015-11-11linux-generic: queue: add ordered_queue_enq() routine - part 1Bill Fischofer
2015-11-11linux-generic: queue: add utility functions for restructureBill Fischofer
2015-11-05linux-generic: queue: avoid race condition during order releaseBill Fischofer
2015-11-05linux-generic: buffer: remove unused internal _odp_buffer_type() functionBill Fischofer
2015-11-02linux-generic: pktio: handle transmit errors correctlyStuart Haslam
2015-10-29linux-generic: config: add missing syntax to enable doxygenBill Fischofer
2015-10-29api: config: replace defines with apisBill Fischofer
2015-10-29linux-generic: netmap: use separate rx and tx descriptorsMatias Elo
2015-10-29api: cpumask_types.h: doxygen: remove redundant textAnders Roxell
2015-10-29api: cpumask: don't use platform internal definesAnders Roxell
2015-10-27api: doc: remove broken doxygen referencePetri Savolainen
2015-10-23linux-generic: pktio: fill in L2 parse results by defaultPetri Savolainen