aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* MFC r303971:Steven Hartland2016-08-142-24/+38
* MFC r284348: Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-07-011-2/+6
* MFC 282241:John Baldwin2015-05-271-0/+5
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@Hiren Panchasara2015-04-241-2/+3
* MFC r276491:Bryan Venteicher2015-01-192-2/+5
* MFC r276489:Bryan Venteicher2015-01-191-2/+2
* MFC r274325:Bryan Venteicher2014-11-291-7/+6
* MFC r270063 (vtnet)Bryan Venteicher2014-08-241-0/+37
* MFC r268481:Bryan Venteicher2014-08-222-65/+155
* MFC r267520, r267521, r267522, r267523, r267524:Bryan Venteicher2014-06-292-32/+28
* MFC svn 267065 and 267187Luigi Rizzo2014-06-091-2/+1
* MFC r261150, r261151, r261164, r261166, r261167, r261168, r261394, r261395:Bryan Venteicher2014-05-032-86/+129
* 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-1326/+2540
* 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