summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* Do not hold the vtnet Rx queue lock when calling up into the stackBryan Venteicher2013-10-051-2/+6
* Complete any pending Tx frames before attempting the next transmitBryan Venteicher2013-09-032-0/+10
* Fix build with gccEitan Adler2013-09-011-1/+1
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchBryan Venteicher2013-09-012-1321/+2535
* Sync VirtIO net device header file from recent LinuxBryan Venteicher2013-09-011-3/+46
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-042-2/+2
* Merge vtnet changes from projects/virtioBryan Venteicher2013-07-041-2/+2
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-042-90/+19
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersBryan Venteicher2013-06-151-2/+2
* virtio: Start taskqueues threads after attach cannot failBryan Venteicher2012-12-141-4/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Various VirtIO improvementsPeter Grehan2012-07-111-2/+0
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-1/+1
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-063-37/+64
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-183-0/+3124