Age | Commit message (Expand) | Author | Files | Lines |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 1 | -0/+134 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -2/+14 |
2017-09-07 | Add fd/socket name to clib_socket_* error msgs. | Dave Wallace | 1 | -12/+22 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) | Chris Luke | 1 | -1/+2 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 12 | -38/+431 |
2017-08-31 | Fix BIHASH_KVP_CACHE_SIZE == 0 case | Dave Barach | 3 | -4/+37 |
2017-08-22 | acl-plugin: Recreate the bihash_40_8.h in the proper place | Andrew Yourtchenko | 1 | -0/+87 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -1/+1 |
2017-07-23 | Atomic bucket lock | Dave Barach | 2 | -41/+58 |
2017-07-19 | Add a bihash prefetchable bucket-level cache | Dave Barach | 7 | -37/+320 |
2017-07-13 | Use clib_crc32c_uses_intrinsics instead of __SSE4_2__ | Christophe Fontaine | 1 | -1/+1 |
2017-07-10 | VPP-904: fixes zero length CLI parameters parse | Alexander Kotov | 1 | -2/+3 |
2017-07-09 | format: Check for NaN when rendering doubles | Chris Luke | 2 | -1/+14 |
2017-07-06 | vppinfra: revert clib_memcpy optimization | Damjan Marion | 2 | -10/+14 |
2017-07-01 | Refactor API message handling code | Klement Sekera | 2 | -13/+36 |
2017-06-30 | VPP-893: handle multiple simultaneous event registrations | Dave Barach | 2 | -1/+7 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl | Dave Barach | 8 | -0/+107 |
2017-06-27 | FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits | Ole Troan | 1 | -0/+14 |
2017-06-21 | Add option to create clib_socket with group write permissions | Damjan Marion | 2 | -0/+10 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process | Damjan Marion | 2 | -0/+29 |
2017-06-20 | Parenthesize the usage of the macro argument within vec_search() macro defini... | Andrew Yourtchenko | 1 | -1/+1 |
2017-06-14 | VPP-874: fix coverity warnings in tw_timer_template.c | Dave Barach | 1 | -4/+4 |
2017-06-12 | three-level timer wheel implementation w/ overflow vector | Dave Barach | 12 | -77/+1325 |
2017-06-12 | Fix build breakge post 6956 | Neale Ranns | 1 | -0/+2 |
2017-06-12 | Remove calls to crc_u32 and add clib_crc32c for armv8+crc | Christophe Fontaine | 4 | -63/+35 |
2017-06-05 | vppinfra: fix vec_validate_init_empty_aligned macro | Damjan Marion | 1 | -1/+1 |
2017-06-05 | More GCC-7 errors | Marco Varlese | 1 | -0/+2 |
2017-06-02 | Fix mac_age process crash in multi-threaded environment | Steve Shin | 1 | -2/+1 |
2017-05-18 | VPP-847: improve bihash template memory allocator performance | Dave Barach | 5 | -57/+111 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 9 | -33/+44 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems | Damjan Marion | 3 | -10/+62 |
2017-05-10 | vppinfra: optimize and simplify splat inline functions | Damjan Marion | 1 | -17/+11 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 1 | -1/+1 |
2017-05-03 | Fix vnet unit tests | Filip Tehlar | 1 | -4/+4 |
2017-04-25 | Define cache line size for x86 32-bit | Damjan Marion | 1 | -1/+1 |
2017-04-21 | vppinfra: clib_memcpy improvement | Ray Kinsella | 2 | -10/+0 |
2017-04-01 | Clean up event log merge code | Dave Barach | 3 | -70/+276 |
2017-03-30 | vppinfra: add spinlock inline functions | Damjan Marion | 1 | -0/+97 |
2017-03-22 | Add memif - packet memory interface for intra-host communication | Damjan Marion | 1 | -0/+6 |
2017-03-21 | armv8 - fix os_cpu_clock_frequency for armv8 | Gabriel Ganne | 1 | -0/+6 |
2017-03-04 | timing wheel: avoid queueing expired timers and caching wrong earliest expiry... | Andrew Yourtchenko | 1 | -2/+11 |
2017-03-03 | IPv6 RA improvements | Neale Ranns | 1 | -0/+26 |
2017-03-01 | vppinfra: fix issue when copying 16 bytes with clib_memcpy | Damjan Marion | 2 | -0/+10 |
2017-03-01 | VPP-598: tcp stack initial commit | Dave Barach | 4 | -0/+291 |
2017-02-24 | MFIB memory leak. free the per-source interface hash | Neale Ranns | 1 | -5/+0 |
2017-02-22 | Fix last run time update for timer wheel | Florin Coras | 1 | -1/+1 |
2017-02-16 | tw_timer_expire_timers() - add a maximum to the number of expiration per call | Gabriel Ganne | 2 | -3/+10 |
2017-02-16 | VPP-638: 'set interface ipsec key garbage' causes infinite loop | Billy McFall | 1 | -0/+5 |
2017-02-16 | tw_timer_expire_timers() return the number of expirations | Gabriel Ganne | 2 | -9/+14 |
2017-02-06 | Add pool_get[_aligned]_will_expand(...) | Dave Barach | 2 | -0/+67 |