summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* MFC r347233:Michael Tuexen2019-05-162-11/+2
* MFC r343552Vincenzo Maffione2019-02-011-1/+1
* MFC r340436Vincenzo Maffione2018-12-042-34/+42
* Revert r330897:Eitan Adler2018-03-293-6/+0
* Partial merge of the SPDX changesEitan Adler2018-03-143-0/+6
* MFC r303971:Steven Hartland2016-08-142-24/+38
* vtnet: fix panic on unloadKristof Provost2016-05-141-8/+9
* Lower the compiler warning: unused-but-set-variable.Marcelo Araujo2015-09-031-4/+0
* add netmap dependency when compiled as a moduleLuigi Rizzo2015-07-101-0/+3
* Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-06-131-2/+6
* Fix typo when deregistering the VLAN unconfig event handlerBryan Venteicher2015-06-131-1/+1
* Don't free mbufs when stopping an interface in netmap mode.John Baldwin2015-04-291-0/+5
* Add softc flag for when the indirect descriptor feature was negotiatedBryan Venteicher2015-01-012-2/+5
* Use the appropriate IPv4 or IPv6 TSO HW assist flagBryan Venteicher2015-01-011-2/+2
* Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.Andrew Turner2014-12-291-0/+2
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+3
* Enable LRO by default when available on vtnet interfacesBryan Venteicher2014-11-091-7/+6
* - Provide if_get_counter() method for vtnet(4).Gleb Smirnoff2014-09-181-61/+56
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-161-0/+37
* Rework when the Tx queue completion interrupt is enabledBryan Venteicher2014-07-102-65/+155
* Force two byte alignment for all control message headersBryan Venteicher2014-06-161-5/+5
* Make the feature negotiation code easier to followBryan Venteicher2014-06-161-22/+23
* - Remove two write-only local variablesBryan Venteicher2014-06-162-5/+0
* make sure ifp->if_transmit returns 0 if a buffer is enqueued.Luigi Rizzo2014-06-041-2/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-1/+1
* Use m_defrag() instead of m_collapse() to compact a long mbuf chainBryan Venteicher2014-02-022-14/+16
* Do not place the sglist used for Rx/Tx on the stackBryan Venteicher2014-02-022-38/+65
* Check for a full virtqueue in the multiqueue transmit pathBryan Venteicher2014-01-251-0/+6
* Avoid queue unlock followed by relock when the enable interrupt race is lostBryan Venteicher2014-01-251-5/+7
* Move duplicated transmit start code into a single functionBryan Venteicher2014-01-251-23/+22
* Remove stray spaceBryan Venteicher2014-01-251-1/+1
* Also include the mbuf's csum_flags in an assert messageBryan Venteicher2014-01-251-1/+2
* Read and write the MAC address in the config space byte by byteBryan Venteicher2014-01-251-5/+11
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* 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