Age | Commit message (Expand) | Author | Files | Lines |
2024-02-13 | vnet: Don't use __unused for struct padding | Tom Jones | 1 | -1/+1 |
2024-02-13 | vppinfra: Add a stubbed out test_perf function for FreeBSD | Tom Jones | 1 | -0/+6 |
2024-02-13 | vppinfra: MAP_HUGETLB isn't available on FreeBSD | Tom Jones | 1 | -0/+2 |
2024-02-13 | vppinfra: Only prealloc hugepages on Linux | Tom Jones | 1 | -0/+2 |
2024-02-13 | vppinfra: Don't build perfmon on FreeBSD | Tom Jones | 1 | -3/+4 |
2024-02-13 | vppinfra: Place SIGPWR behind a linux define | Tom Jones | 1 | -0/+2 |
2024-02-12 | fib: contention with DP on deleting a route | Steven Luong | 1 | -0/+1 |
2024-02-12 | af_packet : fix crash on interface creation | hsandid | 1 | -4/+6 |
2024-02-12 | buffers: bring back cache occupancy improvement | Vratko Polak | 1 | -0/+4 |
2024-02-12 | ip_session_redirect: export symbols | Benoît Ganne | 2 | -2/+5 |
2024-02-09 | ikev2: accept rekey request for IKE SA | Atzm Watanabe | 3 | -24/+265 |
2024-02-07 | udp: add cli to dump transport ports | Florin Coras | 1 | -0/+92 |
2024-02-02 | session: guard session lookup table allocs | Florin Coras | 2 | -0/+37 |
2024-02-02 | vlib: flush rpcs on worker sync | Florin Coras | 1 | -0/+1 |
2024-02-02 | vlib api: move wrkr rpc flushing to vlib | Florin Coras | 5 | -21/+18 |
2024-01-31 | tls: set app closed flag in framework | Florin Coras | 2 | -2/+1 |
2024-01-31 | tls: convert ctx fields to connection flags | Florin Coras | 5 | -36/+40 |
2024-01-30 | linux-cp: add add_del_v3 and get_v2 methods | Anton Nikolaev | 2 | -6/+108 |
2024-01-29 | api: provide api definition over api | Ole Troan | 10 | -29/+968 |
2024-01-29 | ip: don't export useless error counters for ip6 rewrite | Arthur de Kerhor | 1 | -2/+0 |
2024-01-25 | udp: update rx sw_if_index to ip-local selected one | Florin Coras | 1 | -0/+4 |
2024-01-23 | vppinfra: fix clib_array_mask_u32 OOB reads | Dmitry Valter | 2 | -7/+28 |
2024-01-23 | tls: fix ho leak on tcp connect return | Florin Coras | 1 | -1/+4 |
2024-01-23 | papi: support old style of providing apidir | Vratko Polak | 1 | -1/+4 |
2024-01-23 | tls: overlap parent opaque with listener ctx | Florin Coras | 1 | -5/+6 |
2024-01-23 | tls: set flag whenever app session is freed | Florin Coras | 1 | -5/+9 |
2024-01-22 | session: flag instead of state for filtering ntf | Florin Coras | 1 | -2/+2 |
2024-01-20 | buffers: add compile-time option to set buffer alignment | Damjan Marion | 5 | -8/+11 |
2024-01-19 | build: disable plugins which require openssl if openssl is not available | Damjan Marion | 4 | -0/+21 |
2024-01-19 | build: fix default platform | Benoît Ganne | 1 | -0/+1 |
2024-01-19 | vppinfra: fix test_bihash | Dmitry Valter | 1 | -2/+2 |
2024-01-19 | lldp: dump api | Denys Haryachyy | 3 | -9/+132 |
2024-01-19 | vppinfra: fix bracket balance | Georgy Borodin | 1 | -1/+2 |
2024-01-19 | vppinfra: fix vec_prepend use-after-free | Dmitry Valter | 1 | -7/+9 |
2024-01-19 | memif: use VPP cacheline size for memif when compiling within VPP | Mohsin Kazmi | 1 | -0/+2 |
2024-01-19 | build: Explicitly use bash for shell scripts | Tom Jones | 3 | -3/+3 |
2024-01-18 | tests: preload api files | Maxime Peim | 2 | -33/+41 |
2024-01-17 | octeon: native driver for Marvell Octeon SoC | Damjan Marion | 14 | -17/+2561 |
2024-01-17 | vppinfra: change fchmod to umask for unix socket | Georgy Borodin | 1 | -14/+17 |
2024-01-17 | af_packet: set next0 for AF_PACKET_IF_MODE_ETHERNET mode | Artem Glazychev | 1 | -0/+6 |
2024-01-16 | build: add vapi scripts to VPP_HOST_TOOLS_ONLY | Guillaume Solignac | 1 | -0/+8 |
2024-01-16 | vnet: fix log_debug message format | Georgy Borodin | 1 | -2/+1 |
2024-01-16 | vppinfra: fix memcpy test buffer size | Dmitry Valter | 1 | -1/+1 |
2024-01-16 | dpdk: add ID for QAT 4xxx series VF support | Kai Ji | 1 | -1/+2 |
2024-01-16 | dpdk: fix log_debug message format | Georgy Borodin | 1 | -1/+1 |
2024-01-16 | vlib: remove unused code | Damjan Marion | 1 | -16/+0 |
2024-01-16 | vppinfra: enable AES tests on ARM | Damjan Marion | 4 | -10/+3 |
2024-01-16 | stats: Add optional labels to prometheus metrics | Pim van Pelt | 1 | -59/+255 |
2024-01-15 | session: avoid spurious disconnect and reset ntfs | Florin Coras | 1 | -2/+4 |
2024-01-15 | devices: add support to check host interface offload capabilities | Mohsin Kazmi | 2 | -6/+96 |