aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-30ftgmac100: check RX and TX buffer alignmentCédric Le Goater
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau
2020-01-07etraxfs: remove PROP_PTR usageMarc-André Lureau
2020-01-07lance: replace PROP_PTR with PROP_LINKMarc-André Lureau
2020-01-07hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROMPhilippe Mathieu-Daudé
2020-01-06virtio-net: delete also control queue when TX/RX deletedYuri Benditovich
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' ...Peter Maydell
2019-12-16mips: mipssim: Renovate coding styleFilip Bozuta
2019-12-16aspeed: Change the "nic" property definitionCédric Le Goater
2019-12-02net/virtio: Fix failover error handling crash bugsMarkus Armbruster
2019-12-02net/virtio: Drop useless n->primary_dev not null checksMarkus Armbruster
2019-11-25net/virtio: return error when device_opts arg is NULLJens Freimann
2019-11-25net/virtio: fix re-plugging of primary deviceJens Freimann
2019-11-25net/virtio: return early when failover primary alread addedJens Freimann
2019-11-25net/virtio: fix dev_unplug_pendingJens Freimann
2019-11-19net/cadence_gem: Set PHY autonegotiation restart statusLinus Ziegert
2019-11-08dp8393x: fix dp8393x_receive()Laurent Vivier
2019-11-08dp8393x: put the DMA buffer in the state structureLaurent Vivier
2019-10-29virtio_net: use RCU_READ_LOCK_GUARDDr. David Alan Gilbert
2019-10-29net/virtio: add failover supportJens Freimann
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell
2019-10-29virtio-net: prevent offloads reset on migrationMikhail Sennikovsky
2019-10-29net: add tulip (dec21143) driverSven Schnelle
2019-10-28dp8393x: manage big endian busLaurent Vivier
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz
2019-10-25vhost_net: enable packed ring supportJason Wang
2019-10-24hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson
2019-09-12hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert