Age | Commit message (Expand) | Author |
---|---|---|
2020-07-07 | add kstat support for reading the "hardware" counters for each ring. | David Gwynne |
2020-06-17 | if the chip did rss, use the hash from the chip as an mbuf flowid. | David Gwynne |
2020-06-16 | show the structure for the rss configuration. | David Gwynne |
2019-10-27 | tweak the rx path to look more like the tx path. | David Gwynne |
2019-10-26 | make vmx transmit (vmxnet3_start) mpsafe. | David Gwynne |
2019-08-06 | have a go at using msi interrupts. | David Gwynne |
2013-08-28 | vmx(4) uses 4 different types of 128bit descriptors in little-endian | Reyk Floeter |
2013-06-12 | Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ... | Masao Uebayashi |
2013-05-31 | Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ. | uebayasi |