aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan14-519/+486
2020-09-18vlib: add decrement counter methodSergey Matov1-0/+19
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-18session: fix vpp exit abnormal due to application as a proxy server with ldpfanyf1-1/+9
2020-09-18virtio: fix txq lockingBenoît Ganne3-2/+23
2020-09-18vpp: make main heap page size configurable from startup.confDamjan Marion2-15/+68
2020-09-17stats: configurable page sizeDamjan Marion7-91/+163
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns9-149/+116
2020-09-17vlib: show FD in 'show memory map'Damjan Marion3-4/+15
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns7-35/+258
2020-09-17vlib: map thread stack instead of allocating them from heapDamjan Marion2-30/+18
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion9-84/+498
2020-09-17vppinfra: detect memory attributes on clib_mem_initDamjan Marion3-4/+82
2020-09-17vppinfra: allow handoff to main threadDamjan Marion1-18/+16
2020-09-17vcl: avoid heap use for ldp debugFlorin Coras1-5/+5
2020-09-16avf: wrong argument passed to avf_log_errSteven Luong1-1/+1
2020-09-16vppinfra: introduce clib_mem_mainDamjan Marion6-32/+70
2020-09-16vpp: fix main heap initBenoît Ganne1-4/+1
2020-09-16vmxnet3: gso fixesSteven Luong4-13/+29
2020-09-16vcl: refactor bapi client index for sapi reuseFlorin Coras6-23/+29
2020-09-16crypto: Crypto set handler API to support set all as CLIYulong Pei2-4/+37
2020-09-16misc: fix the formatting styleMohsin Kazmi3-9/+10
2020-09-16api: clean up use of deprecated flagOle Troan7-20/+20
2020-09-16flowprobe: add show commands for params and list of interfaces for recordingjan_cavojsky1-0/+87
2020-09-16tcp: make max gso packet size configurableSimon Zhang3-2/+8
2020-09-15lisp: fix lisp|one_eid_table_dump's local|remote options in vatOnong Tayeng1-1/+1
2020-09-15crypto: Crypto SW Scheduler Coverity WarningsNeale Ranns1-1/+1
2020-09-15crypto-native: fix issues detected by coiverityDamjan Marion2-3/+11
2020-09-14l2: allocate l2fib only when neededDamjan Marion5-10/+99
2020-09-14session: del app worker on socket detachFlorin Coras1-5/+11
2020-09-14wireguard: coverity fixesNeale Ranns2-6/+10
2020-09-14vcl: add support for app socket apiFlorin Coras7-12/+456
2020-09-14vcl: cleanup bapi and wrk registrationFlorin Coras6-361/+360
2020-09-14session: add unix socket api for app attachmentFlorin Coras6-18/+743
2020-09-14vcl: always fill buffer or drain rx fifoFlorin Coras1-4/+16
2020-09-14wireguard: increase FIB source priorityNeale Ranns1-2/+7
2020-09-14nat: delay datastructure allocation until configuredOle Troan2-18/+33
2020-09-14vppinfra: add clib_log2_page_sz and format/unformat functionsDamjan Marion5-22/+98
2020-09-10ikev2: fix copy-paste error when freeing memoryFilip Tehlar1-1/+1
2020-09-12wireguard: Fix for tunnel encapNeale Ranns7-89/+468
2020-09-11lisp: fix spelling mistake in option nameOnong Tayeng1-1/+1
2020-09-11quic: Clean quic_crypto_setup_cipherNathan Skrzypczak1-16/+13
2020-09-11lisp: fix help msg of show eid-table commandOnong Tayeng2-4/+4
2020-09-11dpdk: fix coverity defect #214232, #182930Chenmin Sun2-1/+8
2020-09-11avf: add assert to ensure that adminq is used only from avf processDamjan Marion2-0/+12
2020-09-11avf: change promisc mode from the avf process nodeDamjan Marion2-7/+26
2020-09-11nat: Fix next feature for ED with multiple workersVladimir Isaev3-2/+25
2020-09-11avf: fix race between avf and cli/api processDamjan Marion6-35/+43
2020-09-11vlib: fix call to vlib_get_node_by_nameBenoît Ganne1-1/+4