aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-08devices: fix the offset for af-packetMohsin Kazmi1-14/+7
2022-04-08linux-cp: fix setting mtu on hardware interfacesMatthew Smith1-1/+1
2022-04-08dpdk: add multi-txq supportMohsin Kazmi4-13/+31
2022-04-08stats: fix vector overrun in expend checkDmitry Valter1-2/+2
2022-04-08vppinfra: introduce clib_perfmomDamjan Marion11-216/+530
2022-04-08vppinfra: clib_interrupt_get_next reading unallocated memoryPaul Atkins2-1/+82
2022-04-08vppinfra: add bright colors to format_tableDamjan Marion2-2/+20
2022-04-08api: Do not assert of short message lengthsNeale Ranns1-1/+0
2022-04-07tls http: run config fns after init onesFlorin Coras2-2/+2
2022-04-07tls: fix session pool realloc on acceptFlorin Coras1-0/+3
2022-04-07devices: add cli support for checksum and gso disableMohsin Kazmi5-20/+29
2022-04-06vppinfra: add vec_new_heap()Damjan Marion2-5/+15
2022-04-06devices: add cli support to disable qdisc bypassMohsin Kazmi5-12/+39
2022-04-06stats: avoid linear search for empty entryDamjan Marion3-10/+16
2022-04-06interface: unregister node counters on interface deleteDamjan Marion3-7/+21
2022-04-06vppinfra: add MAX macros for clib typesDamjan Marion1-0/+18
2022-04-06vlib: clear frame flags on freeStanislav Zaikin1-0/+2
2022-04-05wireguard: prevent segfault on non-adj packetsJon Loeliger2-0/+7
2022-04-05dpdk: macros changes for dpdk 22.03Dastin Wilski4-60/+62
2022-04-05dpdk: compatibility layer for dpdk 22.03 bumpDastin Wilski2-26/+87
2022-04-05dpdk: fix max frame sizeDamjan Marion2-11/+11
2022-04-05nat: nat44 cli bug fixFilip Varga5-42/+38
2022-04-05vppinfra: refactor address sanitizerDamjan Marion25-247/+121
2022-04-05tap: fix the coverity warningMohsin Kazmi1-1/+1
2022-04-05devices: remove redundant code af-packetMohsin Kazmi2-23/+3
2022-04-05devices: fix the received blocks countersMohsin Kazmi1-5/+4
2022-04-05crypto-openssl: use getrandom to reseed opensslBenoît Ganne1-13/+8
2022-04-05vppinfra: use AVX512 compare for equality testingBenoît Ganne1-45/+59
2022-04-05devices: fix the coverity warnings for af-packet v3Mohsin Kazmi1-9/+14
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion119-299/+300
2022-04-04udp: use pool safe reallocsFlorin Coras3-81/+8
2022-04-04tcp: use safe realloc poolFlorin Coras1-3/+3
2022-04-04interface api: restore order of context valueVratko Polak1-1/+2
2022-04-04tls: set client ckpair only for non-test ckpFlorin Coras1-13/+15
2022-04-04tls: null terminate openssl chiphersFlorin Coras1-2/+2
2022-04-04vlib: remove unused fieldsDamjan Marion4-25/+0
2022-04-04vlib: improve exec path searchDamjan Marion4-9/+35
2022-04-04session: use session layer rpc for evts sent to mainFlorin Coras1-5/+9
2022-04-04vlib: fix memory leak in load_one_pluginDamjan Marion1-0/+2
2022-04-04vppinfra: fix alloc and alignment in fifoDamjan Marion2-45/+56
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi6-270/+571
2022-04-04interface: read only one line in show hardwareVratko Polak1-9/+16
2022-04-03svm: Close client shm fdroot1-0/+1
2022-04-01vrrp: add stats support and update APIEmanuele Di Pascale8-18/+643
2022-04-01dpdk: fix vlan creation on ixgbeAlexander Chernavin1-1/+0
2022-04-01dpdk: fix coverity issueFan Zhang1-13/+4
2022-04-01session: leverage new pool functions in safe reallocFlorin Coras3-54/+50
2022-04-01nat: VRF routing & FIB improvementsFilip Varga8-281/+727
2022-04-01nat: nat44-ed cleanup & fixesFilip Varga7-1303/+645
2022-04-01tls: enable host verification by hostnamesatna1-3/+40