aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-14update version number from v1.10.0.0 to v1.10.1.0v1.10.1.0Maxim Uvarov
2016-06-14example: timer: add cunit artifacts to gitignoreMaxim Uvarov
2016-06-14linux-generic: classification: use proper accessor to set packet lengthZoltan Kiss
2016-06-14changelog: update for v1.10.1.0Bill Fischofer
2016-06-14validation: tm: avoid resouce/memory leaks in corner casesBill Fischofer
2016-06-12example/timer: don't run test if configure flag not setAnders Roxell
2016-06-10doc: process: generate html change logMike Holmes
2016-06-10doc: process: fix distribution buildMike Holmes
2016-06-10doc: doxygen: fix distribution buildMike Holmes
2016-06-10linux-gen: pktio: fix variable overwrite in pktin_recv_bufMatias Elo
2016-06-09example: timer simpleMaxim Uvarov
2016-06-09helper: chksum: fix type casting for C++ includeOriol Arcas
2016-06-07linux-generic: sched: bind default scheduler api callsPetri Savolainen
2016-06-07linux-generic: sched: add skeleton for strict priorityPetri Savolainen
2016-06-07linux-generic: sched: add sched params to queue initPetri Savolainen
2016-06-07linux-generic: sched: add api interface structPetri Savolainen
2016-06-07linux-generic: sched: add init functions to interfacePetri Savolainen
2016-06-06linux-generic: tm: fix more memory leaksBarry Spinney
2016-06-06linux-generic: tm: fix memory leaksBarry Spinney
2016-06-06linux-generic: tm: fix an off by one errorBarry Spinney
2016-06-06linux-generic: tm: completed implementing _odp_timer_wheel_destroyBarry Spinney
2016-06-06linux-generic: tm: fix compile error on 32-bit platformsBarry Spinney
2016-06-03linux-generic: dpdk: remove unnecessary rte_pktmbuf_reset callMatias Elo
2016-06-02linux-gen: pktio: don't allocate new packets in classifierMatias Elo
2016-06-02linux-gen: pktio: remove old single queue recv and send functionsMatias Elo
2016-06-02linux-gen: packet: increase input flags bit field size to 64 bitsMatias Elo
2016-06-02linux-gen: netmap: handle modified _odp_packet_cls_enq() return values correctlyMatias Elo
2016-06-02linux-generic: pktio: ring: add _ring_destroy()Yi He
2016-06-02linux-generic: pktio: ipc: _ring_tailq_init() at global initYi He
2016-06-02linux-generic: shared memory: fix the name composition in odp_shm_freeYi He
2016-06-02linux-generic: tm: parameterize use of secondary_hash_dump() routineBill Fischofer
2016-06-02example: l2fwd: use parameterized array to avoid memory corruptionBill Fischofer
2016-06-01test: ring: simplify ring stress testPetri Savolainen
2016-06-01linux-gen: ring: volatile head and tail typesPetri Savolainen
2016-05-31linux-generic: implementation name is odp-linuxPetri Savolainen
2016-05-31linux-generic: tm: init pthread attrsMaxim Uvarov
2016-05-31linux-generic: sched: do not allocate sheduler info in shm areaMaxim Uvarov
2016-05-30linux-generic: timer fix odp_timer_pool_create return codeMaxim Uvarov
2016-05-30validation: sched: fix out of array referenceMaxim Uvarov
2016-05-27helper: linux: odp thread cpu affinity APIsYi He
2016-05-27linux-generic: tm: replace printf with odp_dbg callsBill Fischofer
2016-05-27linux-generic: tm: avoid potential null pointer dereferenceBill Fischofer
2016-05-27linux-generic: tm: discard rc values properly when not neededBill Fischofer
2016-05-27linux-generic: tm: check for proper init of tm_system_threadBill Fischofer
2016-05-27linux-generic: tm: avoid underflow on log2 of 0Bill Fischofer
2016-05-27validation: tm: avoid potential null pointer dereferenceBill Fischofer
2016-05-27validation: tm: handle pktio open/config failures properlyBill Fischofer
2016-05-27validation: tm: add debug check to avoid unreachable codeBill Fischofer
2016-05-27example: tm: check rc from odp init callsBill Fischofer
2016-05-27example: tm: remove unused codeBill Fischofer