summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_vmxreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* if the chip did rss, use the hash from the chip as an mbuf flowid.dlg2020-06-171-1/+2
* show the structure for the rss configuration.dlg2020-06-161-1/+20
* tweak the rx path to look more like the tx path.dlg2019-10-271-3/+3
* make vmx transmit (vmxnet3_start) mpsafe.dlg2019-10-261-3/+3
* have a go at using msi interrupts.dlg2019-08-061-1/+13
* vmx(4) uses 4 different types of 128bit descriptors in little-endianreyk2013-08-281-62/+97
* Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad descriptors.uebayasi2013-06-121-4/+8
* Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi2013-05-311-0/+286