Age | Commit message (Expand) | Author | Files | Lines |
2021-12-06 | build: leave to CMake to deal with -fPIE | Damjan Marion | 1 | -2/+1 |
2021-12-04 | ipsec: fix async buffer leak | Matthew Smith | 3 | -3/+2 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 15 | -138/+869 |
2021-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define | Klement Sekera | 10 | -50/+41 |
2021-12-03 | ip: extension header parsing fails for fragment header | Ole Troan | 9 | -303/+310 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists | Neale Ranns | 13 | -31/+48 |
2021-12-02 | tests: add segment manager tests | Filip Tehlar | 2 | -29/+52 |
2021-12-02 | perfmon: compile dispatch wrapper once for each number of counters | Damjan Marion | 3 | -35/+27 |
2021-12-02 | vppinfra: add perf testing to test_vector_func | Damjan Marion | 9 | -23/+386 |
2021-12-02 | perfmon: refactor perf metric support | Ray Kinsella | 4 | -189/+80 |
2021-12-02 | build: bump min cmake version to 3.13 and remove workarounds | Damjan Marion | 1 | -12/+3 |
2021-12-02 | vppinfra: vector shuffle cleanup | Damjan Marion | 6 | -53/+80 |
2021-12-02 | vppinfra: add SIMD masked bitwise ops | Damjan Marion | 1 | -0/+28 |
2021-12-01 | docs: add VPP Container Testbench example and lab | Matthew Giassa | 9 | -0/+1280 |
2021-12-01 | api: add api macros for native endian | Mohsin Kazmi | 1 | -35/+289 |
2021-11-30 | interface: add support for outer header checksums | Mohsin Kazmi | 3 | -0/+43 |
2021-11-30 | build rpm-packaging: Remove boost dependencies from VOM | Dave Wallace | 3 | -7/+4 |
2021-11-30 | vcl: improve handling of failed connects | Florin Coras | 1 | -10/+13 |
2021-11-30 | vcl: avoid ip format function vnet dependency | Florin Coras | 3 | -169/+187 |
2021-11-30 | rdma: bump to rdma-core 38.0 | Benoît Ganne | 1 | -2/+2 |
2021-11-30 | rdma: fix rdma-core install | Benoît Ganne | 1 | -3/+3 |
2021-11-30 | dpdk: cryptodev AES-CTR+SHA1 support added | PiotrX Kleski | 1 | -1/+4 |
2021-11-30 | dpdk-cryptodev: scalable session count | Dastin Wilski | 2 | -96/+143 |
2021-11-30 | vppinfra: remove duplicate api function definition | Florin Coras | 2 | -13/+0 |
2021-11-29 | vcl: fix build with older gcc | Florin Coras | 1 | -1/+1 |
2021-11-29 | session: remove segment if empty after writer lock | Florin Coras | 1 | -9/+18 |
2021-11-29 | session: mark first listener segment as protected | Florin Coras | 1 | -0/+4 |
2021-11-29 | session: no deq notifications after close | Florin Coras | 1 | -0/+2 |
2021-11-29 | session: postpone close notification if still accepting | Florin Coras | 1 | -0/+14 |
2021-11-29 | ipfix-export: don't check the result of pool_get | Paul Atkins | 1 | -2/+0 |
2021-11-29 | session: fix clib_rwlock_writer_unlock lost | wanghanlin | 1 | -1/+4 |
2021-11-27 | devices: fix af_packet GSO check | Nathan Skrzypczak | 1 | -1/+6 |
2021-11-26 | session: accept reply improvements | Florin Coras | 1 | -26/+25 |
2021-11-26 | session: postpone ct peer disconnect and more checks | Florin Coras | 1 | -20/+29 |
2021-11-26 | session: only notify server on ct connect failure | Florin Coras | 1 | -8/+14 |
2021-11-26 | api: add helper macros for native endian | Mohsin Kazmi | 5 | -30/+50 |
2021-11-25 | vppinfra: will_expand for pool_put and bitmap | Stanislav Zaikin | 2 | -0/+27 |
2021-11-25 | vppapigen: coverity 219549, dead code in generated file | Ole Troan | 1 | -0/+2 |
2021-11-25 | l2: change prefetch to prefetchw | Ray Kinsella | 1 | -4/+4 |
2021-11-25 | dpdk: prefetch becomes prefetchw | Ray Kinsella | 1 | -4/+4 |
2021-11-24 | session: improve fifo segment allocation | Filip Tehlar | 3 | -1/+9 |
2021-11-24 | session: detach server from client on connect failure | Florin Coras | 1 | -0/+2 |
2021-11-24 | misc: vppctl - fix coverity warning | Klement Sekera | 1 | -1/+4 |
2021-11-23 | docs: add missing 21.10 rlsnotes | Nathan Skrzypczak | 3 | -1/+530 |
2021-11-23 | vppinfra: fallback to builtin memcpy if vector code is not enabled | Damjan Marion | 1 | -3/+2 |
2021-11-23 | vppinfra: update CPU list | Damjan Marion | 1 | -47/+52 |
2021-11-23 | misc: deprecate gbp and its dependents | Neale Ranns | 72 | -249/+3 |
2021-11-23 | vxlan: multiarch optimization of vxlan | Ray Kinsella | 5 | -9/+1 |
2021-11-23 | devices: support build on older kernels | Florin Coras | 1 | -0/+3 |
2021-11-23 | dpdk: enable vmxnet3 l4 checksum offload | Florin Coras | 1 | -0/+6 |