aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-03ipsec: fix AES CBC IV generation (CVE-2022-46397)BenoƮt Ganne3-29/+65
2022-08-14wireguard: increment interface RX countersMatthew Smith1-0/+15
2022-08-14ipfix-export: Fix frame leak in flow_report_process_send()Jon Loeliger1-1/+9
2022-07-19nat: disable nat44-ei-in2out-output ttl checkAlexander Skorichenko1-3/+3
2022-06-29vcl: check if listener valid on disconnect cleanupFlorin Coras1-1/+2
2022-06-29quic:fix crash rx_fifo full or growfanxb1-0/+16
2022-06-29session: fix connected udp acceptsFlorin Coras1-0/+1
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-2/+5
2022-06-10hsa: allow first segments larger than 4g for proxyv22.06-rc2Florin Coras2-14/+5
2022-06-09hsa: dealloc proxy fifos on right threadFlorin Coras2-1/+46
2022-06-08hsa: refactor proxy session lookup and cleanupFlorin Coras2-103/+52
2022-06-03session: fix double free in CLIFilip Tehlar1-7/+2
2022-05-25docs: update spelling word list and fix typosDave Wallace1-5/+5
2022-05-24devices: add af-packet v3 apiMohsin Kazmi2-0/+114
2022-05-24flow: support generic flow and RSS action in vapiTing Xu4-3/+232
2022-05-24vppinfra: fix memory traceLeung Lai Yung1-0/+5
2022-05-24vlib: implement aux data handoffMohammed Hawari7-19/+128
2022-05-24api: start enum values from 0Filip Varga1-1/+1
2022-05-23dpdk: fix update link stateAlexander Skorichenko1-18/+13
2022-05-23linux-cp: fix display of link_speedAnton Nikolaev1-1/+2
2022-05-23ip: reassembly - fixing stepping index in a better wayVijayabhaskar Katamreddy2-18/+13
2022-05-23ip: reassembly - adding custom reassembly nodeVijayabhaskar Katamreddy1-13/+75
2022-05-20virtio: use the internal hdr offsets of buffer metadata for offloadsMohsin Kazmi2-39/+23
2022-05-19api: refactor api data storageDamjan Marion25-293/+258
2022-05-19ikev2: fix tunnel directionStanislav Zaikin1-4/+4
2022-05-19 ip: reassembly - pacing reassembly timeoutsVijayabhaskar Katamreddy2-9/+45
2022-05-19stats: fix collector updates of symlinksArthur de Kerhor1-3/+9
2022-05-19ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-47/+84
2022-05-18vppinfra: fix non-vector build on x86_64Damjan Marion1-1/+3
2022-05-18ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-2/+6
2022-05-17interface: fix overflow of link speed.Anton Nikolaev4-8/+13
2022-05-16acl: memory leak in acl_fa_session_cleaner_processSteven Luong1-0/+1
2022-05-16flowprobe: add api messages to obtain current stateAlexander Chernavin3-6/+383
2022-05-16ip: format table ids with %uNathan Skrzypczak1-2/+2
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion56-1153/+1145
2022-05-14session: revert "fix session cli maybe parse wrong args if executed in files"Damjan Marion3-79/+27
2022-05-13vlib: process startup config exec scripts line by lineDamjan Marion4-2/+73
2022-05-13dpdk: fix overflow in mtu arithmeticMohammed Hawari2-2/+2
2022-05-13ip: reassembly - Fixing buffer leaks, corruptionVijayabhaskar Katamreddy1-50/+126
2022-05-13flowprobe: add support for reporting on inbound packetsAlexander Chernavin7-91/+441
2022-05-12pnat: add support to wildcard IP Protocol field if not specifiedFahad Naeem4-4/+39
2022-05-11api: revert the changes to atexit for shared memory clientAndrew Yourtchenko1-1/+1
2022-05-11dpdk: clear the RTE_MEMPOOL_F_NON_IOMohammed Hawari1-0/+3
2022-05-10tests: replace pycodestyle with blackKlement Sekera43-3989/+4955
2022-05-10nat: improve icmp type detection performanceKlement Sekera1-12/+10
2022-05-10ip: reassembly: add documentationKlement Sekera1-0/+221
2022-05-10ip: fix buffer leaks in reassemblyKlement Sekera2-29/+32
2022-05-09vhost: memory leak upon deleting vhost-user interfaceSteven Luong1-3/+1
2022-05-08devices: fix crash on invalid interfaceGabriel Ganne1-2/+5
2022-05-06session: fix session cli maybe parse wrong args if executed in filesXiaoming Jiang3-29/+69