aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-13/+15
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-4/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-15virtio-net: fix map leaking on error during receiveJason Wang1-0/+1
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell1-1/+1
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+1
2022-03-06virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez1-5/+8
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2022-02-14hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson2-0/+6
2022-02-14hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé1-1/+3
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell6-8/+0
2022-01-20hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé2-0/+404
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin1-8/+2
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin3-20/+2
2022-01-07virtio-net: add support for configure interruptCindy Lu3-2/+20
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu1-2/+8
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2-23/+18
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-14/+23
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-19/+28
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé4-35/+60
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+6
2021-12-15hw/net: npcm7xx_emc fix missing queue_flushPatrick Venture1-10/+8
2021-11-19net: vmxnet3: validate configuration values during activate (CVE-2021-20203)Prasad J Pandit1-0/+13
2021-11-11vhost: Fix last vq queue index of devices with no cvqEugenio Pérez1-4/+4
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez1-2/+2
2021-11-05e1000: fix tx re-entrancy problemJon Maloy1-0/+7
2021-10-20virtio-net: vhost control virtqueue supportJason Wang2-5/+20
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-3/+9
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2-78/+78
2021-10-20vhost-net: control virtqueue supportJason Wang3-15/+36
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier1-1/+11
2021-10-20failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier1-6/+18
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-10/+13
2021-10-15virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf1-33/+19
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf1-8/+18
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf1-1/+1
2021-09-17virtio-net: fix use after unmap/free for sgJason Wang1-7/+32
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang1-1/+1
2021-09-04vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang1-3/+0
2021-08-02hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptorChristina Wang1-1/+0
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang2-6/+11
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang1-0/+17
2021-08-02hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa1-0/+8
2021-08-02hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth1-12/+22
2021-07-19hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth1-5/+7
2021-07-19hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queueThomas Huth1-2/+7