summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vmx.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10convert VMXNET drivers to ml_enqueue + if_inputMartin Pelikan
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2014-12-22unifdef INETTed Unangst
2014-12-19Rearrange mostly vmxnet3_init() to look like other Ethernet drivers.Brad Smith
2014-08-26dont base the mru on the mtu. unconditionally make it what theDavid Gwynne
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-01-22- Unconditionally set IFCAP_VLAN_MTUBrad Smith
2013-11-11bump the ring sizes up.David Gwynne
2013-11-08advertise the ring sizes through the stack. specifically:David Gwynne
2013-09-08Unbreak vmx(4) on i386. The right shift of 32 bits for the DSHReyk Floeter
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-06-22Prefix all functions. Pointed out by brad@.Masao Uebayashi
2013-06-21De-static.Masao Uebayashi
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-05tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf forDavid Gwynne
2013-06-03vmxnet3_load_mbuf() could replace the mbuf but did not return the newReyk Floeter
2013-06-03Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.Reyk Floeter
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi