Age | Commit message (Expand) | Author | Files | Lines |
2020-08-06 | vppinfra: harmonize function names | Dave Barach | 3 | -16/+16 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -5/+5 |
2020-08-03 | vppinfra: fix clib_count_equal_u8/16/32/64 overflow | Benoît Ganne | 1 | -47/+30 |
2020-07-23 | vppinfra: add *_zero() vector inlines | Damjan Marion | 1 | -0/+9 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 3 | -4/+319 |
2020-07-16 | vlib: fix asan compilation with gcc | Benoît Ganne | 1 | -0/+12 |
2020-07-16 | vppinfra: fix format_c_identifier vector overflow | Benoît Ganne | 1 | -1/+1 |
2020-07-16 | vppinfra: enable STATIC_ASSERT with clang | Benoît Ganne | 2 | -6/+3 |
2020-07-15 | vppinfra: more vector inlines | Damjan Marion | 3 | -0/+60 |
2020-07-01 | vlib: wake up workers if interrupts are posted | Benoît Ganne | 1 | -1/+1 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue | Ryujiro Shibuya | 1 | -0/+6 |
2020-06-25 | misc: add gdb macros | Dave Barach | 1 | -2/+3 |
2020-06-23 | vppinfra: fix u32x4_gather definition | Damjan Marion | 1 | -1/+1 |
2020-06-23 | vlib: debug CLI macro expander, part deux | Dave Barach | 2 | -4/+14 |
2020-06-19 | vlib: add recursive macro expander to debug cli | Dave Barach | 3 | -33/+92 |
2020-06-17 | docs: add more FEATURE.yaml documentation | Dave Barach | 1 | -0/+57 |
2020-05-27 | vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two | Damjan Marion | 1 | -1/+1 |
2020-05-24 | vppinfra: fix SIGBUS in bihash init when running unpriviledged | Damjan Marion | 1 | -1/+1 |
2020-05-22 | vppinfra: remove include | Damjan Marion | 1 | -1/+0 |
2020-05-21 | vlib: enforce buffer alloc return value check | Damjan Marion | 1 | -0/+1 |
2020-05-19 | vppinfra: refactor mpcap.h | Dave Barach | 1 | -88/+4 |
2020-05-18 | vppinfra: OpenPOWER ELF V2 ABI version of clib_{longjmp,setjmp,calljmp} | Damjan Marion | 1 | -47/+93 |
2020-05-16 | vppinfra: use byte swap builtins | Damjan Marion | 1 | -41/+3 |
2020-05-15 | vppinfra: remove trailing whitespace in longjmp.S | Damjan Marion | 1 | -110/+110 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-08 | vppinfra: set explicit found in search_free_list loop | Steven Luong | 1 | -2/+6 |
2020-05-08 | vppinfra: fix u32x4_byte_swap on Arm | Lijian.Zhang | 1 | -1/+1 |
2020-05-07 | vppinfra: loop counter off by 1 in search_free_list() | Steven Luong | 1 | -1/+1 |
2020-05-07 | rdma: fix alignment issue | Damjan Marion | 1 | -0/+3 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 1 | -1/+2 |
2020-04-30 | build: rework x86 CPU variants | Damjan Marion | 3 | -6/+20 |
2020-04-30 | build: support arch-specific compiling for Neoverse N1 | Lijian.Zhang | 1 | -0/+11 |
2020-04-28 | vppinfra: type prove vec_new and vec_resize | Andreas Schultz | 1 | -6/+10 |
2020-04-28 | vppinfra: improve test coverage | Dave Barach | 1 | -1/+1 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 3 | -0/+24 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 1 | -0/+9 |
2020-04-27 | build: add vppinfra/warnings.h to exported headers list | Benoît Ganne | 1 | -0/+1 |
2020-04-24 | vppinfra: finish deprecating qsort.c | Dave Barach | 2 | -272/+7 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 1 | -0/+3 |
2020-04-23 | vppinfra: more bihash optimizatons | Damjan Marion | 3 | -66/+67 |
2020-04-22 | vppinfra: move unused code to extras/deprecated/vppinfra | Dave Barach | 37 | -12383/+1 |
2020-04-22 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-04-22 | misc: asan: mark parsed elf memory as readable for ASan | Benoît Ganne | 1 | -0/+2 |
2020-04-22 | misc: asan: do not poison memory after munmap() | Benoît Ganne | 1 | -1/+0 |
2020-04-22 | vppinfra: fix potential race in bihash bucket lock | Damjan Marion | 1 | -11/+9 |
2020-04-22 | vppinfra: improve bihash add/del performance | Damjan Marion | 2 | -26/+36 |
2020-04-21 | vppinfra: bihash improvements | Dave Barach | 15 | -50/+272 |
2020-04-17 | vppinfra: install missing tw_timer_2t_2w_512sl header file | Yu Sun | 1 | -0/+1 |
2020-04-15 | vppinfra: don't use memcmp to compare keys in cuckoo | Damjan Marion | 4 | -10/+1 |
2020-04-15 | vppinfra: delay bucket2 calc in cuckoo search | Damjan Marion | 1 | -28/+25 |