index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio-net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-08-04
1
-1
/
+1
|
\
|
*
virtio-net: don't use vdev after virtio_cleanup
Amit Shah
2011-07-27
1
-1
/
+1
*
|
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
2011-07-18
1
-1
/
+1
|
/
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-3
/
+3
*
virtio-net: Fix lduw_p() pointer argument of wrong size
Stefan Hajnoczi
2011-03-03
1
-2
/
+2
*
vhost: disable on tap link down
Michael S. Tsirkin
2011-02-20
1
-1
/
+2
*
vhost: force vhost off for non-MSI guests
mst@redhat.com
2011-02-01
1
-1
/
+5
*
virtio-net: fix cross-endianness support
Aurelien Jarno
2011-01-29
1
-6
/
+7
*
virtio: move vmstate change tracking to core
Michael S. Tsirkin
2011-01-10
1
-21
/
+7
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-12-17
1
-16
/
+53
|
\
|
*
virtio-net: stop/start bh when appropriate
Michael S. Tsirkin
2010-12-09
1
-16
/
+50
|
*
virtio-net: don't dma while vm is stopped
Michael S. Tsirkin
2010-12-09
1
-0
/
+3
*
|
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-0
/
+2
|
/
*
virtio-net: Convert fprintf() to error_report()
Stefan Hajnoczi
2010-11-21
1
-21
/
+20
*
virtio-net: unify vhost-net start/stop
Michael S. Tsirkin
2010-10-07
1
-46
/
+43
*
virtio-net: Introduce a new bottom half packet TX
Alex Williamson
2010-09-07
1
-8
/
+77
*
virtio-net: Rename tx_timer_active to tx_waiting
Alex Williamson
2010-09-07
1
-9
/
+9
*
virtio-net: Limit number of packets sent per TX flush
Alex Williamson
2010-09-07
1
-6
/
+15
*
virtio-net: Make tx_timer timeout configurable
Alex Williamson
2010-09-07
1
-3
/
+6
*
virtio-net: correct packet length math
Michael S. Tsirkin
2010-07-11
1
-13
/
+28
*
virtio-net: Incorporate a DeviceState pointer and let savevm track instances
Alex Williamson
2010-07-06
1
-3
/
+4
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+2
*
virtio-net: truncating packet
Michael S. Tsirkin
2010-06-07
1
-6
/
+9
*
virtio-net: stop vhost backend on vmstop
Michael S. Tsirkin
2010-06-02
1
-6
/
+5
*
virtio-net: return with value in void function
Michael S. Tsirkin
2010-05-12
1
-1
/
+1
*
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
Amit Shah
2010-04-28
1
-17
/
+3
*
vhost: fix features ack
David L Stevens
2010-04-13
1
-0
/
+8
*
virtio-net: vhost net support
Michael S. Tsirkin
2010-04-01
1
-2
/
+69
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-2
/
+2
*
error: Move qemu_error & friends into their own header
Markus Armbruster
2010-03-16
1
-0
/
+1
*
virtio-net: fix network stall under load
Tom Lendacky
2010-02-10
1
-1
/
+9
*
virtio: net: remove dead assignment
Amit Shah
2010-01-13
1
-1
/
+1
*
virtio-net: mac property is mandatory
Michael S. Tsirkin
2010-01-12
1
-0
/
+2
*
virtio: add features as qdev properties
Michael S. Tsirkin
2010-01-11
1
-23
/
+16
*
virtio: rename features -> guest_features
Michael S. Tsirkin
2010-01-11
1
-5
/
+5
*
net: remove VLANClientState members now in NetClientInfo
Mark McLoughlin
2009-12-03
1
-1
/
+1
*
net: convert virtio to NICState
Mark McLoughlin
2009-12-03
1
-34
/
+39
*
whitelist host virtio networking features
Dustin Kirkland
2009-11-09
1
-4
/
+4
*
virtio-net: split the has_buffers() logic from can_receive()
Mark McLoughlin
2009-11-09
1
-9
/
+12
*
virtio-net: fix macaddr config regression
Mark McLoughlin
2009-10-30
1
-0
/
+1
*
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
2009-10-30
1
-0
/
+1
*
net: move net-checksum.c under net/
Mark McLoughlin
2009-10-30
1
-0
/
+1
*
virtio-net: add tap_has_ufo flag to saved state
Mark McLoughlin
2009-10-27
1
-2
/
+21
*
Enable UFO on virtio-net and tap devices
Sridhar Samudrala
2009-10-27
1
-2
/
+9
*
Work around dhclient brokenness
Anthony Liguori
2009-10-27
1
-0
/
+29
*
virtio-net: enable tap offload if guest supports it
Mark McLoughlin
2009-10-27
1
-0
/
+18
*
virtio-net: add vnet_hdr support
Mark McLoughlin
2009-10-27
1
-7
/
+44
*
virtio: use qdev properties for configuration.
Gerd Hoffmann
2009-10-27
1
-20
/
+25
*
notify io_thread at the end of rx handling
Glauber Costa
2009-07-22
1
-0
/
+4
[next]