summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2014-09-081-3/+10
|\
| * spapr-vlan: Don't touch last entry in buffer listAnton Blanchard2014-09-081-3/+10
* | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-09-041-1/+14
|\ \
| * | virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin2014-09-041-1/+14
| * | virtio-net: don't run bh on vm stoppedMichael S. Tsirkin2014-09-041-2/+12
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-041-14/+28
|\ \
| * | vhost_net: init acked_features to backend_featuresJason Wang2014-09-031-0/+1
| * | vhost_net: start/stop guest notifiers properlyJason Wang2014-09-031-14/+27
* | | Revert "vhost_net: start/stop guest notifiers properly"Peter Maydell2014-09-041-19/+12
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-022-22/+31
|\ \ \ | |_|/ |/| |
| * | vhost_net: start/stop guest notifiers properlyJason Wang2014-09-021-12/+19
| |/
| * virtio-net: don't run bh on vm stoppedMichael S. Tsirkin2014-09-021-2/+12
| * vhost_net: cleanup start/stop conditionMichael S. Tsirkin2014-09-021-8/+0
* | vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper2014-08-241-0/+10
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-199-28/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-187-22/+0
| * nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2014-08-172-6/+0
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell2014-08-151-8/+8
|\ \
| * | vmxnet3: don't use 'Yoda conditions'Gonglei2014-08-151-8/+8
| |/
* | e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo2014-08-141-6/+23
* | e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo2014-08-141-14/+17
|/
* vhost-net: disable when cross-endianGreg Kurz2014-06-291-0/+19
* virtio-net: use virtio wrappers to access headersRusty Russell2014-06-291-14/+17
* virtio-net: implement per-device migration callsGreg Kurz2014-06-291-6/+16
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-net: byteswap virtio-net headerCédric Le Goater2014-06-291-0/+17
* hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell2014-06-271-2/+2
* net: move queue number into NICPeersJiri Pirko2014-06-271-1/+1
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-241-10/+3
|\
| * qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia2014-06-231-10/+3
* | e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo2014-06-231-12/+14
* | e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo2014-06-231-13/+13
* | e1000: signal guest on successful link auto-negotiationGabriel L. Somlo2014-06-231-0/+1
* | e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo2014-06-232-1/+7
* | e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo2014-06-231-16/+19
|/
* Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-191-0/+4
* vhost-net: vhost-user feature bits supportNikolay Nikolaev2014-06-191-0/+35
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-191-29/+46
* Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-191-4/+6
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-191-11/+12
* Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2014-06-192-24/+35
* vhost_net should call the poll callback only when it is setNikolay Nikolaev2014-06-191-3/+10
* vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-191-27/+29
* virtio-net: announce self by guestJason Wang2014-06-191-0/+42
* virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-6/+1
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-16/+8
* Fix typo in eTSEC Ethernet controllerFabien Chouteau2014-06-161-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-168-25/+12
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-2/+1
* hw/net/ne2000-isa: Register vmstate structPeter Maydell2014-06-101-0/+1
OpenPOWER on IntegriCloud