aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-06ipsec: delete redundant codeDengfeng Liu1-4/+0
2023-11-06dpdk: correct the printing of Rx offloading flagsJieqiang Wang1-1/+1
2023-11-06pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqsDamjan Marion3-34/+49
2023-11-06pci: fix VFIO set IRQ codeDamjan Marion1-2/+2
2023-11-04bonding: add checks for sw_if_index in apiStanislav Zaikin1-0/+12
2023-11-03vppinfra: refactor interrupt codeDamjan Marion11-165/+127
2023-11-03tests: allow explicit defaults for arg typesDmitry Valter1-2/+2
2023-11-03dev: strip debig log function name prefix during compilationDamjan Marion6-32/+14
2023-11-03tests: refactor asf framework codeDave Wallace166-2974/+1050
2023-11-02tcp: fix reset w pktFlorin Coras1-24/+3
2023-11-02tests: remove packet debug output from npt66 testcasesDave Wallace1-1/+1
2023-11-02iavf: new driver using new dev infraDamjan Marion18-4/+4589
2023-11-02dev: new device driver infraDamjan Marion35-5/+5466
2023-11-01tcp: remove redundant ack checksFlorin Coras1-18/+0
2023-11-01tcp: allow ooo data in syn-rcvdFlorin Coras1-9/+0
2023-11-01tcp: postpone cleanup on connect failuresFlorin Coras1-2/+6
2023-10-31tests: fix UDP port range for mdata and bufmonDave Wallace2-2/+2
2023-10-31docs: Updated "VPP with Containers" use-case sectionhsandid4-29/+26
2023-10-31tests: http static - skip if cannot create namespacesadrianvillin1-9/+6
2023-10-31hsa: use common app session interface in echo testsFilip Tehlar4-86/+56
2023-10-31ipsec: separate UDP and UDP-encapsulated ESP packet processingvinay tripathi1-8/+33
2023-10-31ipsec: modify IPsec related tests to send and verify UDP-encapsulated ESP tra...vinay Tripathi3-12/+162
2023-10-31ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet...vinay tripathi1-174/+181
2023-10-30tests: Added LLDP plugin testsadrianvillin1-0/+149
2023-10-30tests: Added http static server tests.adrianvillin2-3/+157
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 Peim17-205/+1522
2023-10-30flowprobe: fix accumulation of tcp flags in flow entriesAlexander Chernavin2-0/+75
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 Tehlar17-595/+1130
2023-10-26tests: Added bufmon plugin testadrianvillin1-0/+130
2023-10-26build: allow for reproducible buildsAndrew Yourtchenko5-2/+60
2023-10-25lisp: fix missing symbol issueDamjan Marion2-3/+0
2023-10-25tests: Added mdata plugin testadrianvillin1-0/+123
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 Smith3-17/+93
2023-10-25tests: Added STN plugin test to improve coverage.adrianvillin1-0/+63
2023-10-25tests: Added a simple Snort plugin test to increase coverage.adrianvillin1-0/+53
2023-10-24dpdk: fix variable type in pattern parsingTing Xu1-0/+63
2023-10-24crypto: fix algo selectionDmitry Valter1-1/+4
2023-10-18flowprobe: fix sending L4 fields in L2 template and flowsAlexander Chernavin3-10/+53
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