summaryrefslogtreecommitdiffstats
path: root/sys/dev/vmware
Commit message (Expand)AuthorAgeFilesLines
* Update if_hwassist when interface options are changed.mav2016-07-211-9/+22
* Only use a power of 2 for the number of receive and transmit queues.jhb2015-11-161-2/+9
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-2/+3
* Provide vmxnet3_get_counter() to return counters that are not collected,glebius2014-09-251-59/+36
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-222-3/+3
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-132-7/+4
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-132-4/+7
* Remove some write only variablesbryanv2014-07-021-6/+0
* Give each interrupt a descriptive name when using MSIXbryanv2014-06-291-0/+5
* Increment the pending packets more aggressively for TSObryanv2014-06-201-3/+3
* Handle multiple calls to rxq_eof for single packet completionbryanv2014-06-202-2/+18
* Remove an unnecessary kick of the host at the end of transmittingbryanv2014-06-201-21/+2
* Fix GCC compile warning: Variable(s) can be used uninitialized.hselasky2014-06-191-2/+4
* Don't check the dma map address for a static DMA mapping against NULLbryanv2014-06-141-1/+1
* Fix TSO support on VMware Fusionbryanv2014-06-091-9/+45
* Remove an unnecessary variable reassignmentbryanv2014-06-091-1/+1
* make sure if_transmit returns 0 if the mbuf is enqueued.luigi2014-06-061-2/+1
* Add Tx/Rx multiqueue support to vmx(4)bryanv2014-03-173-92/+707
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-5/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Do not provide a hint of the guest's OS versionbryanv2013-10-112-12/+1
* Use correct type for the vmx vlan filter tablebryanv2013-09-081-1/+1
* Few more minor if_vmx tweaksbryanv2013-08-302-24/+72
* Couple minor if_vmx tweaksbryanv2013-08-272-30/+32
* Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDbryanv2013-08-233-0/+3940
OpenPOWER on IntegriCloud