summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-60/+61
|\
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-203-47/+50
| * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-20/+22
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-202-26/+23Star
| * hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-202-4/+3Star
* | hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé2020-02-181-6/+9
|/
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-3/+3
* ftgmac100: check RX and TX buffer alignmentCédric Le Goater2020-01-301-0/+13
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-276-0/+999
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2432-33/+33
* hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé2020-01-241-2/+2
* hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé2020-01-241-1/+2
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-0/+2
|\
| * hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROMPhilippe Mathieu-Daudé2020-01-071-0/+2
* | Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2020-01-075-20/+40
|\ \
| * | dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-4/+3Star
| * | etraxfs: remove PROP_PTR usageMarc-André Lureau2020-01-071-11/+33
| * | lance: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-073-5/+4Star
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-01-071-1/+2
|\ \ | |/ |/|
| * virtio-net: delete also control queue when TX/RX deletedYuri Benditovich2020-01-061-1/+2
* | vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-062-3/+4
|/
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' ...Peter Maydell2019-12-161-19/+23
|\
| * mips: mipssim: Renovate coding styleFilip Bozuta2019-12-161-19/+23
* | aspeed: Change the "nic" property definitionCédric Le Goater2019-12-161-10/+9Star
|/
* net/virtio: Fix failover error handling crash bugsMarkus Armbruster2019-12-021-6/+13
* net/virtio: Drop useless n->primary_dev not null checksMarkus Armbruster2019-12-021-7/+1Star
* net/virtio: return error when device_opts arg is NULLJens Freimann2019-11-251-3/+6
* net/virtio: fix re-plugging of primary deviceJens Freimann2019-11-251-17/+25
* net/virtio: return early when failover primary alread addedJens Freimann2019-11-251-0/+4
* net/virtio: fix dev_unplug_pendingJens Freimann2019-11-251-0/+3
* net/cadence_gem: Set PHY autonegotiation restart statusLinus Ziegert2019-11-191-4/+5
* dp8393x: fix dp8393x_receive()Laurent Vivier2019-11-081-3/+9
* dp8393x: put the DMA buffer in the state structureLaurent Vivier2019-11-081-55/+50Star
* virtio_net: use RCU_READ_LOCK_GUARDDr. David Alan Gilbert2019-10-291-5/+2Star
* net/virtio: add failover supportJens Freimann2019-10-291-0/+302
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-296-3/+1340
|\
| * virtio-net: prevent offloads reset on migrationMikhail Sennikovsky2019-10-291-3/+24
| * net: add tulip (dec21143) driverSven Schnelle2019-10-295-0/+1316
* | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-10-291-31/+57
|\ \
| * | dp8393x: manage big endian busLaurent Vivier2019-10-281-31/+57
| |/
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-281-5/+5
|\ \
| * | include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-281-5/+5
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-281-0/+2
|\ \ | |/ |/|
| * vhost_net: enable packed ring supportJason Wang2019-10-251-0/+2
* | hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-242-5/+5
|/
* aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2019-10-151-0/+162
* hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-4/+7
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-152-2/+2