Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-01-12 | session: fix app wrk free leak |  Florin Coras | 1 | -1/+1 |
2024-01-12 | crypto-native: add AES-CTR |  Damjan Marion | 4 | -18/+144 |
2024-01-12 | vppinfra: native AES-CTR implementation |  Damjan Marion | 7 | -210/+882 |
2024-01-12 | http: fix memory leak |  Filip Tehlar | 1 | -0/+1 |
2024-01-10 | linux-cp: fix route prefix construction |  Alexander Skorichenko | 1 | -1/+1 |
2024-01-10 | linux-cp: Fix looping netlink messages |  Pim van Pelt | 5 | -6/+45 |
2024-01-10 | urpf: add interface dump to API |  Pim van Pelt | 2 | -0/+94 |
2024-01-09 | session: make app listener pool global |  Florin Coras | 7 | -56/+49 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 8 | -40/+171 |
2024-01-09 | session: avoid spurious closed notifications |  Florin Coras | 1 | -0/+3 |
2024-01-02 | flowprobe: fix calling vlib_time_now() from worker threads |  Alexander Chernavin | 1 | -3/+2 |
2024-01-02 | http: unify client/server state machines |  Filip Tehlar | 3 | -329/+363 |
2023-12-22 | session: add flag to track cless sessions |  Florin Coras | 2 | -4/+13 |
2023-12-22 | quic: seed random generator during init |  Filip Tehlar | 1 | -0/+8 |
2023-12-22 | session: unset fifo evt to enqueue ack evt on tcp timewait |  emmanuel | 1 | -3/+6 |
2023-12-22 | vlib: lowercase vmbus device names |  Alexander Skorichenko | 1 | -5/+5 |
2023-12-22 | vlib: add error checks to thread pinning |  hsandid | 2 | -8/+21 |
2023-12-21 | buffers: add vlib_buffer_unalloc_to_pool() |  Damjan Marion | 1 | -0/+17 |
2023-12-21 | dev: per-queue format callbacks |  Damjan Marion | 2 | -0/+8 |
2023-12-21 | fib: format deleted LB |  Nathan Skrzypczak | 2 | -1/+15 |
2023-12-20 | virtio: virtio_flags api use enumflag instead of enum |  Ole Troan | 1 | -1/+1 |