Age | Commit message (Expand) | Author | Files | Lines |
2016-11-01 | vppinfra: add STATIC_ASSERT macro | Damjan Marion | 1 | -0/+2 |
2016-10-31 | vppinfra: use 64-bit crc32 instruction in bihash_24_8 | Damjan Marion | 1 | -23/+5 |
2016-10-28 | vppinfra: fix issue with bihash_8_8 hash function (VPP-518) | Damjan Marion | 1 | -1/+1 |
2016-10-26 | Fix unformat-at-eof bug | Dave Barach | 1 | -1/+1 |
2016-10-24 | vppinfra: clib_memcpy optimization | Damjan Marion | 3 | -14/+11 |
2016-10-20 | vppinfra: add 256-bit vector typedefs | Damjan Marion | 1 | -0/+15 |
2016-10-13 | Add clib_mem_alloc_or_null(...) | Dave Barach | 2 | -10/+32 |
2016-10-11 | vppinfra: use crc32q instruction instead of xxhash in bihash_8_8 | Damjan Marion | 2 | -0/+11 |
2016-09-21 | A Protocol Independent Hierarchical FIB (VPP-352) | Neale Ranns | 7 | -15/+40 |
2016-09-06 | VPP-346 More VPP doc fixes | Chris Luke | 3 | -6/+6 |
2016-09-01 | VPP-346 A swathe of doc fixes | Chris Luke | 2 | -4/+4 |
2016-08-31 | VPP-189 Tweak hash_foreach_pair to avoid static warning | Chris Luke | 1 | -10/+21 |
2016-08-17 | Coding standards cleanup - remove trailing whitespace, fixes VPP-332 | Damjan Marion | 1 | -1/+1 |
2016-08-15 | VPP-327 Coding standards cleanup for vppinfra | Dave Barach | 147 | -8405/+11249 |
2016-08-15 | VPP-236 Support 64-bit vector lengths, shared memory segments >4 GB | Dave Barach | 4 | -36/+81 |
2016-08-12 | VPP-189 fix more coverity warnings | Dave Barach | 1 | -1/+1 |
2016-08-10 | VPP-189 Fix coverity warnings | Dave Barach | 2 | -3/+3 |
2016-08-09 | VPP-189 Fix Coverity warnings | Dave Barach | 5 | -289/+8 |
2016-08-08 | VPP-189 Clean up more coverity warnings | Dave Barach | 7 | -32/+17 |
2016-08-05 | VPP-223 Document vppinfra/bitmap.h | Dave Barach | 1 | -38/+210 |
2016-08-05 | vpp-189 Clean up more coverity warnings | Dave Barach | 6 | -11/+31 |
2016-08-05 | VPP-189 Clean up more coverity warnings | Dave Barach | 2 | -1/+21 |
2016-07-28 | VPP-223 Bounded-index extensible hash documentation | Dave Barach | 4 | -2/+166 |
2016-07-26 | VPP-223 General documentation updates | Chris Luke | 1 | -56/+71 |
2016-06-30 | Fix clang build | Damjan Marion | 1 | -3/+3 |
2016-06-25 | Doubly-linked list element pools | Dave Barach | 4 | -1/+341 |
2016-06-19 | VPP-152: mheap_alloc returns 0 when the requested heap size is too small | Pierre Pfister | 2 | -1/+14 |
2016-06-17 | Dynamically compute ip feature subgraph order | Dave Barach | 4 | -1/+351 |
2016-06-14 | Add dpdk per-interface startup config parameter to specify worker threads | Damjan Marion | 1 | -0/+2 |
2016-06-13 | Add worker-handoff node | Damjan Marion | 1 | -0/+20 |
2016-06-09 | Add format_hexdump function | Damjan Marion | 2 | -0/+49 |
2016-05-19 | Add support for multiple microarchitectures in single binary | Damjan Marion | 2 | -6/+95 |
2016-05-17 | vppinfra - ARM: cycle count 64bits register is only available on ARMv8 | Christophe Fontaine | 1 | -2/+9 |
2016-05-16 | VPP-58: Fix build on AMD Opteron | Damjan Marion | 1 | -1/+1 |
2016-05-16 | VPP-57 Add missing license headers in doc files | Chris Luke | 3 | -0/+48 |
2016-05-13 | VPP-57 Add Doxygen to VPP | Chris Luke | 4 | -2/+11 |
2016-04-26 | Make automake silent rules default | Damjan Marion | 1 | -1/+1 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation | Damjan Marion | 22 | -66/+683 |
2016-04-21 | Add Broadwell-EP/EX to the uarch list | Damjan Marion | 1 | -0/+1 |
2016-04-18 | Add support for AArch32 | Christophe Fontaine | 10 | -14/+20 |
2016-04-14 | Fix vppinfra unit tests | Florin Coras | 3 | -5/+10 |
2016-04-11 | Add configure option to enable building unit tests | Damjan Marion | 2 | -1/+12 |
2016-03-28 | event logger skeletons, improve debug CLI | Dave Barach | 2 | -1/+2 |
2016-03-26 | Improve main-loop event-logs | Dave Barach | 2 | -3/+29 |
2016-03-18 | Make adjacencies shareable | Dave Barach | 1 | -0/+2 |
2016-03-14 | Declare node, hw_interface_class and device_class instances as external | Damjan Marion | 1 | -1/+1 |
2016-03-04 | vppinfra: remove generated config.h.in | Jean-Mickael Guerin | 1 | -62/+0 |
2016-03-04 | Add CPU detection functions | Damjan Marion | 3 | -0/+134 |
2016-03-03 | Use CRC32 instruction only when build for SSE4.2 enabled platforms | Damjan Marion | 1 | -1/+1 |
2016-02-29 | -O3 warnings be gone | Dave Barach | 1 | -1/+1 |