aboutsummaryrefslogtreecommitdiff
path: root/include/odp
AgeCommit message (Expand)Author
2015-03-27update version number from v1.0.1 to v1.0.2v1.0.2Maxim Uvarov
2015-03-24barrier: allow platform to override odp_barrier_tJerin Jacob
2015-03-24ticketlock: allow platform to override odp_ticketlock_tJerin Jacob
2015-03-24rwlock: allow platform to override odp_rwlock_tJerin Jacob
2015-03-24spinlock: allow platform to override odp_spinlock_tJerin Jacob
2015-03-16update version number from v1.0.0 to v1.0.1v1.0.1Maxim Uvarov
2015-03-10api: pool: move platform includes to linux-genericTaras Kondratiuk
2015-02-27update version number from v0.11.0 to v1.0Anders Roxell
2015-02-27api: packet_io: remove specific errno valuePetri Savolainen
2015-02-27api: crypto: add error code for invalid IVTaras Kondratiuk
2015-02-27api: config: rename ODP_SHM_NUM_BLOCKS to ODP_CONFIG_SHM_BLOCKSMike Holmes
2015-02-27api: config: increase ODP_SHM_NUM_BLOCKSMike Holmes
2015-02-27api: config: move ODP_SHM_NUM_BLOCKS to config.hMike Holmes
2015-02-26api: hints: move internal hints into a public headerTaras Kondratiuk
2015-02-25api: packet io: fix doxygen define for ODP_PKTIO_MACADDR_MAXSIZEMaxim Uvarov
2015-02-25api: crypto: remove posix dependencyPetri Savolainen
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-25api: crypto: add session destroy functionTaras Kondratiuk
2015-02-25api: hints: add printf format attributeTaras Kondratiuk
2015-02-25api: errno: add api to public apiMike Holmes
2015-02-25linux-generic: classification: Add documentation for missing macrosBalasubramanian Manoharan
2015-02-25api: init: add missing doxygen documentationBill Fischofer
2015-02-20Update version number from 0.10.0 to 0.11.0v0.11.0Anders Roxell
2015-02-20api: linux-generic: pools: cleanup to reflect new pool parametersBill Fischofer
2015-02-20api: config: increase buffer min align to 16Bill Fischofer
2015-02-20api: pools: normalize odp_pool_param_t layoutBill Fischofer
2015-02-20api: timer: Don't use "private" as struct member name (C++)Simon Kagstrom
2015-02-19api: scheduler: atomic and ordered definitionsPetri Savolainen
2015-02-19api: debug: fix clang _ODP_STATIC_ASSERTMike Holmes
2015-02-16api: config: Renamed ODP_CONFIG_PACKET_BUF_LEN_MINPetri Savolainen
2015-02-16api: pool: Added packet pool parametersPetri Savolainen
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-09api: odp_schedule.h: use int to match return typeOla Liljedahl
2015-02-08api: odp_shared_memory.h: updated return descriptionsOla Liljedahl
2015-02-08api: reflect file path in header guardsTaras Kondratiuk
2015-02-08api: pool: move buffer allocation to buffer.hTaras Kondratiuk
2015-02-05api: odp_timer.h: move definitions to plat/timer_types.hOla Liljedahl
2015-02-05api: odp_packet_io.h: clean up pktio parameter names and descriptionsOla Liljedahl
2015-02-05api: odp_packet_io.h: use int for size of pkt_tablesOla Liljedahl
2015-02-05api: odp_timer.h: updated return descriptionsOla Liljedahl
2015-02-05api: odp_packet_io.h: updated return descriptionsOla Liljedahl
2015-02-05api: odp_init.h: updated return descriptionsOla Liljedahl
2015-02-05api: odp_pktio.h: odp_pktio_mac_addr() return chars written or errorOla Liljedahl
2015-02-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla Liljedahl
2015-02-05linux-generic: Add odp_errno and adapt packet_io and timer implementations to...Mario Torrecillas Rodriguez