index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio-net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-27
virtio: use qdev properties for configuration.
Gerd Hoffmann
1
-20
/
+25
2009-07-22
notify io_thread at the end of rx handling
Glauber Costa
1
-0
/
+4
2009-06-24
qemu/net: flag to control the number of vectors a nic has
Michael S. Tsirkin
1
-1
/
+4
2009-06-24
qemu/net: request 3 vectors in virtio-net
Michael S. Tsirkin
1
-0
/
+1
2009-06-22
virtio-net: implement async packet sending
Mark McLoughlin
1
-2
/
+37
2009-06-22
virtio-net: enable mergeable receive buffers
Mark McLoughlin
1
-0
/
+1
2009-06-09
virtio-net: Increase filter and control limits
Alex Williamson
1
-2
/
+2
2009-06-09
virtio-net: Add new RX filter controls
Alex Williamson
1
-4
/
+36
2009-06-09
virtio-net: MAC filter optimization
Alex Williamson
1
-4
/
+25
2009-06-09
virtio-net: Fix MAC filter overflow handling
Alex Williamson
1
-8
/
+23
2009-06-09
virtio-net: reorganize receive_filter()
Alex Williamson
1
-8
/
+11
2009-06-09
virtio-net: Use a byte to store RX mode flags
Alex Williamson
1
-7
/
+12
2009-06-09
virtio-net: Add version_id 7 placeholder for vnet header support
Alex Williamson
1
-1
/
+8
2009-06-09
virtio-net: implement rx packet queueing
Mark McLoughlin
1
-1
/
+4
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
1
-4
/
+6
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
1
-4
/
+4
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
1
-1
/
+1
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
1
-1
/
+1
2009-05-18
Separate virtio PCI code
Paul Brook
1
-16
/
+7
2009-05-14
Virtio-net qdev conversion
Paul Brook
1
-9
/
+12
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
1
-1
/
+18
2009-04-17
Remove stray GSO code from virtio_net (Mark McLoughlin)
aliguori
1
-5
/
+0
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-1
/
+1
2009-04-05
Fix oops on 2.6.25 guest (Rusty Russell)
aliguori
1
-0
/
+16
2009-03-13
qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)
aliguori
1
-1
/
+1
2009-02-16
virtio: Remove malloc failure checks (Jan Kiszka)
aliguori
1
-4
/
+0
2009-02-11
qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)
aliguori
1
-4
/
+5
2009-02-05
qemu:virtio-net: Add VLAN filtering (Alex Williamson)
aliguori
1
-3
/
+49
2009-02-05
qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson)
aliguori
1
-2
/
+87
2009-02-05
qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul...
aliguori
1
-0
/
+28
2009-02-05
qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson)
aliguori
1
-1
/
+47
2009-02-05
qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi...
aliguori
1
-1
/
+33
2009-02-05
qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale...
aliguori
1
-7
/
+7
2009-02-05
qemu:virtio-net: Allow setting the MAC address via set_config (Alex Williamson)
aliguori
1
-2
/
+16
2009-02-05
qemu:virtio-net: Save status and add some save infrastructure (Alex Williamson)
aliguori
1
-2
/
+8
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-1
/
+1
2009-01-26
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
1
-1
/
+2
2009-01-26
Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin)
aliguori
1
-1
/
+3
2009-01-13
Make virtio_net_init() return void (Mark McLoughlin)
aliguori
1
-4
/
+2
2009-01-08
Implement virtio_net link status (Mark McLoughlin)
aliguori
1
-2
/
+21
2009-01-07
virtio-net migration fix (Mark McLoughlin)
aliguori
1
-2
/
+4
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
1
-1
/
+1
2009-01-07
add missing MAC address to info_str for some NICs (Mark McLoughlin)
aliguori
1
-0
/
+2
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
1
-2
/
+2
2008-12-17
Use saner types for virtio-net
aliguori
1
-2
/
+2
2008-12-17
virtio-net support
aliguori
1
-0
/
+329