Age | Commit message (Expand) | Author | Files | Lines |
2021-12-14 | misc: vppctl fix heap-buffer-overflow & memleaks | Tianyu Li | 1 | -0/+8 |
2021-12-14 | vxlan: crash on configuring vxlan tunnel on l3 mode | Steven Luong | 2 | -7/+9 |
2021-12-14 | api: verify message size on receipt | Klement Sekera | 16 | -88/+280 |
2021-12-14 | ip: reassembly: drop zero length fragments | Klement Sekera | 4 | -0/+35 |
2021-12-13 | vppinfra: multiple perf bundle support in test_vector_funcs | Damjan Marion | 2 | -10/+79 |
2021-12-12 | arp: fix arp_vft callback | Mercury | 1 | -1/+1 |
2021-12-12 | tcp: fix the tcp src-address cli | Mercury | 1 | -0/+2 |
2021-12-10 | ip: reassembly: handle atomic fragments correctly | Klement Sekera | 4 | -47/+177 |
2021-12-09 | dpdk: disable l4 csum offload for vmxnet3 | Florin Coras | 1 | -1/+4 |
2021-12-09 | build: fix PYTHONPYCACHEPREFIX path | Damjan Marion | 1 | -1/+1 |
2021-12-08 | vcl: validate closed sessions on disconnect and reset | Florin Coras | 1 | -2/+2 |
2021-12-08 | memif: fix the memory leak when memif cli getting wrong parameters inputs | Han Wu | 1 | -4/+12 |
2021-12-08 | api: improve REPLY_MACRO safety | Klement Sekera | 3 | -134/+167 |
2021-12-08 | session: stricter tx checks for ct sessions | Florin Coras | 1 | -1/+11 |
2021-12-08 | session: fix duplicate segment del message | Florin Coras | 1 | -6/+1 |
2021-12-07 | vcl: debug code improvements | Florin Coras | 1 | -36/+33 |
2021-12-07 | vcl: handle reordering of disconnect and reset msgs | Florin Coras | 2 | -11/+61 |
2021-12-07 | libmemif: reset memif buffer flags | Jakub Grajciar | 1 | -0/+2 |
2021-12-07 | fib: fix coverity warning/don't dereference NULL | Klement Sekera | 1 | -1/+1 |
2021-12-06 | vcl: fix ldp shared listener bitmap leak | Florin Coras | 1 | -1/+2 |
2021-12-06 | vppinfra: add 'filter' option to test_vector_funcs | Damjan Marion | 2 | -1/+9 |
2021-12-06 | vppinfra: sha2 tests | Damjan Marion | 4 | -3/+345 |
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 |