aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Villin1-144/+304
2025-02-10build: replace __FUNCTION__ with C11 __func__Damjan Marion10-27/+25
2025-02-07session: do not match listeners when looking for lcl portFlorin Coras3-5/+73
2025-02-06qos: fix qos record cliFilip Tehlar1-1/+1
2025-02-05http: confirm postponed connection closeMatus Fabian1-1/+4
2025-02-05l2: fix segment faultfenglei1-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-02-03crypto: remove barrier on key addSemir Sionek3-52/+49
2025-02-03ipsec: fix ipsec_sa_v5_detailsMaxime Peim1-2/+6
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-30vpp_config: leave kernel.shmmax alone by defaultBenoît Ganne1-1/+3
2025-01-30hsa: http connect proxy fixMatus Fabian1-1/+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 Pelt9-345/+75
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
2025-01-23session: validate new app worker on update reqestFlorin Coras1-0/+2
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-22svm: improve ooo try collectFlorin Coras1-12/+5
2025-01-22session: cleanup io event functionsFlorin Coras11-35/+38
2025-01-22session svm: track session indices in private structFlorin Coras17-46/+77
2025-01-22http: case-insensitive header table searchMatus Fabian5-45/+315
2025-01-22crypto-native: add fixed tag and aad size opsDamjan Marion2-11/+55
2025-01-22snort: validate sw_if_index in attach/detach api handlersDave Wallace1-9/+22
2025-01-21http: target parsing improvementMatus Fabian11-498/+575