aboutsummaryrefslogtreecommitdiff
path: root/example/ipsec/odp_ipsec.c
AgeCommit message (Expand)Author
2015-07-24example:ipsec: Fix for Polled queuesNikhil Agarwal
2015-07-23api: helper: deleted odph_linux_cpumask_defaultPetri Savolainen
2015-07-23api: init: added thread type to local initPetri Savolainen
2015-07-21api: pool: remove shm paramter from odp_pool_create()Bill Fischofer
2015-07-17example: ipsec: Fix context state race condition inNikhil Agarwal
2015-07-16queue: handle return value of odp_queue_enq()Zoltan Kiss
2015-06-10example: ipsec: tunnel mode supportAlexandru Badicioiu
2015-04-10examples: odp_ipsec: runtime select multiple vs single deqAlexandru Badicioiu
2015-04-10examples: odp_ipsec: runtime select scheduled vs poll queuesAlexandru Badicioiu
2015-04-10examples: odp_ipsec: handle alloc_pkt_ctx failureAlexandru Badicioiu
2015-03-27example: odp_ipsec: replace strtok_r with strtok and fix leaksCiprian Barbu
2015-03-16example: odp_ipsec: remove USE_MAC_ADDR_HACKCiprian Barbu
2015-03-06replace deprecated _BSD_SOURCE with _DEFAULT_SOURCEGary S. Robertson
2015-02-27example: fix multiple c99 implicit declaration of function ‘strtok_r’Mike Holmes
2015-02-27example: odp_ipsec: fix c99 storage size of ‘ifr’ isn’t knownMike Holmes
2015-02-16api: pool: Move from buffer to packet pool parametersPetri Savolainen
2015-02-11api: cpu: Renamed odp_sys_cpu_count to odp_cpu_countPetri Savolainen
2015-02-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla Liljedahl
2015-02-04linux-generic: queues: add strong typing supportBill Fischofer
2015-02-04linux-generic: pktio: add strong typing supportBill Fischofer
2015-01-30api: packet: odp_packet_flags: improve function namesBill Fischofer
2015-01-30example: ipsec: use event type at dequeueRobbie King
2015-01-30api: crypto: change bool to odp_bool_tRobbie King
2015-01-30api: crypto: new completion event schemeRobbie King
2015-01-29helper: move headers into namespace the odp/helperAnders Roxell
2015-01-27api: pool: Rename odp_buffer_pool_ to odp_pool_Petri Savolainen
2015-01-27api: pool: Rename pool params and remove buffer typesPetri Savolainen
2015-01-27api: crypto: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: packet: Removed odp_packet_to_bufferPetri Savolainen
2015-01-27api: event: odp_schedule and odp_queue_enqPetri Savolainen
2015-01-16helper: linux: use cpumask in linux thread/procRobbie King
2015-01-07api: odp_system_info.h: change core to cpu everywhereOla Liljedahl
2014-12-16api: packet: add head/tail room manipulationBill 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: move helper functions to public APIBill Fischofer
2014-12-16api: buffer: change pool createBill Fischofer
2014-12-11odp_ipsec: fix odp_crypto_get_operation_compl_status arg orderMike Holmes
2014-12-10Rename packet functionsMaxim Uvarov
2014-11-27example/ipsec/odp_ipsec.c: Fix initialization of odph_linux_pthread_t instancesShmulik Ladkani
2014-11-26examples: remove the use of ODP_UNUSEDMike Holmes
2014-11-20API name changes for odp_barrier.h for ODP v1.0Bill Fischofer
2014-11-19example: Remove use of ODP API loggingMike Holmes
2014-11-18ipsec: Fix ctx->state update raceJerin Jacob
2014-10-23Rename buffer_from_packet functionPetri Savolainen
2014-10-21Add crypto and rwlock into odp.hPetri Savolainen
2014-10-13Add global_init paramsMike Holmes
2014-10-03Rename packet buffer address functionPetri Savolainen
2014-10-03resource leak fixesMaxim Uvarov