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_vio.c
Age
Commit message (
Expand
)
Author
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2014-06-17
Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs
Stefan Fritsch
2014-01-19
If the system runs out ouf mbufs, the receive queue of the vio
Alexander Bluhm
2014-01-08
Fix typo recieve -> receive.
Alexander Bluhm
2013-05-12
fix use after free in case the mbuf needs defragmentation
Stefan Fritsch
2013-03-16
fix size of unicast rx filter table
Stefan Fritsch
2013-03-15
add some space before messages
Stefan Fritsch
2013-03-10
if_vio: Add some more debug output if VIRTIO_DEBUG is defined
Stefan Fritsch
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-03
wrap bpf.h header with NBPFILTER
Stefan Fritsch
2012-12-01
The return value of vio_link_state() is not used so change the return
Brad Smith
2012-11-30
Support large MTUs
Stefan Fritsch
2012-11-17
Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed by
Stefan Fritsch
2012-11-10
Simplify error handling, add IFCAP_VLAN_MTU
Stefan Fritsch
2012-10-31
Some fixes for the receive filter handling.
Brad Smith
2012-10-12
Add $OpenBSD$ CVS Ids.
Reyk Floeter
2012-09-19
Add new drivers for virtio network (vio) and block devices (vioblk, the disks
Stefan Fritsch