Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 29 | -1/+5387 |
2023-11-01 | tcp: remove redundant ack checks |  Florin Coras | 1 | -18/+0 |
2023-11-01 | tcp: allow ooo data in syn-rcvd |  Florin Coras | 1 | -9/+0 |
2023-11-01 | tcp: postpone cleanup on connect failures |  Florin Coras | 1 | -2/+6 |
2023-10-31 | ipsec: separate UDP and UDP-encapsulated ESP packet processing |  vinay tripathi | 1 | -8/+33 |
2023-10-31 | ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet... |  vinay tripathi | 1 | -174/+181 |
2023-10-30 | ipsec: huge anti-replay window support |  Maxime Peim | 10 | -168/+680 |
2023-10-27 | session: fix bind replies with errors |  Florin Coras | 1 | -1/+1 |
2023-10-26 | devices: remove unused code |  Damjan Marion | 2 | -19/+0 |
2023-10-25 | fib: only update glean for interface if necessary |  Matthew Smith | 2 | -8/+81 |
2023-10-24 | crypto: fix algo selection |  Dmitry Valter | 1 | -1/+4 |