summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: cadence_gem: Remove &desc[0] usagesPeter Crosthwaite2014-06-101-2/+2
* net: cadence_gem: Comment spelling sweepPeter Crosthwaite2014-06-101-6/+6
* net: cadence_gem: Add Tx descriptor fetch printfPeter Crosthwaite2014-06-101-0/+3
* net: cadence_gem: Fix Tx descriptor updatePeter Crosthwaite2014-06-101-5/+7
* e1000: remove broken support for 82573LGabriel L. Somlo2014-06-091-18/+0
* e1000: allow command-line selection of card modelGabriel L. Somlo2014-06-092-24/+102
* vmxnet3: fix msix vectors unuseJiri Pirko2014-06-091-1/+1
* net: xilinx_ethlite: Fix Rx-pong interruptPeter Crosthwaite2014-06-091-1/+2
* net: xilinx_ethlite: Convert to realize()Peter Crosthwaite2014-06-091-11/+14
* net: xilinx_ethlite: Don't reset from initPeter Crosthwaite2014-06-091-1/+8
* net: cadence_gem: Fix top commentPeter Crosthwaite2014-05-261-1/+1
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-153-8/+4
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-143-8/+4
* | hw/net/cadence_gem: Remove dead codePeter Maydell2014-05-131-7/+1
* | hw/net/stellaris_enet: Convert to vmstatePeter Maydell2014-05-131-68/+80
* | hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell2014-05-131-21/+19
* | hw/net/stellaris_enet: Fix debug format stringsPeter Maydell2014-05-131-3/+3
* | hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell2014-05-131-2/+15
* | hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell2014-05-131-42/+77
* | hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell2014-05-131-1/+1
* | hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell2014-05-131-4/+6
OpenPOWER on IntegriCloud