aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-06stats: add vlib_stats_free_string_vectorDamjan Marion2-0/+8
2022-05-06vppinfra: free vector against its heapDamjan Marion1-1/+1
2022-05-06stats: strings in string vector are c stringsDamjan Marion1-0/+1
2022-05-05rdma: two small improvements for rdma interfaceJieqiang Wang2-5/+5
2022-05-05vat2: fix argument parsingDave Wallace1-20/+19
2022-05-05policer: output interface policerStanislav Zaikin5-24/+140
2022-05-05udp: remove buggy assert in udp encapBenoît Ganne1-2/+0
2022-05-04tls: free app session if connect notify refusedFlorin Coras1-2/+2
2022-05-04vhost: use_custom_mac set in create_vhost_user_if_v2Fahad Naeem1-0/+1
2022-05-03ipsec: support per next-header next-nodesBenoît Ganne3-36/+100
2022-05-02vapi: support api clients within vpp processOle Troan8-58/+653
2022-05-02dhcp: fix dhcp_compl_eventJing Peng1-3/+5
2022-04-29build: use env to find bash pathDamjan Marion1-1/+1
2022-04-29vppinfra: fix clib_mem_destroyDamjan Marion1-2/+1
2022-04-28wireguard: Document wireguard async mode defaultJon Loeliger1-2/+2
2022-04-28af_xdp: more meaningful frame_size error messageBenoît Ganne1-0/+14
2022-04-28session: fix coverity warningFlorin Coras1-1/+1
2022-04-27vapi: Fix build when directory contains @Renato Botelho do Couto2-2/+3
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin5-7/+38
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