summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-4/+4
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-071-2/+6
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-13/+15
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-4/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-222-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell2022-03-091-1/+1
|\
| * hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-081-1/+1
* | virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez2022-03-061-5/+8
|/
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson2022-02-142-0/+6
* hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé2022-02-141-1/+3
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-286-8/+0Star
* hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé2022-01-202-0/+404
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-8/+2Star
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-103-20/+2Star
* virtio-net: add support for configure interruptCindy Lu2022-01-073-2/+20
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-2/+8
* pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-312-23/+18Star
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-312-14/+23
* pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-312-19/+28
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-304-35/+60
* failover: Silence warning messages during qtestLaurent Vivier2021-12-221-1/+6
* hw/net: npcm7xx_emc fix missing queue_flushPatrick Venture2021-12-151-10/+8Star
* net: vmxnet3: validate configuration values during activate (CVE-2021-20203)Prasad J Pandit2021-11-191-0/+13
* vhost: Fix last vq queue index of devices with no cvqEugenio Pérez2021-11-111-4/+4
* vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-2/+2
* e1000: fix tx re-entrancy problemJon Maloy2021-11-051-0/+7
* virtio-net: vhost control virtqueue supportJason Wang2021-10-202-5/+20
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-3/+9
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-202-78/+78
* vhost-net: control virtqueue supportJason Wang2021-10-203-15/+36
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-201-1/+11
* failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier2021-10-201-6/+18
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-10/+13
* virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf2021-10-151-33/+19Star
* virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-8/+18
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-1/+1
* virtio-net: fix use after unmap/free for sgJason Wang2021-09-171-7/+32
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-1/+1
* vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang2021-09-041-3/+0Star
* hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptorChristina Wang2021-08-021-1/+0Star
* hw/net: e1000e: Correct the initial value of VET registerChristina Wang2021-08-022-6/+11
* hw/net: e1000: Correct the initial value of VET registerChristina Wang2021-08-021-0/+17
* hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa2021-08-021-0/+8
* hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth2021-08-021-12/+22