index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_vmx.c
Age
Commit message (
Expand
)
Author
2014-01-22
- Unconditionally set IFCAP_VLAN_MTU
Brad Smith
2013-11-11
bump the ring sizes up.
David Gwynne
2013-11-08
advertise the ring sizes through the stack. specifically:
David Gwynne
2013-09-08
Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH
Reyk Floeter
2013-08-28
vmx(4) uses 4 different types of 128bit descriptors in little-endian
Reyk Floeter
2013-06-22
Prefix all functions. Pointed out by brad@.
Masao Uebayashi
2013-06-21
De-static.
Masao Uebayashi
2013-06-12
Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...
Masao Uebayashi
2013-06-12
Consistenly use bpf_mtap_ether(). From tsubai@.
Masao Uebayashi
2013-06-12
Almost identical diffs from brad@ and dlg@:
Masao Uebayashi
2013-06-10
Make use of pci_matchbyid().
Brad Smith
2013-06-08
Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is already
Brad Smith
2013-06-05
tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf for
David Gwynne
2013-06-03
vmxnet3_load_mbuf() could replace the mbuf but did not return the new
Reyk Floeter
2013-06-03
Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.
Reyk Floeter
2013-05-31
Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.
uebayasi