summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-28/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini7-22/+0
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2-6/+0
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell1-8/+8
2014-08-15vmxnet3: don't use 'Yoda conditions'Gonglei1-8/+8
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-06-29vhost-net: disable when cross-endianGreg Kurz1-0/+19
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell1-14/+17
2014-06-29virtio-net: implement per-device migration callsGreg Kurz1-6/+16
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell1-2/+2
2014-06-27net: move queue number into NICPeersJiri Pirko1-1/+1
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-10/+3
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia1-10/+3
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo1-12/+14
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo1-13/+13
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo1-0/+1
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo2-1/+7
2014-06-23e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo1-16/+19
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev1-0/+4
2014-06-19vhost-net: vhost-user feature bits supportNikolay Nikolaev1-0/+35
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-29/+46
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-4/+6
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-11/+12
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2-24/+35
2014-06-19vhost_net should call the poll callback only when it is setNikolay Nikolaev1-3/+10
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-27/+29
2014-06-19virtio-net: announce self by guestJason Wang1-0/+42
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster1-6/+1
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-16/+8
2014-06-16Fix typo in eTSEC Ethernet controllerFabien Chouteau1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela8-25/+12
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-2/+1
2014-06-10hw/net/ne2000-isa: Register vmstate structPeter Maydell1-0/+1
2014-06-10net: cadence_gem: Remove &desc[0] usagesPeter Crosthwaite1-2/+2
2014-06-10net: cadence_gem: Comment spelling sweepPeter Crosthwaite1-6/+6
2014-06-10net: cadence_gem: Add Tx descriptor fetch printfPeter Crosthwaite1-0/+3
2014-06-10net: cadence_gem: Fix Tx descriptor updatePeter Crosthwaite1-5/+7
2014-06-09e1000: remove broken support for 82573LGabriel L. Somlo1-18/+0
2014-06-09e1000: allow command-line selection of card modelGabriel L. Somlo2-24/+102
2014-06-09vmxnet3: fix msix vectors unuseJiri Pirko1-1/+1
2014-06-09net: xilinx_ethlite: Fix Rx-pong interruptPeter Crosthwaite1-1/+2
2014-06-09net: xilinx_ethlite: Convert to realize()Peter Crosthwaite1-11/+14
2014-06-09net: xilinx_ethlite: Don't reset from initPeter Crosthwaite1-1/+8
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite1-1/+1
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell3-8/+4
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela3-8/+4
2014-05-13hw/net/cadence_gem: Remove dead codePeter Maydell1-7/+1