Age | Commit message (Expand) | Author | Files | Lines |
2021-11-15 | perfmon: rename bundle to memory stalls | Ray Kinsella | 2 | -9/+9 |
2021-11-15 | fib: re-evaluate the import/export state of a prefix. | Neale Ranns | 5 | -77/+225 |
2021-11-14 | flowprobe: right values in records from subinterfaces | Daniel Béreš | 1 | -2/+14 |
2021-11-12 | session: add support for DSCP | Filip Tehlar | 3 | -7/+12 |
2021-11-12 | hash: refactor crc32_5tuple | Damjan Marion | 4 | -121/+96 |
2021-11-12 | srtp: fix uninitialized value | Damjan Marion | 1 | -1/+1 |
2021-11-12 | build: remove unnecesary link deps | Damjan Marion | 3 | -4/+3 |
2021-11-12 | session: fix ct tracking of actual transport proto | Florin Coras | 1 | -1/+1 |
2021-11-12 | virtio: improve the inline of clib_memcpy_fast | Mohsin Kazmi | 1 | -1/+1 |
2021-11-12 | memif: fix the default txq placement | Mohsin Kazmi | 1 | -3/+9 |
2021-11-11 | tests: make code coverage for unit tests optional | Ole Troan | 3 | -3/+10 |
2021-11-11 | vcl: notify vpp if connected inexistent session | Florin Coras | 1 | -1/+11 |
2021-11-11 | nat: nat44-ei/ed nat objects cleanup improvements | Filip Varga | 5 | -259/+489 |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy | Damjan Marion | 8 | -100/+487 |
2021-11-10 | vppinfra: deprecate test_mheap.c | Dave Barach | 1 | -286/+0 |
2021-11-10 | ip: crash in ip_csum_fold due to illegal instruction shrx | Steven Luong | 1 | -1/+1 |
2021-11-10 | vppinfra: new memcpy for x86_64 | Damjan Marion | 12 | -942/+790 |
2021-11-10 | ip: always set ip rx_sw_if_index | Florin Coras | 3 | -10/+12 |
2021-11-10 | nat: api autoendian fix | Filip Varga | 5 | -60/+86 |
2021-11-10 | af_xdp: fix thread 0 and 1 using one txq slot | arikachen | 1 | -2/+2 |
2021-11-09 | session: reset if ct close with data | Florin Coras | 1 | -1/+15 |
2021-11-09 | session: postpone ct cleanups | Florin Coras | 1 | -18/+105 |
2021-11-09 | memif: memif linkstate can't become up | Daniel Béreš | 1 | -1/+8 |
2021-11-08 | tcp: refactor reset node | Florin Coras | 1 | -49/+71 |
2021-11-08 | vppinfra: vectorized index to pointer function | Damjan Marion | 4 | -92/+343 |
2021-11-08 | vppinfra: clib_count_equal_* tests | Damjan Marion | 2 | -1/+101 |
2021-11-08 | vppinfra: AVX512 in clib_count_equal_* | Damjan Marion | 2 | -13/+98 |
2021-11-08 | build: -Wno-stringop-overflow during LTO phase | Damjan Marion | 2 | -0/+7 |
2021-11-08 | perfmon: fix iio-bw coverity issues | Ray Kinsella | 3 | -5/+3 |
2021-11-07 | l2: fix array-bounds error for prefetch on Arm | Tianyu Li | 1 | -1/+2 |
2021-11-07 | crypto-native: fix uninitialized variable | Gabriel Oginski | 1 | -1/+1 |
2021-11-07 | perfmon: numa node list probing should use '/online' instead of '/has_cpu' | Xiaoming Jiang | 1 | -1/+1 |
2021-11-06 | tcp: fix reset with packet ack number | Florin Coras | 1 | -0/+1 |
2021-11-06 | vppinfra: move clib_count_equal_* code | Damjan Marion | 6 | -235/+244 |
2021-11-06 | unittest: remove clib_count_equal_* tests | Damjan Marion | 1 | -97/+3 |
2021-11-06 | tcp: in place tcp header for buffer resets | Florin Coras | 1 | -2/+2 |
2021-11-06 | build: print compiler and library dir | Damjan Marion | 1 | -0/+2 |
2021-11-05 | dpdk: remove dead code | Damjan Marion | 1 | -4/+1 |
2021-11-05 | pci: remove dead code | Damjan Marion | 1 | -4/+0 |
2021-11-05 | vlib: remove dead code | Damjan Marion | 1 | -7/+0 |
2021-11-05 | devices: remove dead code in pipe | Damjan Marion | 1 | -2/+1 |
2021-11-05 | vppinfra: remove dead code in elf.c | Damjan Marion | 1 | -2/+0 |
2021-11-05 | ip: remove dead code | Damjan Marion | 1 | -3/+0 |
2021-11-05 | snort: default logging level should not be debug | Damjan Marion | 1 | -1/+0 |
2021-11-05 | snort: fix unused result warning for gcc-10 | Tianyu Li | 1 | -2/+1 |
2021-11-05 | unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s... | Steven Luong | 2 | -385/+30 |
2021-11-05 | virtio: fix the initialization | Mohsin Kazmi | 1 | -1/+1 |
2021-11-04 | ip: speed up reassembly code compilation | Klement Sekera | 4 | -50/+36 |
2021-11-04 | ip: reassembly: avoid reading truncated L4 headers | Klement Sekera | 3 | -81/+151 |
2021-11-03 | vppinfra: strstr_s_inline checks string unterminated wrong | Steven Luong | 1 | -1/+1 |