Age | Commit message (Expand) | Author | Files | Lines |
2025-02-13 | ipsec: keep inbound seq as u64 |  Damjan Marion | 1 | -2/+1 |
2025-02-13 | ipsec: combine huge and normal anti-replay-window handling |  Damjan Marion | 1 | -5/+2 |
2025-02-13 | ipsec: embed anti-replay bitmap in the runtime data |  Damjan Marion | 1 | -2/+3 |
2025-02-12 | tcp: rename worker ctx to just wrk |  Florin Coras | 1 | -1/+1 |
2025-02-12 | vrrp: force sleeps between timer events |  Matthew Smith | 1 | -1/+13 |
2025-02-11 | http: modularization in preparation for h2 and h3 |  Matus Fabian | 6 | -2143/+2733 |
2025-02-11 | hsa: http client parallel sessions |  Adrian Villin | 1 | -144/+304 |
2025-02-10 | build: replace __FUNCTION__ with C11 __func__ |  Damjan Marion | 2 | -10/+5 |
2025-02-05 | http: confirm postponed connection close |  Matus Fabian | 1 | -1/+4 |
2025-02-05 | cnat: fix interface map type unformat |  Benoît Ganne | 1 | -2/+3 |
2025-02-03 | http: buf_fifo_get_segs minor fix |  Matus Fabian | 1 | -1/+1 |
2025-01-31 | http: http_app_tx_callback check if conn closed |  Matus Fabian | 1 | -0/+7 |
2025-01-31 | ipsec: store outbound seq as u64 |  Damjan Marion | 1 | -4/+1 |
2025-01-30 | hsa: http connect proxy fix |  Matus Fabian | 1 | -1/+2 |
2025-01-30 | ipsec: add SA inbound and outbound runtime data |  Damjan Marion | 2 | -11/+25 |
2025-01-29 | http: conn state consistency with other transports |  Florin Coras | 1 | -6/+6 |
2025-01-29 | sflow: replace VAPI with DLAPI |  Pim van Pelt | 9 | -345/+75 |
2025-01-27 | armada: fix DSA packet grouping issue on rx |  Damjan Marion | 1 | -0/+1 |
2025-01-23 | http_static: introduce max-body-size parameter |  Semir Sionek | 5 | -8/+187 |
2025-01-23 | http: move header serialization to http transport |  Matus Fabian | 12 | -272/+289 |
2025-01-23 | sflow: Update build rules |  Pim van Pelt | 6 | -4/+32 |
2025-01-22 | session: cleanup io event functions |  Florin Coras | 7 | -30/+19 |
2025-01-22 | session svm: track session indices in private struct |  Florin Coras | 4 | -6/+10 |
2025-01-22 | http: case-insensitive header table search |  Matus Fabian | 5 | -45/+315 |
2025-01-22 | snort: validate sw_if_index in attach/detach api handlers |  Dave Wallace | 1 | -9/+22 |
2025-01-21 | http: target parsing improvement |  Matus Fabian | 11 | -498/+575 |
2025-01-21 | dpdk: enable VLAN offload configuration for the iavf PMD driver |  Kai Ji | 1 | -0/+1 |
2025-01-21 | crypto: add async algo macros for ctr sha2 |  Nithinsen Kaithakadan | 2 | -1/+31 |
2025-01-21 | octeon: add direct mode changes in crypto datapath |  Nithinsen Kaithakadan | 2 | -48/+269 |
2025-01-21 | octeon: rework octeon crypto framework |  Nithinsen Kaithakadan | 2 | -61/+60 |
2025-01-21 | octeon: fix for async crypto session init |  Nithinsen Kaithakadan | 2 | -10/+16 |
2025-01-21 | dpdk: bump to DPDK 24.11.1 |  Vladimir Smirnov | 5 | -13/+37 |
2025-01-20 | tls: async event handling enhancement |  Varun Rapelly | 3 | -599/+345 |
2025-01-20 | sflow: initial checkin |  Pim van Pelt | 16 | -0/+3562 |
2025-01-20 | af_packet: worker thread call vlib_log coredump |  fenglei | 1 | -3/+14 |
2025-01-17 | snort: support multiple instances per interface |  Agathiyan Bragadeesh | 5 | -153/+531 |
2025-01-17 | linux-cp: add the drain back |  Artem Glazychev | 1 | -0/+10 |
2025-01-16 | http: fix sending error responses to rejected requests by server apps |  Semir Sionek | 1 | -7/+18 |
2025-01-16 | linux-cp: fix segfault while receiving nl messages |  Artem Glazychev | 1 | -11/+2 |
2025-01-16 | crypto: combine sync and async algos and ops |  Damjan Marion | 3 | -38/+19 |
2025-01-15 | octeon: add compatibility check |  Monendra Singh Kushwaha | 1 | -0/+9 |
2025-01-15 | octeon: update octeon roc version |  Monendra Singh Kushwaha | 1 | -4/+5 |
2025-01-14 | http_static: read body only for POST requests |  Semir Sionek | 1 | -2/+2 |
2025-01-13 | crypto: remove AEAD opt types |  Damjan Marion | 1 | -201/+179 |
2025-01-12 | octeon: fix octeon build issue |  Monendra Singh Kushwaha | 1 | -4/+3 |
2025-01-10 | crypto: key storage improvements |  Damjan Marion | 3 | -6/+6 |
2025-01-09 | hsa: proxying UDP in HTTP/1.1 |  Matus Fabian | 9 | -149/+545 |
2025-01-08 | octeon: fix compilation for octeon |  Monendra Singh Kushwaha | 2 | -5/+4 |
2025-01-08 | tests: reduce sleep interval in ikev2 sa rekey test |  Ivan Ivanets | 7 | -1/+214 |
2024-12-30 | session: proxy session migration fix |  Matus Fabian | 1 | -13/+40 |