aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2015-12-30linux-generic: validation: pktio: disable netmapStuart Haslam
2015-12-24linux-generic: init: return -1 when system_info is failedIvan Khoronzhuk
2015-12-22linux-generic: validation: pktio: report test as skipped when setup failsStuart Haslam
2015-12-17linux-generic: include netmap headers with -isystemStuart Haslam
2015-12-17linux-generic: timer: include event_types instead of buffer_typesIvan Khoronzhuk
2015-12-14linux-generic: fix tap compilationMaxim Uvarov
2015-12-14linux-generic: pktio: add test for tap pktioIlya Maximets
2015-12-14linux-generic: pktio: add tap pktio typeIlya Maximets
2015-12-11linux-generic: schedule: set sched_local.pool correctlyBill Fischofer
2015-12-09linux-generic: validation: run config testsStuart Haslam
2015-12-08linux-generic: socket: set up __odp_errno on ioctl failuresIlya Maximets
2015-12-08linux-generic: pktio: configuration functions check that interface is stoppedNicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check for pktio_start when started and pktio_stop when ...Nicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check interface mode is compatible before receiving or ...Nicolas Morey-Chaisemartin
2015-12-08queue: fix memory corruption in reorder_enq()Zoltan Kiss
2015-11-30Merge branch 'next'Maxim Uvarov
2015-11-30linux-generic: odp_timer: warn if tick is lateIvan Khoronzhuk
2015-11-30linux-generic: cpumask: warn that CPU0 is used by control and worker threadIvan Khoronzhuk
2015-11-27Merge branch 'master' into nextMaxim Uvarov
2015-11-25linux-generic: validation: add run-test script for post install testingStuart Haslam
2015-11-25validation: ability to specify test install directoryStuart Haslam
2015-11-25linux-generic: packet: add implementation for packet alloc/free multiNicolas Morey-Chaisemartin
2015-11-25linux-generic: pool: add implementation for buffer alloc/free multiNicolas Morey-Chaisemartin
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: change order of arguments for diff functionIvan Khoronzhuk
2015-11-25api: time: unbind CPU cycles from time APIIvan Khoronzhuk
2015-11-25linux-generic: queue: add odp_queue_info() functionCarl Wallen
2015-11-20linux-generic: config: increase ODP_CONFIG_SCHED_GRPS to 256Carl Wallen
2015-11-19platform: move list of API files to Makefile.inc so it is common to all platf...Nicolas Morey-Chaisemartin
2015-11-13linux-generic: netmap: replace nm_dispatch() helperMatias Elo
2015-11-13linux-generic: pktio: recover from transmit errorsStuart Haslam
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 2Bill 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-11linux-generic: schedule: move ordered lock routines to odp_schedule.cBill Fischofer
2015-11-10linux-generic/odp_thrmask.c: incorrect correlation THREAD to CPUAnders Roxell
2015-11-10linux-generic: odp_cpumask.c: assert on ODP_CPUMASK_SIZEAnders Roxell
2015-11-09linux-generic: check return codes in odp_pktio_term_globalMaxim Uvarov
2015-11-05configure: move HAVE_PCAP AM_CONDITIONAL to configure.acNicolas Morey-Chaisemartin
2015-11-05linux-generic: queue: use locking hierarchy for ordered queueingBill 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