Show patches with: State = Action Required       |    Archived = No       |   4491 patches
« 1 2 ... 40 41 4244 45 »
Patch Series S/W/F Date Submitter Delegate State
[v1] crypto: cunit test suite for rng --- 2014-11-27 Alexandru Badicioiu New
[v2] helper: odph_tcp header description --- 2014-11-27 Balasubramanian Manoharan New
[RFC] cunit: Add tests for scheduler API --- 2014-11-26 Ciprian Barbu New
[5/5] cunit: add mac test --- 2014-11-26 Maxim Uvarov New
[4/5] cunit: pktio: mtu and promisc mode --- 2014-11-26 Maxim Uvarov New
[3/5] pktio: mac addr functions --- 2014-11-26 Maxim Uvarov New
[2/5] promisc mode manipulation functions --- 2014-11-26 Maxim Uvarov New
[1/5] implement odp_bool type --- 2014-11-26 Maxim Uvarov New
[2/2] platform: implement odp_queue_destroy() --- 2014-11-26 Taras Kondratiuk New
[1/2] api: queue: add odp_queue_destroy() --- 2014-11-26 Taras Kondratiuk New
INSTALL.ODP: Reformat the requirements for cross-compile and mention DEB_HOST_ARCH --- 2014-11-26 Zoltan Kiss New
[v3] cunit: add shm test --- 2014-11-26 yan.songming New
[4/4] linux-generic: odp_spinlock[ch]: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[3/4] linux-generic: odp_rwlock[ch]: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[2/4] linux-generic: odp_barrier.h: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[1/4] linux-generic: odp_atomic_internal.h: C11-style 32/64-bit/pointer/flag atomics --- 2014-11-25 Ola Liljedahl New
INSTALL.ODP: Add info about Debian packaging --- 2014-11-25 Zoltan Kiss New
[2/2] linux-generic: odp_pktio_open loop0 support --- 2014-11-25 Maxim Uvarov New
[1/2] odp_pktio_open loop back interface --- 2014-11-25 Maxim Uvarov New
netdev-odp: Use VLOG_ERR instead of ODP_ERR --- 2014-11-25 Zoltan Kiss New
[PATCHv2,2/2] platform: debug: Simplify ODP_LOG() macro --- 2014-11-25 Taras Kondratiuk New
[PATCHv2,1/2] platform: debug: replace fprintf() with odp_override_log() --- 2014-11-25 Taras Kondratiuk New
[2/2] cunit: add mac test --- 2014-11-25 Maxim Uvarov New
[1/2] pktio: mac addr functions --- 2014-11-25 Maxim Uvarov New
odp_ipsec: fix odp_crypto_get_operation_compl_status arg order --- 2014-11-25 Alexandru Badicioiu New
[KS2] linux-keystone2: allocate memregion from RM --- 2014-11-24 Taras Kondratiuk New
[PATCHv2,KS2] linux-keystone2: init: update init for McSDK 3.01.01.04 --- 2014-11-24 Taras Kondratiuk New
[KS2] linux-keystone2: init: update init for McSDK 3.01.01.04 --- 2014-11-24 Taras Kondratiuk New
[v0] crypto : cunit test suite for rng --- 2014-11-24 Alexandru Badicioiu New
pktio: implement odp_pktio_get_name --- 2014-11-24 Maxim Uvarov New
[2/2] platform: debug: Simplify ODP_LOG() macro --- 2014-11-24 Taras Kondratiuk New
[1/2] platform: debug: replace fprintf() with odp_override_log() --- 2014-11-24 Taras Kondratiuk New
[v2] cunit: add shm test --- 2014-11-24 yan.songming New
[2/2] cunit: pktio: mtu and promisc mode --- 2014-11-24 Maxim Uvarov New
[1/2] promisc mode manipulation functions --- 2014-11-24 Maxim Uvarov New
[RFC,PATCHv2] cunit: buffer: add buffer tests --- 2014-11-21 Taras Kondratiuk New
[v1,4/5] Linux-generic: Classification Implementation v1.0 --- 2014-11-21 Balasubramanian Manoharan New
[v1,3/5] Linux-generic: Pktio changes for Classification --- 2014-11-21 Balasubramanian Manoharan New
[v1,2/5] Linux-generic:Buffer: Move static inlines functions to header --- 2014-11-21 Balasubramanian Manoharan New
[v1,1/5] helper: odph_tcp header description --- 2014-11-21 Balasubramanian Manoharan New
[PATCHv2,2/3] Changes for v1.0 buffer pool APIs --- 2014-11-20 Bill Fischofer New
[PATCHv2,1/3] test/example changes for v1.0 buffer pool APIs --- 2014-11-20 Bill Fischofer New
[RFC] cunit: add tests for scheduler API --- 2014-11-20 Ciprian Barbu New
[PATCHv2] cunit: add odp_init sunnyday unit test --- 2014-11-20 Madhusudan Venugopal New
[v2] cunit: fix exit status so failures are caught by make check --- 2014-11-20 Stuart Haslam New
[RFC,2/2] platform: debug: Simplify ODP_LOG() macro --- 2014-11-20 Taras Kondratiuk New
[RFC,1/2] platform: debug: replace fprintf() with odp_override_log() --- 2014-11-20 Taras Kondratiuk New
cunit: fix exit status so failures are caught by make check --- 2014-11-20 Stuart Haslam New
[v2] cunit: add shm test --- 2014-11-20 yan.songming New
[7/7] example: odp_generator.c: use odp_atomic.h --- 2014-11-20 Ola Liljedahl New
[4/7] linux-generic: odp_ticketlock.c: use odp_atomic.h and __atomic (tmp), added missing barrier --- 2014-11-20 Ola Liljedahl New
[3/7] linux-generic: odp_ring.c: use __atomic cmpset, added missing barriers, removed dangerous odp_mem_barrier --- 2014-11-20 Ola Liljedahl New
[2/7] api: odp_barrier.h: signature change, use odp_atomic.h, atomic wrap-around fix --- 2014-11-20 Ola Liljedahl New
[1/7] api: odp_atomic.h: use struct type, relaxed implem, missing funcs --- 2014-11-20 Ola Liljedahl New
[PATCHv5,3/3] promisc mode manipulation functions --- 2014-11-20 Maxim Uvarov New
ODP_ASSERT has to trap app not depending on debug --- 2014-11-19 Maxim Uvarov New
[v3] add implement for odp_shm_free --- 2014-11-19 yan.songming New
[v2] add implement for odp_shm_free --- 2014-11-19 yan.songming New
[v2] add implement for odp_shm_free --- 2014-11-19 yan.songming New
[RFC] cunit: buffer: add buffer tests --- 2014-11-19 Taras Kondratiuk New
[PATCHv4] simplify pktin_dequeue/pktin_deq_multi functions --- 2014-11-19 Maxim Uvarov New
[2/2] Changes for v1.0 buffer pool APIs --- 2014-11-19 Bill Fischofer New
[1/2] test/example changes for v1.0 buffer pool APIs --- 2014-11-19 Bill Fischofer New
[2/2] odp_atomic_internal.h with C11-style atomic ops --- 2014-11-18 Ola Liljedahl New
[1/2] atomics typedef/implementation/usage fixes --- 2014-11-18 Ola Liljedahl New
cunit: odp_init_local: add sunny day --- 2014-11-18 Madhusudan Venugopal New
[PATCHv3] simplify pktin_dequeue/pktin_deq_multi functions --- 2014-11-18 Maxim Uvarov New
[v1] cunit: add shm test --- 2014-11-18 yan.songming New
[v1] cunit: add shm test --- 2014-11-18 yan.songming New
[PATCHv3,NETMAP,1/4] Update to netmap_v11.1 --- 2014-11-18 Ciprian Barbu New
[Crypto,additional,documentation,1/1] Add in and out documentation and merge arch intro text into odp_crypto.h --- 2014-11-18 Bill Fischofer New
add implement for odp_shm_free --- 2014-11-18 yan.songming New
[2/2] API name changes for odp_barrier.h for ODP v1.0 --- 2014-11-17 Bill Fischofer New
[1/2] Update examples for odp_barrier.h API changes for ODP v1.0 --- 2014-11-17 Bill Fischofer New
[2/2] Uplevel odp_packet_flags.h and implementation to ODP v1.0 level --- 2014-11-17 Bill Fischofer New
[1/2] Uplevel example programs to ODP v1.0 APIs for odp_packet_flags.h --- 2014-11-17 Bill Fischofer New
[PATCHv2] simplify pktin_dequeue/pktin_deq_multi functions --- 2014-11-17 Maxim Uvarov New
[ODP/PATCHv1,3/3] Classification Linux Generic Implementation --- 2014-11-17 Balasubramanian Manoharan New
[ODP/PATCHv1,2/3] Buffer Management changes for sync with classification --- 2014-11-17 Balasubramanian Manoharan New
[ODP/PATCHv1,1/3] Move pktio static inline functions into header file --- 2014-11-17 Balasubramanian Manoharan New
[Crypto,additional,documentation,1/1] Add in and out documentation and merge arch intro text into odp_crypto.h --- 2014-11-16 Bill Fischofer New
[v4] cunit : add tests for crypto APIs --- 2014-11-14 Anders Roxell New
Factor ODP typedefs into a common include file --- 2014-11-14 Bill Fischofer New
[PATCHv3] checkpatch: remove cunit warnings --- 2014-11-14 Maxim Uvarov New
[PATCHv2] checkpatch: remove cunit warnings --- 2014-11-14 Maxim Uvarov New
[v5] cunit : add tests for crypto APIs --- 2014-11-14 Alexandru Badicioiu New
[PATCHv2,NETMAP,4/4] Added per-device lock --- 2014-11-14 Ciprian Barbu New
[PATCHv2,NETMAP,3/4] Refactor netmap I/O using existing APIs --- 2014-11-14 Ciprian Barbu New
[PATCHv2,NETMAP,2/4] Use single mmap address for all pktios --- 2014-11-14 Ciprian Barbu New
[PATCHv2,NETMAP,1/4] Update to netmap_v11.1 --- 2014-11-14 Ciprian Barbu New
checkpatch: no cunit camelcase warnings --- 2014-11-14 Maxim Uvarov New
[PATCHv4,3/3] promisc mode manipulation functions --- 2014-11-14 Maxim Uvarov New
[PATCHv4,1/3] pktio: add MTU manipulation functions --- 2014-11-14 Maxim Uvarov New
[RFC/PATCH-M] Linux-generic Classification Implementation --- 2014-11-14 Balasubramanian Manoharan New
[PATCHv2] Factor ODP types into a common include file --- 2014-11-14 Bill Fischofer New
Factor ODP typedefs into a common include file --- 2014-11-14 Bill Fischofer New
promisc mode manipulation functions --- 2014-11-13 Maxim Uvarov New
[v4] cunit : add tests for crypto APIs --- 2014-11-13 Alexandru Badicioiu New
[PATCHv3,1/2] pktio: add MTU manipulation functions --- 2014-11-13 Maxim Uvarov New
[PATCHv3,ODP,v1.0,Buffer/Packet,APIs,3/3] Code changes for ODP v1.0 Buffer/Packet APIs --- 2014-11-12 Bill Fischofer New
« 1 2 ... 40 41 4244 45 »