summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vio.c
AgeCommit message (Expand)Author
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-06-17Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANsStefan Fritsch
2014-01-19If the system runs out ouf mbufs, the receive queue of the vioAlexander Bluhm
2014-01-08Fix typo recieve -> receive.Alexander Bluhm
2013-05-12fix use after free in case the mbuf needs defragmentationStefan Fritsch
2013-03-16fix size of unicast rx filter tableStefan Fritsch
2013-03-15add some space before messagesStefan Fritsch
2013-03-10if_vio: Add some more debug output if VIRTIO_DEBUG is definedStefan Fritsch
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-03wrap bpf.h header with NBPFILTERStefan Fritsch
2012-12-01The return value of vio_link_state() is not used so change the returnBrad Smith
2012-11-30Support large MTUsStefan Fritsch
2012-11-17Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed byStefan Fritsch
2012-11-10Simplify error handling, add IFCAP_VLAN_MTUStefan Fritsch
2012-10-31Some fixes for the receive filter handling.Brad Smith
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch