aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras4-14/+132
2021-05-13lacp: Prohibiting bonding with remote having different key than 1st memberSteven Luong4-23/+42
2021-05-13interface: fix tx queue runtime updateDamjan Marion1-0/+2
2021-05-13tests: move test source to vpp/testDave Wallace91-55913/+0
2021-05-12avf: avoid eating our own tailDamjan Marion1-0/+3
2021-05-12flow: fix vxlan vni convert bugChenmin Sun1-2/+2
2021-05-12tls: switch to vc service and track half-open sessionsFlorin Coras7-19/+78
2021-05-12session: return connect session handle to appFlorin Coras6-32/+36
2021-05-12crypto: add chacha20-poly1305 support to ipsecmbFan Zhang1-0/+252
2021-05-12session: support half-close connectionliuyacan15-6/+217
2021-05-11ip: ensure ttl doesn't decrease to 0 when puntingAloys Augustin1-0/+2
2021-05-11interface: tx queue infraDamjan Marion13-57/+503
2021-05-11build: compiler flags handling cleanupDamjan Marion5-49/+49
2021-05-11quic: alloc ctx on udp threadFlorin Coras1-9/+10
2021-05-11vppinfra: Add missing %oNathan Skrzypczak1-0/+4
2021-05-11vlib: exec cmd handle scripts with blank linesDave Barach1-3/+21
2021-05-10misc: fix crash in lawful intercept CLIhemant_mnkcg1-6/+6
2021-05-10session: use half-open sessions for vc establishmentFlorin Coras9-119/+126
2021-05-10dpdk: do not crash when failing to bring interface upBenoƮt Ganne1-5/+9
2021-05-10svm: try chunk alloc only if enough space availableFlorin Coras1-1/+2
2021-05-10gso: fix the gro coalesced chain lenMohsin Kazmi1-1/+2
2021-05-10api: fix crash in vl_msg_api_freewanghanlin1-1/+15
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-05-08memif: Fix delete on errorNathan Skrzypczak1-8/+0
2021-05-08avf: fix coverityMohammed Hawari1-7/+4
2021-05-07dpdk: fix cryptodev session handlerFan Zhang1-0/+4
2021-05-07session: connects seg manager is always firstFlorin Coras9-89/+32
2021-05-07avf: Fix cksum offload / ipsecNathan Skrzypczak1-1/+6
2021-05-07vppinfra: add universal array mask_compare and compress funcsDamjan Marion9-143/+496
2021-05-06build: add FORCE_ON option for multiarch variantsDamjan Marion3-4/+26
2021-05-06vcl: move tests to src/testsFlorin Coras1-872/+0
2021-05-06stats: move vector_rate counters into providerOle Troan3-66/+96
2021-05-06vlib: remove unused simple counters fieldsOle Troan1-6/+0
2021-05-06vcl: reduce iperf tests outputFlorin Coras1-8/+8
2021-05-06vppinfra: fix testsDamjan Marion17-87/+78
2021-05-06vlib: rename vl_counter_t to vlib_error_desc_tOle Troan8-16/+14
2021-05-06stats: memory heap countersOle Troan7-94/+246
2021-05-06pnat: coverity errorsOle Troan4-5/+13
2021-05-06memif: add severity to countersOle Troan5-19/+19
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi14-36/+39
2021-05-05vppinfra: enfoce function pointer cast in CLIB_MARCH_FN_POINTERDamjan Marion1-2/+2
2021-05-05vppinfra: fix x86 packs / packus wrappersDamjan Marion4-94/+52
2021-05-05avf: remove dead storeDamjan Marion1-1/+0
2021-05-05vlib: fix adaptive mode flag unset on nodes reforkingMaxime Peim1-0/+4
2021-05-05nat: cli commands parsing fixFilip Varga2-235/+200
2021-05-05nat: fixing cfg file parsing cli issuesFilip Varga4-93/+92
2021-05-05build: set CMAKE_EXPORT_COMPILE_COMMANDSDamjan Marion1-0/+2
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi11-23/+22
2021-05-05misc: ipfix process node wait time adjustmentMatthew Smith2-3/+15
2021-05-05api: fix crash in custom dumpPaul Vinciguerra1-1/+1