aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vmxnet3
AgeCommit message (Expand)AuthorFilesLines
2020-01-06vmxnet3: add FEATURE.yamlSteven Luong1-0/+9
2019-12-07vmxnet3: use explicit types in apiOle Troan3-9/+12
2019-12-04gso: remove the interface countMohsin Kazmi1-4/+0
2019-10-31vlib: only dump 1st buffer in chain by defaultBenoƮt Ganne1-1/+1
2019-09-30vmxnet3: remove api boilerplateOle Troan6-309/+10
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-02vmxnet3: interface rx counter not increment correctlySteven Luong1-1/+1
2019-08-30vmxnet3: per interface gso supportSteven Luong8-37/+26
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-2/+2
2019-08-02vmxnet3: don't bypass ethernet_inputSteven Luong2-15/+6
2019-07-23api: binary api cleanupDave Barach2-4/+6
2019-07-09vat: unload unused vat pluginsDave Barach1-4/+5
2019-06-26vmxnet3: custom dump and debug cli fixSteven Luong3-27/+84
2019-05-21vmxnet3: gso_l4_hdr_sz is not set correctlySteven Luong1-16/+24
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-19Doxygen cleanup.Dave Wallace1-1/+1
2019-03-18vmxnet3: auto bind supportSteven Luong7-23/+63
2019-02-26vmxnet3: RSS supportSteven Luong7-81/+229
2019-02-26vmxnet3: lro/tso and rx checksumSteven Luong6-45/+283
2019-02-09buffers: fix typoDamjan Marion1-3/+3
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-2/+3
2019-02-02vmxnet3: multiple TX queues supportSteven Luong9-182/+296
2019-01-15vmxnet3: add numa support and link speedSteven4-13/+23
2018-12-17vmxnet3: support clear hardware interface countersSteven3-20/+60
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-11-07vmxnet3: reduce calling vmxnet3_reg_write_inlineSteven3-8/+18
2018-10-27vmxnet3: add logging support to the control plane [VPP-1470]Steven4-17/+87
2018-10-26vmxnet3: enable promiscuous modeSteven1-1/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion2-51/+28
2018-10-23c11 safe string handling supportDave Barach4-12/+12
2018-10-22vlib: pci improvementsDamjan Marion2-15/+16
2018-10-22vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlinesDamjan Marion2-7/+5
2018-10-16vmxnet3: show vmxnet3 with filtering capability [VPP-1452]Steven3-12/+234
2018-10-16vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-...Steven1-1/+9
2018-10-10vmxnet3: better error handlingSteven2-20/+42
2018-10-03vmxnet3: coverity woeSteven2-12/+12
2018-10-03vmxnet3: error handlingSteven4-60/+84
2018-09-26vmxnet3: delete interface causes a crashSteven1-9/+4
2018-09-25vmxnet3: guard against array overflowSteven1-2/+3
2018-09-21vmxnet3: Add hardware link status handlingSteven6-8/+66
2018-09-20vmxnet3: invoke vlib_buffer_enqueue_to_next() with the wrong buffers for chai...Steven1-7/+8
2018-09-18vmxnet3: add support for "non-default" next nodeSteven3-2/+76
2018-09-16vmxnet3: fix clang initialization errorFlorin Coras1-1/+2
2018-09-14vmxnet3 device driverSteven Luong14-0/+3173