aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2025-02-13ipsec: keep inbound seq as u64Damjan Marion1-2/+1
2025-02-13ipsec: combine huge and normal anti-replay-window handlingDamjan Marion1-5/+2
2025-02-13ipsec: embed anti-replay bitmap in the runtime dataDamjan Marion1-2/+3
2025-02-12tcp: rename worker ctx to just wrkFlorin Coras1-1/+1
2025-02-12vrrp: force sleeps between timer eventsMatthew Smith1-1/+13
2025-02-11http: modularization in preparation for h2 and h3Matus Fabian6-2143/+2733
2025-02-11hsa: http client parallel sessionsAdrian Villin1-144/+304
2025-02-10build: replace __FUNCTION__ with C11 __func__Damjan Marion2-10/+5
2025-02-05http: confirm postponed connection closeMatus Fabian1-1/+4
2025-02-05cnat: fix interface map type unformatBenoƮt Ganne1-2/+3
2025-02-03http: buf_fifo_get_segs minor fixMatus Fabian1-1/+1
2025-01-31http: http_app_tx_callback check if conn closedMatus Fabian1-0/+7
2025-01-31ipsec: store outbound seq as u64Damjan Marion1-4/+1
2025-01-30hsa: http connect proxy fixMatus Fabian1-1/+2
2025-01-30ipsec: add SA inbound and outbound runtime dataDamjan Marion2-11/+25
2025-01-29http: conn state consistency with other transportsFlorin Coras1-6/+6
2025-01-29sflow: replace VAPI with DLAPIPim van Pelt9-345/+75
2025-01-27armada: fix DSA packet grouping issue on rxDamjan Marion1-0/+1
2025-01-23http_static: introduce max-body-size parameterSemir Sionek5-8/+187
2025-01-23http: move header serialization to http transportMatus Fabian12-272/+289
2025-01-23sflow: Update build rulesPim van Pelt6-4/+32
2025-01-22session: cleanup io event functionsFlorin Coras7-30/+19
2025-01-22session svm: track session indices in private structFlorin Coras4-6/+10
2025-01-22http: case-insensitive header table searchMatus Fabian5-45/+315
2025-01-22snort: validate sw_if_index in attach/detach api handlersDave Wallace1-9/+22
2025-01-21http: target parsing improvementMatus Fabian11-498/+575
2025-01-21dpdk: enable VLAN offload configuration for the iavf PMD driverKai Ji1-0/+1
2025-01-21crypto: add async algo macros for ctr sha2Nithinsen Kaithakadan2-1/+31
2025-01-21octeon: add direct mode changes in crypto datapathNithinsen Kaithakadan2-48/+269
2025-01-21octeon: rework octeon crypto frameworkNithinsen Kaithakadan2-61/+60
2025-01-21octeon: fix for async crypto session initNithinsen Kaithakadan2-10/+16
2025-01-21dpdk: bump to DPDK 24.11.1Vladimir Smirnov5-13/+37
2025-01-20tls: async event handling enhancementVarun Rapelly3-599/+345
2025-01-20sflow: initial checkinPim van Pelt16-0/+3562
2025-01-20af_packet: worker thread call vlib_log coredumpfenglei1-3/+14
2025-01-17snort: support multiple instances per interfaceAgathiyan Bragadeesh5-153/+531
2025-01-17linux-cp: add the drain backArtem Glazychev1-0/+10
2025-01-16http: fix sending error responses to rejected requests by server appsSemir Sionek1-7/+18
2025-01-16linux-cp: fix segfault while receiving nl messagesArtem Glazychev1-11/+2
2025-01-16crypto: combine sync and async algos and opsDamjan Marion3-38/+19
2025-01-15octeon: add compatibility checkMonendra Singh Kushwaha1-0/+9
2025-01-15octeon: update octeon roc versionMonendra Singh Kushwaha1-4/+5
2025-01-14http_static: read body only for POST requestsSemir Sionek1-2/+2
2025-01-13crypto: remove AEAD opt typesDamjan Marion1-201/+179
2025-01-12octeon: fix octeon build issueMonendra Singh Kushwaha1-4/+3
2025-01-10crypto: key storage improvementsDamjan Marion3-6/+6
2025-01-09hsa: proxying UDP in HTTP/1.1Matus Fabian9-149/+545
2025-01-08octeon: fix compilation for octeonMonendra Singh Kushwaha2-5/+4
2025-01-08tests: reduce sleep interval in ikev2 sa rekey testIvan Ivanets7-1/+214
2024-12-30session: proxy session migration fixMatus Fabian1-13/+40