summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Fix possible interrupt loss when using MSIAke Koomsin2022-07-261-0/+2
* virtio-net: Expose ctrl virtqueue logicEugenio Pérez2022-07-201-35/+49
* virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez2022-07-201-1/+0Star
* e1000: set RX descriptor status in a separate operationDing Hui2022-07-061-1/+4
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2022-06-112-30/+0Star
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-193-3/+3
* tulip: Assign default MAC address if not specifiedHelge Deller2022-05-171-2/+2
* virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu2022-05-161-0/+13
* vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu2022-05-161-1/+3
* virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu2022-05-161-2/+31
* virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu2022-05-161-1/+2
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+9
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* vhost_net: Print feature masks in hexIlya Maximets2022-05-161-2/+2
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-1/+2
* 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