aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include
AgeCommit message (Expand)Author
2015-12-17linux-generic: timer: include event_types instead of buffer_typesIvan Khoronzhuk
2015-12-14linux-generic: pktio: add tap pktio typeIlya Maximets
2015-12-08queue: fix memory corruption in reorder_enq()Zoltan Kiss
2015-11-25linux-generic: pool: add buffer_alloc_multi functionNicolas 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: unbind CPU cycles from time APIIvan Khoronzhuk
2015-11-20linux-generic: config: increase ODP_CONFIG_SCHED_GRPS to 256Carl Wallen
2015-11-11linux-generic: schedule: allow order to be ignored for internal useBill Fischofer
2015-11-11linux-generic: queue: streamline and correct release_order() routineBill Fischofer
2015-11-11linux-generic: queue: streamline reorder_deq() routineBill Fischofer
2015-11-11linux-generic: queue: add ordered_queue_enq() routine - part 1Bill Fischofer
2015-11-11linux-generic: queue: add utility functions for restructureBill Fischofer
2015-11-05linux-generic: queue: avoid race condition during order releaseBill Fischofer
2015-11-05linux-generic: buffer: remove unused internal _odp_buffer_type() functionBill Fischofer
2015-11-02linux-generic: pktio: handle transmit errors correctlyStuart Haslam
2015-10-29linux-generic: config: add missing syntax to enable doxygenBill Fischofer
2015-10-29api: config: replace defines with apisBill Fischofer
2015-10-29linux-generic: netmap: use separate rx and tx descriptorsMatias Elo
2015-10-29api: cpumask_types.h: doxygen: remove redundant textAnders Roxell
2015-10-29api: cpumask: don't use platform internal definesAnders Roxell
2015-10-27api: doc: remove broken doxygen referencePetri Savolainen
2015-10-23linux-generic: pktio: fill in L2 parse results by defaultPetri Savolainen
2015-10-23linux-generic: pool: move local caches to poolBill Fischofer
2015-10-22linux-generic: cpu: fix cycle lost while cycle counter overflowIvan Khoronzhuk
2015-10-22linux-generic: use cycles_diff for time API alsoIvan Khoronzhuk
2015-10-22linux-generic: classification: implement ODP_PMR_CUSTOM_FRAME matchingNicolas Morey-Chaisemartin
2015-10-22api: schedule: revise definition of ordered locksBill Fischofer
2015-10-22api: config: removed ODP_CONFIG_MAX_THREADSPetri Savolainen
2015-10-22linux-generic: classification: queue and drop policy API name changeBalasubramanian Manoharan
2015-10-22linux-generic: packet: implement flow hash supportZoltan Kiss
2015-10-20linux-generic: pktio: add pcap pktio typeStuart Haslam
2015-10-20linux-generic: pktio: extend maximum devname lengthStuart Haslam
2015-10-08linux-generic: pktio: add netmap pktio supportMatias Elo
2015-10-08linux-generic: pktio: use ticket lock in pktio_entryMatias Elo
2015-10-08linux-generic: pktio: added mac_addr_get_fdMatias Elo
2015-09-30linux-generic: pktio: enable classifier only when neededPetri Savolainen
2015-09-16linux-generic: odp_schedule: fix odp_schdule_wait_timeIvan Khoronzhuk
2015-09-14linux-generic: queue: remove obsolete prototypesNicolas Morey-Chaisemartin
2015-09-03linux-generic: general: add odp_forward_typedefs to resolve clang issuev1.3.0.0Bill Fischofer
2015-09-03linux-generic: schedule: fix race condition in ordered locksBill Fischofer
2015-09-03linux-generic: queue: correct handling of reorder completionBill Fischofer
2015-09-01linux-generic: schedule: implement ordered locksBill Fischofer
2015-09-01linux-generic: queue: implement ordered queuesBill Fischofer
2015-09-01linux-generic: schedule: implement scheduler groupsBill Fischofer
2015-09-01linux-generic: schedule: rename ordered lock typedefBill Fischofer
2015-08-27linux-generic: add pktio_start and pktio_stopMaxim Uvarov
2015-08-18Merge branch 'master' into api-nextMaxim Uvarov