Age | Commit message (Expand) | Author | Files | Lines |
2023-05-27 | vppinfra: add bit_extract_u32 and bit_extract_u64 |  Damjan Marion | 1 | -0/+42 |
2023-05-16 | dpdk: fix format rx/tx burst function name failed |  Xiaoming Jiang | 2 | -6/+21 |
2023-05-16 | misc: make format_hexdump length u32 |  Benoît Ganne | 1 | -1/+1 |
2023-05-16 | vppinfra: add aarch64 support for format_ucontext_pc |  Tianyu Li | 1 | -0/+4 |
2023-04-28 | session: update due to clib_socket refactoring |  Nathan Skrzypczak | 2 | -41/+11 |
2023-04-18 | vppinfra: Multiarch support for AMD EPYC processors |  Sivaprasad Tummala | 1 | -2/+21 |
2023-04-18 | vppinfra: missing static_always_inline in crc32c.h |  Damjan Marion | 1 | -2/+2 |
2023-04-17 | vppinfra: SFENCE requires SSE2 to be enabled |  Damjan Marion | 1 | -1/+1 |
2023-04-17 | vppinfra: add AMD EPYC cpu family details |  Sivaprasad Tummala | 2 | -2/+27 |
2023-04-17 | vppinfra: native poly1305 implementation |  Damjan Marion | 5 | -6/+544 |
2023-04-17 | build: add scalar (no-simd) march variant |  Damjan Marion | 3 | -3/+13 |
2023-04-17 | vppinfra: table based crc32c for targets without crc32c instructions |  Damjan Marion | 1 | -0/+71 |
2023-04-17 | vppinfra: add format_hexdump_u{16,32,64} |  Damjan Marion | 2 | -0/+69 |
2023-04-06 | vppinfra: refactor uword bitmaps |  Damjan Marion | 4 | -18/+92 |
2023-03-27 | vppinfra: small improvement and polishing of AES GCM code |  Damjan Marion | 2 | -74/+95 |
2023-03-23 | vppinfra: AES-CBC and AES-GCM refactor and optimizations |  Damjan Marion | 13 | -656/+4048 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse |  Benoît Ganne | 2 | -0/+86 |
2023-03-22 | build: fix rpm build error with test_infra |  Tianyu Li | 1 | -0/+1 |
2023-03-19 | vppinfra: fix pool free bitmap allocation |  Vladislav Grishenko | 3 | -1/+58 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup |  Dave Barach | 15 | -35/+196 |
2023-03-17 | vppinfra: move sha2.h to crypto/ |  Damjan Marion | 2 | -1/+591 |
2023-03-17 | vppinfra: auto-free test memory |  Damjan Marion | 5 | -59/+10 |
2023-03-17 | vppinfra: add FOREACH_ARRAY_ELT macro |  Damjan Marion | 1 | -0/+2 |
2023-03-16 | vppinfra: add clib_crc32c testcase into infra tests |  Andrew Yourtchenko | 2 | -0/+55 |
2023-03-15 | vppinfra: widen the scope of test_vector_funcs |  Damjan Marion | 12 | -23/+23 |
2023-03-15 | crypto-native: 256-bit AES CBC support |  Damjan Marion | 1 | -0/+16 |
2023-03-15 | build: add support for intel alderlake and sapphirerapids, part 2 |  Damjan Marion | 1 | -1/+3 |
2023-03-14 | vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8 |  Andrew Yourtchenko | 1 | -1/+1 |
2023-03-14 | build: add support for intel alderlake and sapphirerapids |  Damjan Marion | 1 | -1/+18 |
2023-03-13 | avf: 512-bit SIMD version of avf_tx_prepare |  Leyi Rong | 1 | -0/+3 |
2023-03-10 | vlib: 512-bit SIMD version of vlib_buffer_free |  Leyi Rong | 1 | -1/+4 |
2023-03-06 | vppinfra: fix memory traces |  Benoît Ganne | 1 | -49/+82 |
2023-03-06 | vppinfra: adding support for socket mounting paths |  Mohsin Kazmi | 1 | -1/+5 |
2023-03-06 | vppinfra: fix clib_bitmap_will_expand() result inversion |  Vladislav Grishenko | 1 | -1/+1 |
2023-03-06 | vppinfra: display only the 1st 50 memory traces by default |  Benoît Ganne | 1 | -2/+4 |
2023-02-06 | vppinfra: refactor clib_socket_init, add linux netns support |  Damjan Marion | 3 | -208/+414 |
2023-01-30 | vppinfra: keep AddressSanitizer happy |  Benoît Ganne | 1 | -2/+3 |
2023-01-22 | vppinfra: fix random buffer OOB crash with ASAN |  Dmitry Valter | 1 | -1/+9 |
2023-01-20 | vppinfra: clib_bitmap fix |  Maxime Peim | 1 | -5/+5 |
2023-01-18 | vppinfra:fix pcap write large file(> 0x80000000) error. |  aihua2013 | 1 | -1/+1 |
2023-01-14 | vppinfra: add const to char* params of several funcs |  Sergey Nikiforov | 3 | -11/+9 |
2023-01-13 | vppinfra: fix else if check in _vec_set_len() |  Liangxing Wang | 1 | -1/+1 |
2023-01-12 | vppinfra: fix longstanding corner case bug in serialize_get() |  Dave Barach | 2 | -0/+47 |
2023-01-12 | misc: use right include for fctnl.h and poll.h |  Guillaume Solignac | 2 | -2/+2 |
2022-12-26 | vppinfra: fix function prototypes |  Dave Barach | 2 | -4/+4 |
2022-12-02 | vlib: clib_panic if sysconf() can't determine page size on startup |  Andrew Yourtchenko | 1 | -1/+7 |
2022-11-14 | crypto-ipsecmb: fix plugin crash in VirtualBox |  Maros Ondrejicka | 1 | -0/+1 |
2022-10-25 | hash: add local variable |  Gabriel Oginski | 1 | -2/+3 |
2022-10-24 | vppinfra: fix incorrect sizeof() argument due to typo |  Andrew Yourtchenko | 1 | -1/+1 |
2022-10-18 | vppinfra: send minimal needed mask to the set_mempolicy syscall |  Damjan Marion | 1 | -11/+14 |