index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
virtio-net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[virtio] Update driver to use DMA API
Aaron Young
2021-10-28
1
-11
/
+25
*
[ethernet] Use standard 1500 byte MTU unless explicitly overridden
Michael Brown
2018-07-17
1
-0
/
+1
*
[virtio] Support VIRTIO_NET_F_IOMMU_PLATFORM
Jason Wang
2017-07-10
1
-1
/
+2
*
[virtio] Use host-specified MTU when available
Michael Brown
2017-01-23
1
-13
/
+27
*
[virtio] Use separate RX and TX empty header buffers
Michael Brown
2017-01-23
1
-7
/
+12
*
[virtio] Remove queue size limit in legacy virtio
Ladi Prosek
2017-01-22
1
-0
/
+1
*
[virtio] Simplify virtqueue shutdown
Ladi Prosek
2017-01-22
1
-11
/
+19
*
[virtio] Add virtio-net 1.0 support
Ladi Prosek
2016-04-15
1
-11
/
+251
*
[virtio] Add virtio 1.0 PCI support
Ladi Prosek
2016-04-15
1
-2
/
+3
*
[virtio] Downgrade per-iobuf debug messages to DBGC2
Laszlo Ersek
2015-04-10
1
-6
/
+6
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-05
1
-1
/
+1
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
1
-1
/
+1
*
[pci] Make driver PCI ID a property of the PCI device
Michael Brown
2011-02-17
1
-2
/
+1
*
[netdevice] Call netdev_link_[up|down|err]() only while registered
Michael Brown
2010-09-05
1
-5
/
+11
*
[virtio] Replace virtio-net with native iPXE driver
Stefan Hajnoczi
2010-07-17
1
-228
/
+335
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-2
/
+2
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-1
/
+1
*
[virtio] Split virtio-net.c into several files.
Laurent Vivier
2008-11-19
1
-202
/
+3
*
[virtio] Consolidate virtio-net static data into a struct vring_virtqueue
Laurent Vivier
2008-11-19
1
-55
/
+64
*
[virtio] Remove dependency on nic for virtio PCI functions
Laurent Vivier
2008-11-19
1
-14
/
+14
*
[virtio] Consolidate vring_get_buf() by using a buffer list to add to the vring
Laurent Vivier
2008-11-19
1
-41
/
+44
*
[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxe
Laurent Vivier
2008-11-19
1
-2
/
+2
*
virtio-net: Fix kick/wait logic
Eduardo Habkost
2008-10-16
1
-3
/
+5
*
[virtio] Add legacy driver for KVM virtio-net
Stefan Hajnoczi
2008-08-01
1
-0
/
+492