Age | Commit message (Expand) | Author | Files | Lines |
2024-01-09 | session: support for cl port reuse | Florin Coras | 7 | -36/+166 |
2024-01-09 | session: avoid spurious closed notifications | Florin Coras | 1 | -0/+3 |
2023-12-22 | session: add flag to track cless sessions | Florin Coras | 2 | -4/+13 |
2023-12-22 | session: unset fifo evt to enqueue ack evt on tcp timewait | emmanuel | 1 | -3/+6 |
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-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 | 1 | -0/+3 |
2023-12-13 | tls: postpone ho cleanup if not fully established | Florin Coras | 2 | -8/+80 |
2023-12-12 | ipsec: allow receiving encrypted IP packets with TFC padding | Arthur de Kerhor | 1 | -4/+42 |
2023-12-08 | dev: caps and rx/tx offload support | Damjan Marion | 3 | -4/+125 |
2023-12-07 | vnet: allow format deleted swifidx | Nathan Skrzypczak | 3 | -7/+8 |
2023-12-05 | l2: resolve l2 rewrite entry 'hit_count' always being 0 bug | yanlong | 1 | -0/+2 |
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 | ipsec: should use praddr_ instead of pladdr_ | Dengfeng Liu | 1 | -1/+1 |
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 | tcp: fix rxt send of new data assert | Florin Coras | 1 | -2/+1 |
2023-11-29 | pci: fix MSI-X vector length check | Damjan Marion | 1 | -1/+1 |
2023-11-28 | tcp: allow unsent segments less than mss in recovery | Florin Coras | 1 | -3/+7 |
2023-11-28 | tcp: add counter for accepted connections | Florin Coras | 2 | -1/+2 |
2023-11-28 | session: fix asan failure | Georgy Borodin | 1 | -2/+5 |
2023-11-27 | fib: fix fib_path_create() with drop targets | Alexander Skorichenko | 1 | -1/+2 |
2023-11-27 | bfd: fix buffer leak when cannot send periodic packets | Alexander Chernavin | 1 | -1/+1 |
2023-11-27 | tcp: allow multiple rxt rescues during recovery | Florin Coras | 1 | -2/+2 |
2023-11-25 | dev: initial set of APIs | Damjan Marion | 11 | -24/+338 |
2023-11-24 | dev: fix null dereference of arg list | Damjan Marion | 2 | -5/+7 |
2023-11-22 | session: per app wrk client ct segment handle | Florin Coras | 3 | -19/+22 |
2023-11-21 | virtio: fix cli parsing for tx-queue-size | Vratko Polak | 1 | -1/+1 |
2023-11-20 | session: add session lookup cli for stats | Florin Coras | 3 | -0/+142 |
2023-11-17 | session: always clear rx evt flag on ntf | Florin Coras | 1 | -3/+5 |
2023-11-17 | ipsec: keep esp encrypt pointer and index synced | Matthew Smith | 1 | -1/+1 |
2023-11-16 | dev: startup.conf handling improvements | Damjan Marion | 1 | -11/+20 |
2023-11-16 | dev: device and port specific args | Damjan Marion | 11 | -7/+404 |
2023-11-13 | dev: add change_max_rx_frame_size capability | Damjan Marion | 7 | -26/+50 |
2023-11-10 | tls: fix forced ho cleanup | Florin Coras | 1 | -3/+13 |
2023-11-09 | tls: fix handling of client and server init errors | Florin Coras | 1 | -11/+9 |
2023-11-09 | ipsec: IPsec fix constant propagation | Maxime Peim | 1 | -2/+3 |
2023-11-08 | tls: avoid reads after tcp transport removed | Florin Coras | 1 | -4/+18 |
2023-11-08 | dev: remove unused code | Damjan Marion | 3 | -37/+0 |
2023-11-08 | dev: interrupt mode support | Damjan Marion | 10 | -154/+306 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings | Jieqiang Wang | 2 | -2/+2 |
2023-11-06 | ipsec: delete redundant code | Dengfeng Liu | 1 | -4/+0 |
2023-11-04 | bonding: add checks for sw_if_index in api | Stanislav Zaikin | 1 | -0/+12 |
2023-11-03 | vppinfra: refactor interrupt code | Damjan Marion | 2 | -7/+4 |
2023-11-03 | dev: strip debig log function name prefix during compilation | Damjan Marion | 3 | -8/+4 |
2023-11-02 | tcp: fix reset w pkt | Florin Coras | 1 | -24/+3 |