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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2014-09-04
1
-1
/
+14
|
\
|
*
virtio-net: purge outstanding packets when starting vhost
Michael S. Tsirkin
2014-09-04
1
-1
/
+14
|
*
virtio-net: don't run bh on vm stopped
Michael S. Tsirkin
2014-09-04
1
-2
/
+12
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-09-04
1
-14
/
+28
|
\
\
|
*
|
vhost_net: init acked_features to backend_features
Jason Wang
2014-09-03
1
-0
/
+1
|
*
|
vhost_net: start/stop guest notifiers properly
Jason Wang
2014-09-03
1
-14
/
+27
*
|
|
Revert "vhost_net: start/stop guest notifiers properly"
Peter Maydell
2014-09-04
1
-19
/
+12
*
|
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-09-02
2
-22
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vhost_net: start/stop guest notifiers properly
Jason Wang
2014-09-02
1
-12
/
+19
|
|
/
|
*
virtio-net: don't run bh on vm stopped
Michael S. Tsirkin
2014-09-02
1
-2
/
+12
|
*
vhost_net: cleanup start/stop condition
Michael S. Tsirkin
2014-09-02
1
-8
/
+0
*
|
vmxnet3: Pad short frames to minimum size (60 bytes)
Ben Draper
2014-08-24
1
-0
/
+10
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-19
9
-28
/
+0
|
\
|
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
7
-22
/
+0
|
*
nic: do not destroy memory regions in cleanup functions
Paolo Bonzini
2014-08-17
2
-6
/
+0
*
|
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...
Peter Maydell
2014-08-15
1
-8
/
+8
|
\
\
|
*
|
vmxnet3: don't use 'Yoda conditions'
Gonglei
2014-08-15
1
-8
/
+8
|
|
/
*
|
e1000: use symbolic constants to init phy ctrl & status registers
Gabriel L. Somlo
2014-08-14
1
-6
/
+23
*
|
e1000: correctly handle phy_ctrl reserved & self-clearing bits
Gabriel L. Somlo
2014-08-14
1
-14
/
+17
|
/
*
vhost-net: disable when cross-endian
Greg Kurz
2014-06-29
1
-0
/
+19
*
virtio-net: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-14
/
+17
*
virtio-net: implement per-device migration calls
Greg Kurz
2014-06-29
1
-6
/
+16
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+1
*
virtio-net: byteswap virtio-net header
Cédric Le Goater
2014-06-29
1
-0
/
+17
*
hw/net/eepro100: Implement read-only bits in MDI registers
Peter Maydell
2014-06-27
1
-2
/
+2
*
net: move queue number into NICPeers
Jiri Pirko
2014-06-27
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-06-24
1
-10
/
+3
|
\
|
*
qapi event: convert NIC_RX_FILTER_CHANGED
Wenchao Xia
2014-06-23
1
-10
/
+3
*
|
e1000: factor out checking for auto-negotiation availability
Gabriel L. Somlo
2014-06-23
1
-12
/
+14
*
|
e1000: move e1000_autoneg_timer() to after set_ics()
Gabriel L. Somlo
2014-06-23
1
-13
/
+13
*
|
e1000: signal guest on successful link auto-negotiation
Gabriel L. Somlo
2014-06-23
1
-0
/
+1
*
|
e1000: improve auto-negotiation reporting via mii-tool
Gabriel L. Somlo
2014-06-23
2
-1
/
+7
*
|
e1000: emulate auto-negotiation during external link status change
Gabriel L. Somlo
2014-06-23
1
-16
/
+19
|
/
*
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
2014-06-19
1
-0
/
+4
*
vhost-net: vhost-user feature bits support
Nikolay Nikolaev
2014-06-19
1
-0
/
+35
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
1
-29
/
+46
*
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
1
-4
/
+6
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
1
-11
/
+12
*
Refactor virtio-net to use generic get_vhost_net
Nikolay Nikolaev
2014-06-19
2
-24
/
+35
*
vhost_net should call the poll callback only when it is set
Nikolay Nikolaev
2014-06-19
1
-3
/
+10
*
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
1
-27
/
+29
*
virtio-net: announce self by guest
Jason Wang
2014-06-19
1
-0
/
+42
*
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-06-19
1
-6
/
+1
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
1
-16
/
+8
*
Fix typo in eTSEC Ethernet controller
Fabien Chouteau
2014-06-16
1
-1
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
8
-25
/
+12
*
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
2014-06-16
1
-2
/
+1
*
hw/net/ne2000-isa: Register vmstate struct
Peter Maydell
2014-06-10
1
-0
/
+1
*
net: cadence_gem: Remove &desc[0] usages
Peter Crosthwaite
2014-06-10
1
-2
/
+2
*
net: cadence_gem: Comment spelling sweep
Peter Crosthwaite
2014-06-10
1
-6
/
+6
[next]