Age | Commit message (Expand) | Author | Files | Lines |
2021-12-16 | session: app mq congestion detection |  Florin Coras | 3 | -266/+349 |
2021-12-16 | vppinfra: clang doesn't know about attribute noclone |  Damjan Marion | 1 | -0/+4 |
2021-12-16 | af_xdp: mark API as stable |  Benoît Ganne | 1 | -6/+1 |
2021-12-16 | vppinfra: fix clib_fifo_elt_at_index |  Florin Coras | 1 | -1/+1 |
2021-12-16 | api: Fix reaper functions for socket clients |  Neale Ranns | 1 | -1/+2 |
2021-12-15 | vppinfra: toeplitz hash four in parallel |  Damjan Marion | 6 | -76/+622 |
2021-12-14 | virtio: integrate with new tx infra |  Mohsin Kazmi | 11 | -58/+251 |
2021-12-14 | vppinfra: toeplitz hash |  Damjan Marion | 5 | -0/+704 |
2021-12-14 | vppinfra: display cpu frequency in test_vector_funcs perf test |  Damjan Marion | 2 | -8/+24 |
2021-12-14 | interface: Add interface monitor cli |  Nathan Skrzypczak | 4 | -0/+141 |
2021-12-14 | crypto-native: fix build error on Arm using clang-13 |  Jieqiang Wang | 1 | -2/+2 |
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 | 3 | -0/+17 |
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 | 2 | -45/+93 |
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 | 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 | 8 | -294/+277 |
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 | 1 | -29/+25 |
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 | 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 | 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 | dpdk: cryptodev AES-CTR+SHA1 support added |  PiotrX Kleski | 1 | -1/+4 |