aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-22Update version number from 0.5.0 to 0.6.0v0.6.0Maxim Uvarov
2014-12-22validation: odp_buffer: add to test suiteMike Holmes
2014-12-22validation: buffer: add initial packet testsTaras Kondratiuk
2014-12-22validation: buffer: add initial buffer testsTaras Kondratiuk
2014-12-22validation: buffer: add initial buffer pool testsTaras Kondratiuk
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-22validation: pktio: add mac, promisc and mtu testsMaxim Uvarov
2014-12-19api: pktio: remove odp_pktio_set_mtuMaxim Uvarov
2014-12-19validation: pktio: initial pktio testsStuart Haslam
2014-12-19linux-generic: odp_ticketlock.h: implement trylock()Ola Liljedahl
2014-12-18Revert "validation: XFAIL crypto until API is implemented"Taras Kondratiuk
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-18DEPENDENCIES: add documentation instructionsMike Holmes
2014-12-18api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()Stuart Haslam
2014-12-18validation: Makefile: cleanup make flagsAnders Roxell
2014-12-17validation: common: fix application exit statusTaras Kondratiuk
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-16example: generator: use odp_packet_alloc() APIBill 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
2014-12-16api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTMike Holmes
2014-12-16api: queue: add odp_queue_destroy()Taras Kondratiuk
2014-12-16fix uninitialized buffer in pktin_dequeueMaxim Uvarov
2014-12-16linux-generic: pktio: prevent pktin_dequeue storing returned bufferStuart Haslam
2014-12-16validation: crypto: remove data offset workaroundTaras Kondratiuk
2014-12-16api: buffer: update documentation commentsBill Fischofer
2014-12-16api: buffer: add pool info queryBill Fischofer
2014-12-16api: buffer: add pool destroyBill Fischofer
2014-12-16api: buffer: change pool createBill Fischofer
2014-12-16api: buffer: move odp_buffer_pool to odp_buffer.hBill Fischofer
2014-12-16api: config: add buffer/packet configurationBill Fischofer