aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13hw/net/cadence_gem: Remove dead codePeter Maydell
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-07hw: Add missing 'static' attributesStefan Weil
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-05virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-05-05virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-28xilinx: Fix typo in comment (Marvel -> Marvell)Stefan Weil
2014-04-25net: xilinx_axienet.c: Add phy soft reset bit clearingNathan Rossi
2014-04-25pcnet: remove duplicate assignmentPrasad Joshi
2014-04-17net: cadence_gem: Make phy respond to broadcastPeter Crosthwaite
2014-04-17allwinner-emac: update irq status after writes to interrupt registersBeniamino Galvani
2014-04-17allwinner-emac: set autonegotiation complete bit on link upBeniamino Galvani
2014-04-14vmxnet3: validate queues configuration read on migrationDmitry Fleytman
2014-04-14vmxnet3: validate interrupt indices read on migrationDmitry Fleytman
2014-04-14vmxnet3: validate queues configuration coming from guestDmitry Fleytman
2014-04-14vmxnet3: validate interrupt indices coming from guestDmitry Fleytman
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin
2014-03-26virtio-net: add vlan receive state to RxFilterInfoAmos Kong
2014-03-26virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch
2014-03-20Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell
2014-03-20spapr_llan: Add to boot device listAlexey Kardashevskiy
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-15FSL eTSEC: Fix typo in rx ringFabien Chouteau
2014-03-15misc: Fix typos in commentsStefan Weil
2014-03-09virtio-net: remove function calls from assertJoel Stanley
2014-03-05spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy
2014-03-05Add Enhanced Three-Speed Ethernet Controller (eTSEC)Fabien Chouteau
2014-02-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'...Peter Maydell
2014-02-26hw/net/stellaris_enet: Avoid unintended sign extensionPeter Maydell
2014-02-25virtio-net: use qemu_get_queue() where possibleStefan Hajnoczi
2014-02-25vhost_net: use offload API instead of bypassing itStefan Hajnoczi
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione
2014-02-25opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov
2014-02-24opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias