aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-25dns: use correct per-thread vlib_mainBenoît Ganne4-60/+63
2020-11-25syslog: use per-thread vlib_mainBenoît Ganne2-5/+2
2020-11-25tcp: enable lc if any other debug option enabledFlorin Coras2-11/+34
2020-11-25pci: add PCIe Gen4 link speedDamjan Marion1-2/+4
2020-11-25dns: fix double-unlockBenoît Ganne1-12/+0
2020-11-25ip-neighbor: Send API event when neighbor is removedNeale Ranns8-51/+174
2020-11-25ikev2: fix issue when sending multiple requests at onceFilip Tehlar2-20/+68
2020-11-25rdma: fixed UAR writing at txMohammed Hawari1-1/+1
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan44-1472/+6019
2020-11-24svm: support for multi-segment enqueuesFlorin Coras4-23/+142
2020-11-24buffers: add page-size configNathan Skrzypczak4-72/+87
2020-11-24dpdk: fix eal in nohugtlb modeNathan Skrzypczak1-16/+22
2020-11-24tests: remove bond, pipe, session and api_namespace from vpp_papi_providerJakub Grajciar1-5/+5
2020-11-24session: init lookup before dgram accept notificationFlorin Coras1-1/+3
2020-11-24tests: remove svs, proxy_arp and gso from vpp_papi_providerOle Troan2-56/+86
2020-11-23vlib: Fix sh int addrNathan Skrzypczak1-0/+5
2020-11-23vlib: add format_vlib_thread_nameDamjan Marion2-0/+27
2020-11-23interface: improve loggingDamjan Marion1-4/+46
2020-11-23virtio: fix overflow in case of buffering + dropBenoît Ganne1-1/+0
2020-11-21vppapigen: move import processing logic to individual pluginsPaul Vinciguerra4-37/+50
2020-11-20svm: fix coverity warningFlorin Coras1-6/+7
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns18-295/+328
2020-11-19svm: move chunk locks to linked listFlorin Coras2-37/+51
2020-11-19vcl: stop tracking vpp event queues and thread indexFlorin Coras5-60/+21
2020-11-19ipip: Don't crash when showing non-existant tunnel indexNeale Ranns1-0/+2
2020-11-19lldp: allow to configure restricted interfacesDmitry Vakhrushev1-10/+17
2020-11-19svm: init chunk rb tree indices in fifoFlorin Coras2-4/+2
2020-11-19ikev2: respect punting only for ipv4Benoît Ganne1-1/+7
2020-11-19dpdk: Telemetry thread is off by default.Dmitry Vakrhushev2-0/+9
2020-11-19dpdk: remove dpdk_early_initDamjan Marion1-52/+0
2020-11-19svm: fix high segment base address for ASanBenoît Ganne1-1/+1
2020-11-18svm: fifo segment cleanupFlorin Coras1-341/+205
2020-11-18dpdk: change mlx5 pmd name in foreach_dpdk_pmdMatthew Smith1-1/+7
2020-11-18ikev2: fix memleak when tunnel protect failsFilip Tehlar1-20/+37
2020-11-17virtio: virtio: implement packed queues from virtio 1.1Mohsin Kazmi8-135/+1037
2020-11-17geneve: Remove one bucket load-balance objectsNeale Ranns1-0/+12
2020-11-17papi: remove dependency on aenumPaul Vinciguerra2-18/+2
2020-11-17tests: move crypto tests to src/vnet/crypto/testDave Wallace1-0/+28
2020-11-17tests: move classifier tests to src/vnet/classify/testDave Wallace2-0/+1059
2020-11-17tests: move vpp-api tests to src/vpe-api/testDave Wallace3-0/+174
2020-11-17tests: move gre tests to src/vnet/gre/testDave Wallace1-0/+1275
2020-11-17tests: move GSO/GRO tests to src/vnet/gso/testDave Wallace2-0/+855
2020-11-16tests: move cli tests to src/vlib/testDave Wallace1-0/+89
2020-11-16tests: move buffer tests to src/vlib/testDave Wallace1-0/+29
2020-11-16tests: move bihash tests to src/vppinfra/testDave Wallace1-0/+71
2020-11-16fib: increase the reference counter size for mfib to 32 bitsMiklos Tirpak1-1/+1
2020-11-16fib: remove misleading FIB_PATH_TYPE_LASTBenoît Ganne1-14/+0
2020-11-15avf: add L4 checksum offload supportMohammed Hawari3-6/+136
2020-11-13rdma: implement multiseg rx without striding rqMohammed Hawari8-65/+470
2020-11-13vlib: macro definition erroryult1-6/+6