aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vmxnet3/vmxnet3.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-8/+0
2023-01-11pci: add option to force uio bindingBenoƮt Ganne1-1/+2
2022-05-17interface: fix overflow of link speed.Anton Nikolaev1-4/+6
2022-01-10interface: refactor interface capabilities code, part 2Damjan Marion1-6/+8
2022-01-07ethernet: new interface registration functionDamjan Marion1-10/+7
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-4/+3
2021-08-31vmxnet3: set RX interrupt pending only when neededSteven Luong1-5/+38
2021-07-01vmxnet3: support manual thread assignment to tx queueSteven Luong1-15/+19
2021-03-19interface: add capabilities flagsMohsin Kazmi1-3/+6
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-14/+14
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-2/+2
2020-09-16vmxnet3: gso fixesSteven Luong1-1/+2
2020-08-24vmxnet3: enhance debug CLI error handlingSteven Luong1-2/+15
2019-12-04gso: remove the interface countMohsin Kazmi1-4/+0
2019-08-30vmxnet3: per interface gso supportSteven Luong1-7/+6
2019-03-18vmxnet3: auto bind supportSteven Luong1-14/+32
2019-02-26vmxnet3: RSS supportSteven Luong1-34/+126
2019-02-26vmxnet3: lro/tso and rx checksumSteven Luong1-3/+20
2019-02-02vmxnet3: multiple TX queues supportSteven Luong1-40/+117
2019-01-15vmxnet3: add numa support and link speedSteven1-11/+22
2018-12-17vmxnet3: support clear hardware interface countersSteven1-0/+18
2018-10-27vmxnet3: add logging support to the control plane [VPP-1470]Steven1-11/+53
2018-10-26vmxnet3: enable promiscuous modeSteven1-1/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-46/+27
2018-10-23c11 safe string handling supportDave Barach1-8/+8
2018-10-22vlib: pci improvementsDamjan Marion1-14/+14
2018-10-03vmxnet3: error handlingSteven1-0/+1
2018-09-26vmxnet3: delete interface causes a crashSteven1-9/+4
2018-09-21vmxnet3: Add hardware link status handlingSteven1-4/+51
2018-09-18vmxnet3: add support for "non-default" next nodeSteven1-0/+21
2018-09-14vmxnet3 device driverSteven Luong1-0/+612