aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-25devices: fix high vector rate per dispatchMohsin Kazmi3-13/+44
2022-03-25session: reorganize local port allocationFlorin Coras1-29/+24
2022-03-24bfd: use local error index when incrementing node countersPaul Atkins1-4/+4
2022-03-24session: safe reallocs for transport endpoint poolFlorin Coras1-11/+25
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns1-2/+11
2022-03-24ip6-nd: stop sending RA by defaultAlexander Chernavin1-3/+0
2022-03-24mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentationNeale Ranns1-4/+3
2022-03-24crypto-native: fix index in VAES aes-cbc encryptBenoît Ganne1-3/+3
2022-03-24build: set OS_ID_LIKE on to be OS_ID on Debian properAndrew Yourtchenko1-0/+5
2022-03-24dpdk: enable int mode for virtioPaul Atkins1-0/+1
2022-03-24fib: Fix crash when removing a covering prefixNeale Ranns3-10/+18
2022-03-23dpdk: copy the enable_rxq_int flag from driver to confPaul Atkins1-0/+1
2022-03-23classify: fix typo in AVX-512 find entryBenoît Ganne1-1/+1
2022-03-23vlib: send full error message to syslogJing Peng1-22/+6
2022-03-23devices: add tx trace for af-packetMohsin Kazmi1-6/+82
2022-03-23devices: add support for offloadsMohsin Kazmi5-117/+301
2022-03-23devices: af-packet v3 supportMohsin Kazmi4-198/+274
2022-03-23vppinfra: deprecate clib_mem_is_vecDamjan Marion3-16/+0
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion7-45/+26
2022-03-23dpdk: fix rx/tx burst function nameTianyu Li1-2/+2
2022-03-23vppinfra: fix bihash key comparison for 512-bits vectorsBenoît Ganne5-11/+10
2022-03-23vlib: avoid use of vector of voidsDamjan Marion2-3/+3
2022-03-23ip: Add unformat for flow_hash_configNathan Skrzypczak4-17/+53
2022-03-23vnet: Remove the unused fields from opaque2Neale Ranns3-21/+9
2022-03-23vlib: mitigate outdated new cli session eventsVladislav Grishenko1-1/+5
2022-03-23vlib: fix memory leak on process nodes reforkingVladislav Grishenko1-0/+1
2022-03-23vlib: leave SIGCONT signal with its default handlerVladislav Grishenko3-0/+3
2022-03-23api: better segregate client and server codeBenoît Ganne6-170/+153
2022-03-23perfmon: null-terminate stringDamjan Marion1-1/+1
2022-03-23stats: fix crash due to pointer taken before validateDamjan Marion1-2/+4
2022-03-23vppinfra: deprecate vppinfra/graph.[ch]Damjan Marion3-311/+0
2022-03-23crypto-native: fix dst index typo in VAESBenoît Ganne1-1/+1
2022-03-22session: use safe realloc for poolsFlorin Coras6-81/+25
2022-03-22memif: fix the maxmimum number of txqsMohsin Kazmi1-1/+1
2022-03-22fib: refetech the adj after the walk in case the pool realloc'dVladislav Grishenko1-3/+15
2022-03-21stats: fix vlib_stats_validate_will_expand_internalDamjan Marion1-2/+2
2022-03-21session: linked list of events to be handled by mainFlorin Coras3-56/+107
2022-03-21sr: fix srv6 definition of behavior associated to a LocalSIDFrancesco Lombardo2-2/+2
2022-03-21vppinfra: use clib_mem_allocDamjan Marion12-13/+12
2022-03-21wireguard: dont stacksmash bad peer base64 keysJon Loeliger1-1/+1
2022-03-21wireguard: improve peer dump detailsJon Loeliger2-11/+22
2022-03-21vppinfra: add new bihash exportsNathan Skrzypczak3-69/+185
2022-03-21hsa: add support for SAPI in vpp_echoFilip Tehlar5-48/+491
2022-03-18vppinfra: deprecate vec numa macrosDamjan Marion5-220/+101
2022-03-18session: add infra for safe pool reallocsFlorin Coras2-0/+148
2022-03-18udp: avoid grabbing vlib main if not neededFlorin Coras1-6/+4
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion14-113/+56
2022-03-18vppinfra: deprecate vec_free_h()Damjan Marion7-18/+10
2022-03-18vppinfra: use stored vec header size to find headerDamjan Marion11-81/+56
2022-03-18vppinfra: fixed pool from heapDamjan Marion2-89/+18