Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-12-20 | srv6-mobile: Implement SRv6 mobile API funcs |  Takeru Hayasaka | 13 | -92/+682 |
2023-12-15 | devices: add cli support to enable disable qdisc bypass |  Mohsin Kazmi | 3 | -2/+114 |
2023-12-15 | rdma: add rdma_create_v4 that handles flags properly |  Vratko Polak | 4 | -2/+136 |
2023-12-15 | session: add forced reset api to ct transport |  Florin Coras | 2 | -1/+14 |
2023-12-14 | tls: no closed notify if no app session |  Florin Coras | 1 | -1/+2 |
2023-12-14 | bpf_trace_filter: allow use whithout classifier |  Mohammed Hawari | 3 | -9/+5 |
2023-12-13 | tls: postpone ho cleanup if not fully established |  Florin Coras | 2 | -8/+80 |
2023-12-12 | cnat: undo fib_entry_contribute_forwarding |  Nathan Skrzypczak | 2 | -3/+7 |
2023-12-12 | ipsec: allow receiving encrypted IP packets with TFC padding |  Arthur de Kerhor | 1 | -4/+42 |
2023-12-11 | vppinfra : fix alignment issue |  hsandid | 1 | -1/+1 |
2023-12-08 | dev: caps and rx/tx offload support |  Damjan Marion | 4 | -5/+138 |
2023-12-08 | dpdk: never override devname if set via config |  Peter Morrow | 1 | -5/+6 |
2023-12-07 | dpdk-cryptodev: fix crypto-dispatch node stats |  Piotr Bronowski | 2 | -11/+7 |
2023-12-07 | misc: fix tracedump `show graph` out-of-buffer |  Dmitry Valter | 1 | -3/+3 |
2023-12-07 | vnet: allow format deleted swifidx |  Nathan Skrzypczak | 3 | -7/+8 |
2023-12-05 | iavf: set max_pkt_size even for disabled queues to make i40e PF driver happy |  Damjan Marion | 1 | -1/+3 |
2023-12-05 | l2: resolve l2 rewrite entry 'hit_count' always being 0 bug |  yanlong | 1 | -0/+2 |
2023-12-04 | http: fix coverity warning |  Filip Tehlar | 1 | -1/+3 |
2023-12-04 | iavf: add missing cfg_change_validate callback |  Damjan Marion | 2 | -1/+4 |
2023-12-04 | iavf: workaround for case when PF driver sends zero for max_mtu |  Damjan Marion | 1 | -1/+13 |
2023-12-04 | dev: mark API handlers as thread safe |  Damjan Marion | 1 | -2/+3 |
2023-12-02 | session: no segment handle on worker del |  Florin Coras | 1 | -2/+2 |
2023-12-01 | vcl: remove perror ldp call |  Florin Coras | 1 | -1/+0 |
2023-12-01 | ipsec: should use praddr_ instead of pladdr_ |  Dengfeng Liu | 1 | -1/+1 |
2023-12-01 | iavf: limit maximum number of queues to 32 |  Damjan Marion | 1 | -3/+5 |
2023-11-30 | dev: use the endian reply macro |  Vratko Polak | 1 | -34/+34 |
2023-11-29 | session: no reply on app del worker with sapi |  Florin Coras | 1 | -0/+4 |
2023-11-29 | vcl: fix init of ldp workers |  Florin Coras | 1 | -4/+2 |