aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-29update version number from v1.5.0.0 to v1.6.0.0Maxim Uvarov
2015-12-29api: barrier: added memory barriersPetri Savolainen
2015-12-29api: atomic: clean atomic API documentationPetri 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-29api: time: make odp_local_time to be monotonic wall timeIvan Khoronzhuk
2015-12-29api: init: allow implementation to use private ways for its own configurationZoltan Kiss
2015-12-29api: classification: add odp_cls_cos_pool_set() apiBalasubramanian Manoharan
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-29api: thrmask: correct specification errorPetri Savolainen
2015-12-22api: pktio: add odp_pktio_print() APIMatias Elo
2015-12-22api: version: added implementation name strPetri Savolainen
2015-12-01update version number from v1.4.1.0 to v1.5.0.0Mike Holmes
2015-12-01Revert "update version number from v1.4.1.0 to v1.5.0.0"Mike Holmes
2015-11-30update version number from v1.4.1.0 to v1.5.0.0Maxim Uvarov
2015-11-25api: buffer: add functions to alloc/free multiple buffers at onceNicolas Morey-Chaisemartin
2015-11-25api: packet: add functions to alloc/free multiple packets at onceNicolas 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: change order of arguments for diff functionIvan Khoronzhuk
2015-11-25api: time: unbind CPU cycles from time APIIvan Khoronzhuk
2015-11-25api: queue: add odp_queue_info() function to retrieve queue informationCarl Wallen
2015-11-13update version number from v1.4.0.0 to v1.4.1.0v1.4.1.0Maxim Uvarov
2015-10-30update version number from v1.3.0.0 to v1.4.0.0v1.4.0.0Maxim Uvarov
2015-10-29api: config: delete erroneous defineBill Fischofer
2015-10-29api: config: add usage note about definesBill Fischofer
2015-10-29api: config: add config option for max ordered locks per queueBill Fischofer
2015-10-29api: config: replace defines with apisBill Fischofer
2015-10-29api: cpumask: don't use platform internal definesAnders Roxell
2015-10-27api: pktio: improve pktio_start and stop documentationPetri Savolainen
2015-10-27api: doc: remove broken doxygen referencePetri Savolainen
2015-10-22api: pktio: add odp_pktio_param_init() APIBill Fischofer
2015-10-22api: classification: add ODP_PMR_CUSTOM_FRAMENicolas Morey-Chaisemartin
2015-10-22api: classification: use a structure instead of many args for odp_pmr_createNicolas Morey-Chaisemartin
2015-10-22api: classification: move odp_pmr_match_t definitionNicolas Morey-Chaisemartin
2015-10-22api: pktio: add input and output modes to make pktio one wayNicolas Morey-Chaisemartin
2015-10-22api: rename odp_cpumask_def to _defaultMaxim Uvarov
2015-10-22api: schedule: revise definition of ordered locksBill Fischofer
2015-10-22api: schedule: remove odp_schedule_order_lock_init() APIBill Fischofer
2015-10-22api: schedule: add lock_count to odp_schedule_param_tBill Fischofer