aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-26flow: enable RSS queue group action for 5G enhancementTing Xu3-1/+45
2022-04-26session: export session counts to stats segmentFlorin Coras1-0/+40
2022-04-26stats: string vector and node collector improvementsDamjan Marion5-135/+161
2022-04-25build: add option to build only for native CPUDamjan Marion2-1/+16
2022-04-24build: fix 16-8-8 mtrie build optionBenoît Ganne1-1/+1
2022-04-21hsa: vcl test client epoll worker loopFlorin Coras3-15/+301
2022-04-22session: fix ctrl evt rpc elt pool reallocFlorin Coras1-5/+10
2022-04-21session svm: fix mq producer wait on q and ringFlorin Coras4-12/+51
2022-04-21nat: tweak rfc7857 tcp connection trackingOle Troan4-292/+61
2022-04-19devices: remove redundant access in af-packet inputMohsin Kazmi1-5/+5
2022-04-18session: add support for listen proxiesFlorin Coras2-5/+27
2022-04-18nat: fix deleting nat ei out interface featureAlexander Skorichenko1-2/+2
2022-04-16hsa: vcl test client allow non-blocking connectsFlorin Coras3-45/+66
2022-04-15hsa: support configurable vcl client wrk loopFlorin Coras1-69/+128
2022-04-15stats: store heap in the directory_entry vectorDamjan Marion2-15/+2
2022-04-15build: c compiler version warningsDamjan Marion1-11/+34
2022-04-15api: fix infinite loop in show api dump CLIAndrew Yourtchenko1-1/+1
2022-04-14vlib: disable cpu pinning if not configuredBenoît Ganne3-23/+24
2022-04-14gtpu: fix memory leakLeung Lai Yung1-0/+1
2022-04-14ipsec: perf improvement of ipsec4_input_node using flow cacheZachary Leaf8-54/+311
2022-04-13crypto-openssl: use getrandom syscallGuillaume Solignac1-2/+2
2022-04-13vppinfra: fix GCC 7.3 build error with asm inlineGuillaume Solignac1-4/+4
2022-04-13vppinfra: fix clang-10 build error with asm inlineTianyu Li1-1/+1
2022-04-12vppinfra: vector perf improvementsDamjan Marion15-139/+326
2022-04-12ip: fix arc start in ip46-local for local mfib entriesAlexander Chernavin2-25/+25
2022-04-12hsa: fix coverity warningFlorin Coras1-0/+1
2022-04-12hsa: vcl test client option to close only clientFlorin Coras2-2/+12
2022-04-12tcp: limit persist segment size if window availableFlorin Coras1-1/+3
2022-04-12tests: fix bihash unit test threads countJing Peng1-4/+4
2022-04-11teib: use nexthop table idBenoît Ganne1-3/+0
2022-04-11interface: fix the offloadsMohsin Kazmi1-0/+2
2022-04-11tls: fix connected notifications with no app wrkFlorin Coras2-6/+14
2022-04-11tests: fix bihash unittest error reportingJing Peng1-15/+21
2022-04-11devices: refactor fanout supportMohsin Kazmi3-27/+37
2022-04-10build: add clang-14Damjan Marion1-0/+1
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