aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmxnet3
Commit message (Expand)AuthorAgeFilesLines
* Don't check the dma map address for a static DMA mapping against NULLBryan Venteicher2014-06-141-1/+1
* Fix TSO support on VMware FusionBryan Venteicher2014-06-091-9/+45
* Remove an unnecessary variable reassignmentBryan Venteicher2014-06-091-1/+1
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-061-2/+1
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-173-92/+707
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-5/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Do not provide a hint of the guest's OS versionBryan Venteicher2013-10-112-12/+1
* Use correct type for the vmx vlan filter tableBryan Venteicher2013-09-081-1/+1
* Few more minor if_vmx tweaksBryan Venteicher2013-08-302-24/+72
* Couple minor if_vmx tweaksBryan Venteicher2013-08-272-30/+32
* Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDBryan Venteicher2013-08-233-0/+3940