aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-10-31ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet...vinay tripathi1-174/+181
2023-10-30hsa: preallocate sessions on server sideFilip Tehlar1-107/+110
2023-10-30vcl: propagate correctly EADDRINUSE for UDP bindMohammed Hawari1-2/+6
2023-10-30ipsec: huge anti-replay window supportMaxime Peim13-178/+695
2023-10-30flowprobe: fix accumulation of tcp flags in flow entriesAlexander Chernavin1-0/+1
2023-10-27session: fix bind replies with errorsFlorin Coras1-1/+1
2023-10-27hsa: fix coverity warningFilip Tehlar1-0/+5
2023-10-26devices: remove unused codeDamjan Marion4-39/+0
2023-10-26hsa: unify echo test setupFilip Tehlar10-544/+1026
2023-10-26build: allow for reproducible buildsAndrew Yourtchenko1-1/+16
2023-10-25lisp: fix missing symbol issueDamjan Marion2-3/+0
2023-10-25buffers: buffer name is vector, not c stringDamjan Marion1-6/+7
2023-10-25marvell: fix compilation issuesDamjan Marion3-9/+4
2023-10-25fib: only update glean for interface if necessaryMatthew Smith2-8/+81
2023-10-24crypto: fix algo selectionDmitry Valter1-1/+4
2023-10-18flowprobe: fix sending L4 fields in L2 template and flowsAlexander Chernavin2-3/+13
2023-10-18memif: contention between memif_disconnect and memif RX/TX threadsSteven Luong1-0/+11
2023-10-17buffers: introduce vlib_buffer_template_tDamjan Marion4-79/+91
2023-10-16tcp: initialize connection index on rst w packetFlorin Coras1-0/+1
2023-10-16tcp: allow fins in syns in syn-rcvdFlorin Coras1-7/+11
2023-10-16tcp: handle syn-ack in fin-wait-2 in rcv processFlorin Coras1-0/+2
2023-10-16ip-neighbor: do not use sas to determine NS source addressOle Troan1-2/+3
2023-10-16flowprobe: fix corrupted packets sent after feature disablingAlexander Chernavin3-2/+54
2023-10-16nat: add ipfix rate-limiter for nat44-ed, nat44-ei and nat64Vladislav Grishenko3-5/+54
2023-10-16npt66: icmp6 alg to handle icmp6 error messagesOle Troan1-1/+76
2023-10-16ip-neighbor: add ip neighbor flushOle Troan1-2/+11
2023-10-14feature: remove unused codeDamjan Marion13-162/+29
2023-10-13linux-cp: check if lcp_itf_pair exists before creating tapStanislav Zaikin1-0/+9
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-10-13vlib: properly replicate nexts when sibling node is created on runtimeDamjan Marion1-32/+33
2023-10-13vlib: allow unpriviledged vlib_pci_get_device_info()Damjan Marion2-3/+4
2023-10-13npt66: add show command and rx/tx countersOle Troan3-6/+68
2023-10-12session: fix duplicate rx eventsFlorin Coras1-10/+0
2023-10-12flowprobe: fix sending L2 flows using L2_IP6 templateAlexander Chernavin1-11/+13
2023-10-12dpdk: add Mellanox BlueField NICsAlexander Kozyrev1-0/+12
2023-10-12session: ignore connecting half_open session in session_tx_fifo_dequeue_internalSteven Luong1-1/+3
2023-10-11tls: Fix SSL_CTX leak on every client sessionBrian Morris2-11/+12
2023-10-11session: ignore app rx ntf if transport closedFlorin Coras1-1/+1
2023-10-11session: fix tx deq ntf assert for clFlorin Coras1-1/+1
2023-10-10lb: fix intermittent per-port-vip idx lookup failureDave Wallace1-0/+1
2023-10-10session: maintain old state on premature closeFlorin Coras1-7/+14
2023-10-09vppinfra: fix coverity issue CID 323952Dave Wallace1-1/+1
2023-10-09buffers: buffer allocation improvementsDamjan Marion2-38/+47
2023-10-08tls: propagate reads to app irrespective of stateFlorin Coras2-3/+2
2023-10-08tls: report error if connected cannot be initializedFlorin Coras1-4/+6
2023-10-08tls: no read after app closeFlorin Coras1-1/+1
2023-10-07session: propagate delayed rx evts after connect/acceptFlorin Coras1-5/+20
2023-10-07session: handle accept and connect errorsFlorin Coras2-6/+29
2023-10-06cnat: add flow hash config to cnat translationhedi bouattour4-7/+29
2023-10-04vppinfra: fix string termination in clib_file_get_resolved_basenameDamjan Marion1-0/+2