summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell1-68/+80
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell1-21/+19
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell1-3/+3
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell1-2/+15
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell1-42/+77
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell1-1/+1
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell1-4/+6
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela3-4/+3
2014-05-07hw: Add missing 'static' attributesStefan Weil3-5/+5
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell1-4/+16
2014-05-05virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin1-4/+11
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster1-8/+8
2014-05-05virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-0/+5
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell1-1/+1
2014-04-28xilinx: Fix typo in comment (Marvel -> Marvell)Stefan Weil1-1/+1
2014-04-25net: xilinx_axienet.c: Add phy soft reset bit clearingNathan Rossi1-0/+3
2014-04-25pcnet: remove duplicate assignmentPrasad Joshi1-1/+0