aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-02-18ipsec: add tests for bypass/discard ipv6 policies and upd encapsulationPiotr Bronowski2-7/+166
2025-02-18ipsec: enable support for ipv6 udp ipsec encapsulation in policy modePiotr Bronowski1-32/+49
2025-02-18ipsec: add support for bypass and discard policies for ipv6Piotr Bronowski1-120/+223
2025-02-17sr: fix sr_policy fib tableArtem Glazychev1-2/+3
2025-02-15ip: add support to preallocate poolsMohsin Kazmi8-2/+76
2025-02-15build: use clang by default when using MakefileBenoît Ganne1-6/+5
2025-02-14session: improve chained buffer enqueueFlorin Coras1-50/+58
2025-02-14tcp: improve exception checks for established connectionsFlorin Coras1-18/+39
2025-02-13ipsec: better pack outbound SA runtime dataDamjan Marion1-5/+5
2025-02-13ipsec: keep inbound seq as u64Damjan Marion5-50/+46
2025-02-13ipsec: combine huge and normal anti-replay-window handlingDamjan Marion5-244/+120
2025-02-13ipsec: embed anti-replay bitmap in the runtime dataDamjan Marion3-65/+50
2025-02-13ipsec: store anti_replay_window_size in runtime dataDamjan Marion4-55/+31
2025-02-13vppinfra: add few uword_bitmap_* functionsDamjan Marion1-0/+35
2025-02-13session: make sure we cannot pass wrong IO event typeBenoît Ganne1-23/+36
2025-02-12build: fix broken HST gcov buildAdrian Villin5-23/+42
2025-02-12tcp: rename worker ctx to just wrkFlorin Coras7-28/+21
2025-02-12session: move io inlines to header fileFlorin Coras2-334/+325
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 Villin4-196/+394
2025-02-11build: add socat deb packageIvan Ivanets1-0/+1
2025-02-10build: replace __FUNCTION__ with C11 __func__Damjan Marion10-27/+25
2025-02-10hs-test: option to skip tests using cli argsAdrian Villin2-3/+13
2025-02-07session: do not match listeners when looking for lcl portFlorin Coras3-5/+73
2025-02-06dpdk: patch add to ice driver for flow action handlesKai Ji1-0/+64
2025-02-06hs-test: fix numa node core retrievalSemir Sionek1-10/+16
2025-02-06qos: fix qos record cliFilip Tehlar1-1/+1
2025-02-05http: confirm postponed connection closeMatus Fabian1-1/+4
2025-02-05hs-test: fix vppConnectUdpStressLoad panicMatus Fabian1-1/+1
2025-02-05l2: fix segment faultfenglei1-1/+4
2025-02-05cnat: fix interface map type unformatBenoît Ganne1-2/+3
2025-02-04build: check cmake3 command silentlyNicolas PLANEL5-5/+5
2025-02-03http: buf_fifo_get_segs minor fixMatus Fabian1-1/+1
2025-02-03crypto: remove barrier on key addSemir Sionek3-52/+49
2025-02-03ipsec: fix ipsec_sa_v5_detailsMaxime Peim2-17/+54
2025-02-03ipsec: export ipsec_funcs headerMaxime Peim1-0/+1
2025-01-31http: http_app_tx_callback check if conn closedMatus Fabian1-0/+7
2025-01-31ipsec: store outbound seq as u64Damjan Marion7-67/+35
2025-01-31hs-test: fixed incorrect exit statusAdrian Villin1-12/+27
2025-01-30vpp_config: leave kernel.shmmax alone by defaultBenoît Ganne1-1/+3
2025-01-30hsa: http connect proxy fixMatus Fabian1-1/+2
2025-01-30hs-test: fix broken testMatus Fabian1-2/+2
2025-01-30ipsec: add SA inbound and outbound runtime dataDamjan Marion17-677/+916
2025-01-29http: conn state consistency with other transportsFlorin Coras1-6/+6
2025-01-29sflow: replace VAPI with DLAPIPim van Pelt10-346/+76
2025-01-28vpp_config: leave vm.max_map_count alone by defaultDave Barach1-2/+7
2025-01-27armada: fix DSA packet grouping issue on rxDamjan Marion1-0/+1
2025-01-24session: make local port allocator fib awareFlorin Coras4-30/+36
2025-01-23vcl: fix sigchld handler recursionFlorin Coras1-9/+18