Show patches with: Archived = No       |   11325 patches
« 1 2 3 4113 114 »
Patch Series S/W/F Date Submitter Delegate State
[v3,8/9] Keystone2: Add initial Packet IO --- 2014-04-23 Taras Kondratiuk Superseded
[v3,9/9] Keystone2: Add README file --- 2014-04-23 Taras Kondratiuk Superseded
[v3,2/9] Split odp_buffer.h into API and platform parts --- 2014-04-24 Taras Kondratiuk Superseded
[v4,1/8] generic: Do not define _GNU_SOURCE if defined already --- 2014-04-24 Taras Kondratiuk Accepted
[v4,2/8] Keystone2: Inherit linux-generic --- 2014-04-24 Taras Kondratiuk Accepted
[v4,3/8] Keystone2: Initialize hardware --- 2014-04-24 Taras Kondratiuk Accepted
[v4,4/8] Keystone2: Add CMA shared memory allocation --- 2014-04-24 Taras Kondratiuk Accepted
[v4,5/8] Keystone2: Add initial HW buffer management --- 2014-04-24 Taras Kondratiuk Accepted
[v4,6/8] Keystone2: Add initial HW queues support --- 2014-04-24 Taras Kondratiuk Accepted
[v4,7/8] Keystone2: Add initial Packet IO --- 2014-04-24 Taras Kondratiuk Accepted
[v4,8/8] Keystone2: Add README file --- 2014-04-24 Taras Kondratiuk Accepted
Added timeout buffer type --- 2014-04-25 Petri Savolainen New
make odp_icmp comments doxygen friendly --- 2014-04-25 Maxim Uvarov Superseded
clean up odp_timer_test app --- 2014-04-25 Maxim Uvarov Rejected
doxygen clean up odp_common.[ch] --- 2014-04-25 Maxim Uvarov Accepted
[PATCHv2] make odp_icmp comments doxygen friendly --- 2014-04-25 Maxim Uvarov Superseded
[1/4] include/odp_byteorder: endianess compatible with -std=c99 --- 2014-04-25 Anders Roxell Superseded
[2/4] linux-generic:odp_shared_memory:MAP_ANON -std=c99 compatible --- 2014-04-25 Anders Roxell Superseded
[3/4] include/*: asm compatible with -std=c99 --- 2014-04-25 Anders Roxell Superseded
[4/4] linux-generic: asm comatible with -std=c99 --- 2014-04-25 Anders Roxell Superseded
gitignore: add test/timer/odp_timer_test --- 2014-04-25 Anders Roxell Accepted
[1/3] include: make include files consistent --- 2014-04-25 Anders Roxell Accepted
[2/3] linux-generic: make include files consistent --- 2014-04-25 Anders Roxell Accepted
[3/3] test: make include files consistent --- 2014-04-25 Anders Roxell Accepted
[RFC,01/17] linux-generic: copy platform specific headers to destination directory --- 2014-04-28 Taras Kondratiuk RFC
[RFC,02/17] Split out platform-specific part of odp_align.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,03/17] Split out platform-specific part of odp_atomic.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,04/17] Split out platform-specific part of odp_barrier.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,05/17] Split out platform-specific part of odp_buffer.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,06/17] Split out platform-specific part of odp_buffer_pool.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,07/17] Split out platform-specific part of odp_byteorder.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,08/17] Split out platform-specific part of odp_config.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,09/17] Split out platform-specific part of odp_coremask.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,10/17] Split out platform-specific part of odp_packet.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,11/17] Split out platform-specific part of odp_packet_io.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,12/17] Split out platform-specific part of odp_queue.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,13/17] Split out platform-specific part of odp_spinlock.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,14/17] Split out platform-specific part of odp_rwlock.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,15/17] Split out platform-specific part of odp_sync.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,16/17] Split out platform-specific part of odp_ticketlock.h --- 2014-04-28 Taras Kondratiuk RFC
[RFC,17/17] Split out platform-specific part of odp_timer.h --- 2014-04-28 Taras Kondratiuk RFC
[PATCHv2] Add odp helper function for udp checksum --- 2014-04-29 Weilong Chen Superseded
[PATCHv4] Add a test program: odp_generator --- 2014-04-29 Weilong Chen Superseded
[PATCHv3] Add odp helper function for udp checksum --- 2014-04-29 Weilong Chen Under Review
[PATCHv5] Add a test program: odp_generator --- 2014-04-29 Weilong Chen Rejected
[PATCHv2,1/4] include/odp_byteorder: allow for -std=c99 to be set --- 2014-05-02 Anders Roxell Accepted
[PATCHv2,2/4] linux-generic:odp_shared_memory:MAP_ANON -std=c99 compatible --- 2014-05-02 Anders Roxell Accepted
[PATCHv2,3/4] include/*: asm compatible with -std=c99 --- 2014-05-02 Anders Roxell Accepted
[PATCHv2,4/4] linux-generic: asm comatible with -std=c99 --- 2014-05-02 Anders Roxell Accepted
[ARCH] Add ODP style, logo and API inclusion --- 2014-05-02 Mike Holmes Not Applicable
Makefile.inc: remove line that is commented out --- 2014-05-02 Anders Roxell Rejected
Documentation Split mainpage from headder --- 2014-05-03 Mike Holmes Accepted
tests: Do not use platform include files directly --- 2014-05-05 Taras Kondratiuk Superseded
include/*: tidy up the include directory --- 2014-05-06 Anders Roxell Accepted
[RFC,v2] tests: Do not use platform directory --- 2014-05-06 Taras Kondratiuk Accepted
[PATCHv2,1/2] Makefile.inc: DEBUG=yes to build debug --- 2014-05-06 Anders Roxell Superseded
[PATCHv2,2/2] Makefile.inc: ODP_DEBUG=no to disable ODP_DBG macro --- 2014-05-06 Anders Roxell Superseded
[ARCH] Add local input path for ARCH src files --- 2014-05-06 Mike Holmes Not Applicable
[PATCHv4,1/2] Add odp helper function for udp checksum --- 2014-05-07 Weilong Chen Accepted
[PATCHv6,2/2] Add a test program: odp_generator --- 2014-05-07 Weilong Chen Accepted
[APPS] Remove docs build from apps build --- 2014-05-07 Mike Holmes Accepted
[ARCH] Remove full path from diagram links --- 2014-05-07 Mike Holmes Not Applicable
[APP] libpcap: use updated ODP API --- 2014-05-08 Vincent Hsu Accepted
[APPS/PATCH] odp-openvpn demo --- 2014-05-08 Maxim Uvarov Accepted
[PATCHv3,1/2] Makefile.inc: DEBUG=yes to build debug --- 2014-05-08 Anders Roxell Accepted
[PATCHv3,2/2] Makefile.inc: ODP_DEBUG_PRINT=no to disable the ODP_DBG macro --- 2014-05-08 Anders Roxell Accepted
Use odp_chksum to compute checksum of udp header and data --- 2014-05-12 Weilong Chen Superseded
[PATCHv2] Use odp_chksum to compute checksum of udp header and data --- 2014-05-12 Weilong Chen Not Applicable
[1/4] Makefile: support platform specific Makefile.inc --- 2014-05-13 Vincent Hsu Changes Requested
[2/4] extend to 64 bit addressing --- 2014-05-13 Vincent Hsu Changes Requested
[3/4] specifiy printf argument formats --- 2014-05-13 Vincent Hsu Changes Requested
[4/4] initial odp dpdk --- 2014-05-13 Vincent Hsu Changes Requested
remove link to old google group --- 2014-05-13 Maxim Uvarov Accepted
L2 Forwarding App --- 2014-05-13 Venkatesh Vivekanandan Superseded
[APPS/PATCH] cross compilation support --- 2014-05-13 Maxim Uvarov New
[APPS/PATCH] cross compilation support --- 2014-05-14 Vincent Hsu New
[2/4] extend to 64 bit addressing --- 2014-05-14 Rosenboim, Leonid New
[PATCHv2] L2 Forwarding App --- 2014-05-15 Venkatesh Vivekanandan Accepted
L2 Forwarding App --- 2014-05-15 Maxim Uvarov Superseded
[v2] Added timeout buffer type --- 2014-05-15 Petri Savolainen Under Review
platform/linux-generic/include/*: tidy up the include dir --- 2014-05-15 Anders Roxell Accepted
hide packet i/o selection to the api --- 2014-05-16 Maxim Uvarov Superseded
[PATCHv2] hide packet i/o selection to the api --- 2014-05-16 Maxim Uvarov Superseded
simple compile all tests in ./test dir --- 2014-05-16 Maxim Uvarov Superseded
[PATCHv2] simple compile all tests in ./test dir --- 2014-05-19 Maxim Uvarov Accepted
[PATCHv3] Use odp_chksum to compute checksum of udp header and data --- 2014-05-20 Weilong Chen Accepted
gitignore: add test/l2fwd/l2fwd --- 2014-05-20 Anders Roxell Accepted
[APPS/PATCH] odp snort support initial version --- 2014-05-20 Maxim Uvarov Accepted
[PATCHv3] hide packet i/o selection to the api --- 2014-05-21 Maxim Uvarov New
move typedefs to odp_types.h and plat/odp_types.h --- 2014-05-22 Anders Roxell New
linux-generic crypto --- 2014-05-24 Robbie King New
linux-generic crypto --- 2014-05-26 Maxim Uvarov New
linux-generic crypto --- 2014-05-27 Robbie King New
get rid of not sized array at middle of the struct --- 2014-05-29 Maxim Uvarov New
[PATCHv2] linux-generic crypto --- 2014-05-30 Robbie King New
IPsec example application --- 2014-05-30 Robbie King New
[1/2] Fix drop_err_pkts to correctly discard bad packets --- 2014-06-02 Stuart Haslam Accepted
[2/2] Fix mismatched size of ODP_PACKET_OFFSET_INVALID --- 2014-06-02 Stuart Haslam Accepted
add odp prefix to l2fwd --- 2014-06-05 Maxim Uvarov Superseded
[PATCHv2] linux-generic crypto --- 2014-06-06 Robbie King New
« 1 2 3 4113 114 »