aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2015-01-09Update version number from 0.6.0 to 0.7.0v0.7.0Mike Holmes
2015-01-09linux-generic: packets: set l2_offset in _odp_packet_parse()Bill Fischofer
2015-01-09api: buffer: Change buffer size from size_t to uint32_tPetri Savolainen
2015-01-09linux-generic: buffers: remove vestigial asserts for 32-bit supportBill Fischofer
2015-01-09linux-generic: pktio: remove stale raw sockfd codeStuart Haslam
2015-01-09linux-generic: pktio: replace perror() with ODP_ERR()Stuart Haslam
2015-01-09api: odp_packet_io.h: make pktio handles single instance per deviceStuart Haslam
2015-01-09api: odp_timer.h: updated API, lock-less implementationOla Liljedahl
2015-01-09linux-generic: crypto: swap abort -> ODP_ABORTMike Holmes
2015-01-07linux-generic:odp_buffer_inlines.h:make self-sufficientOla Liljedahl
2015-01-07linux-generic:odp_system_info.c:sysconf_cpu_count() report online coresOla Liljedahl
2015-01-07api: odp_system_info.h: change core to cpu everywhereOla Liljedahl
2015-01-06linux-generic: bugfix: correct seglen calculationBill Fischofer
2014-12-31linux-generic: init: add call to odp_shm_init_localMike Holmes
2014-12-30linux-generic: timer: add missing queue headerTaras Kondratiuk
2014-12-24platform: implement odp_queue_sched_prio and odp_queue_sched_groupCiprian Barbu
2014-12-24api: queue: add odp_queue_sched_prio and odp_queue_sched_groupCiprian Barbu
2014-12-24linux-generic: correct inconsistent spelling of metadataAnders Roxell
2014-12-24api: correct inconsistent spelling of metadataAnders Roxell
2014-12-24linux-generic: correctly copy pktio name with snprintfMaxim Uvarov
2014-12-23build system: fix distcheck targetAnders Roxell
2014-12-23linux-generic: Makefile: add odph_tcp.h to subdirheadersAnders Roxell
2014-12-22Update version number from 0.5.0 to 0.6.0v0.6.0Maxim Uvarov
2014-12-22api: buffer: change odp_buffer_pool_info_t outputBill Fischofer
2014-12-22linux-generic: packet: Remove packet l2/l3/l4 offset adjustmentsPetri Savolainen
2014-12-22linux-generic: enable segmented packet supportBill Fischofer
2014-12-22linux-generic: pktio code to handle segmented packetsBill Fischofer
2014-12-22api: config: Separate api spec and linux-generic limitsPetri Savolainen
2014-12-22linux-generic: packet: add ODP_PACKET_OFFSET_INVALIDBill Fischofer
2014-12-22api: packet: Return values of L2 etc pointers and offsetsPetri Savolainen
2014-12-22linux-generic: packet: streamline packet add/rem dataBill Fischofer
2014-12-19api: pktio: remove odp_pktio_set_mtuMaxim Uvarov
2014-12-19linux-generic: odp_ticketlock.h: implement trylock()Ola Liljedahl
2014-12-18linux-generic: crypto: implement odp_crypto_get_operation_compl_packet()Taras Kondratiuk
2014-12-18linux-generic: crypto: implement completion event contextTaras Kondratiuk
2014-12-18linux-generic: crypto: always make a copy of IVTaras Kondratiuk
2014-12-18linux-generic: init: implement basic odp_term_local()Taras Kondratiuk
2014-12-18api: init: add a way to determine a last ODP thread terminationTaras Kondratiuk
2014-12-18api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()Stuart Haslam
2014-12-17linux-generic: implement odp_queue_destroy()Taras Kondratiuk
2014-12-16Update version number from 0.4.0 to 0.5.0v0.5.0Maxim Uvarov
2014-12-16api: packet: add segmentation and copy APIBill Fischofer
2014-12-16api: packet: add head/tail room manipulationBill Fischofer
2014-12-16linux-generic: packet: improve packet parsingBill Fischofer
2014-12-16api: packet: user contextBill Fischofer
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