summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* [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