summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-171-0/+1
* [virtio] Support VIRTIO_NET_F_IOMMU_PLATFORMJason Wang2017-07-101-1/+2
* [virtio] Use host-specified MTU when availableMichael Brown2017-01-231-13/+27
* [virtio] Use separate RX and TX empty header buffersMichael Brown2017-01-231-7/+12
* [virtio] Remove queue size limit in legacy virtioLadi Prosek2017-01-221-0/+1
* [virtio] Simplify virtqueue shutdownLadi Prosek2017-01-221-11/+19
* [virtio] Add virtio-net 1.0 supportLadi Prosek2016-04-151-11/+251
* [virtio] Add virtio 1.0 PCI supportLadi Prosek2016-04-151-2/+3
* [virtio] Downgrade per-iobuf debug messages to DBGC2Laszlo Ersek2015-04-101-6/+6
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+1
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-5/+11
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-171-228/+335
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+1
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-191-202/+3Star
* [virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier2008-11-191-55/+64
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-191-14/+14
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-191-41/+44
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-191-2/+2
* virtio-net: Fix kick/wait logicEduardo Habkost2008-10-161-3/+5
* [virtio] Add legacy driver for KVM virtio-netStefan Hajnoczi2008-08-011-0/+492