summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-09-09linux-cp: fix non-NULL terminated stringBenoît Ganne1-1/+1
2021-09-09linux-cp: Complete interface creation logicPim van Pelt6-86/+268
2021-09-08linux-cp: fix crash on failed vlib_buffer_copyPim van Pelt1-12/+24
2021-09-08vrrp: fix source address on advertisementsMatthew Smith1-2/+13
2021-09-08interface: add custom interface name supportSteven Luong3-1/+100
2021-09-08perfmon: sort 'show perfmon bundle' outputZachary Leaf1-0/+11
2021-09-08interface: fix coverity issueMohammed Hawari1-1/+1
2021-09-08perfmon: add membw-bound bundleRay Kinsella4-1/+80
2021-09-08perfmon: adding support for papi TMAMRay Kinsella4-54/+113
2021-09-08nat: remove unusued parameters and use correct parameter typesKlement Sekera2-20/+15
2021-09-08dpdk: fix coverityMohammed Hawari1-0/+2
2021-09-07devices: restore regular af-packet tx pathMohammed Hawari2-21/+28
2021-09-07dpdk: lro supportMohammed Hawari5-19/+110
2021-09-07interface: full poll vector on adaptive modeMaxime Peim4-10/+42
2021-09-03sr: fixing typo in srv6 End.AS Proxy documentationAhmed Abdelsalam1-2/+2
2021-09-02nat: NAT44 ED improvements and fixesFilip Varga8-392/+353
2021-09-01udp: fill rmt info if session is connection lessliuyacan1-1/+1
2021-09-01vcl: ignore rx events for sessions in epoll lt listFlorin Coras1-2/+3
2021-09-01classify: improve "show classify table" outputDave Barach1-5/+7
2021-08-31vlib: fixed the issue of vpp crash caused by interface up/downfangtong1-1/+1
2021-08-31vmxnet3: set RX interrupt pending only when neededSteven Luong3-6/+59
2021-08-31vat2: coverity errors in print_templateOle Troan1-4/+19
2021-08-31stats: check epoch in python vpp_stats lsOle Troan1-0/+3
2021-08-31misc: fix build error in handoffdemoSivaprasad Tummala1-4/+3
2021-08-31flow: add esp spi rss typePiotr Bronowski3-52/+69
2021-08-31stats: enable/disable segments pollsRay Kinsella3-19/+32
2021-08-31stats: stat_validate_counter_vector3 non-staticRay Kinsella2-1/+4
2021-08-30session: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-30vcl: fix vlsh conversion errorliuyacan1-3/+1
2021-08-30session: close app wrk socket on deleteFlorin Coras3-6/+5
2021-08-30tls: use default OpenSSL built-in DH parametersOfer Heifetz1-0/+8
2021-08-30tcp: Allow accepting session to send custom packetliuyacan1-1/+9
2021-08-27vppinfra: add compress functions for u64, u16 and u8Mohsin Kazmi3-4/+352
2021-08-27vlib: vpp banner is outputted to non-interactive vppctl sessionSteven Luong1-0/+11
2021-08-27snort: fix incorrect data length for snort inspectionSivaprasad Tummala1-0/+1
2021-08-27bufmon: add buffer monitoring pluginBenoît Ganne7-24/+417
2021-08-27snort: fix snort hang issue when interruptedSivaprasad Tummala1-1/+20
2021-08-26vhost: migrate to new TX infraSteven Luong3-88/+67
2021-08-26ikev2: check for valid cipher + integrityBenoît Ganne1-6/+6
2021-08-26ikev2: fix DNS resolution overflowBenoît Ganne1-1/+7
2021-08-26af_xdp: fix stale rx/tx pointers in xsk objectsBenoît Ganne1-10/+47
2021-08-26sr: extend the srv6 sid list structureAhmed Abdelsalam2-42/+51
2021-08-26acl: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-25fib: fix source address get error for p2p ifjxm1-0/+24
2021-08-23af_xdp: fix xsk_socket__delete left un-cleanuparikachen1-3/+3
2021-08-20ip: check if interface has link-local addressStanislav Zaikin1-1/+6
2021-08-20ikev2: fix use-after-freeBenoît Ganne1-2/+3
2021-08-20rdma: decrease inliningBenoît Ganne1-26/+19
2021-08-20vppinfra: fix clib_random_buffer_get_data cachingBenoît Ganne1-2/+2
2021-08-20buffers: fix buffer linearizationBenoît Ganne2-131/+376