summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth2021-07-191-5/+7
* hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queueThomas Huth2021-07-191-2/+7
* net/rocker: use GDateTime for formatting timestamp in debug messagesDaniel P. Berrangé2021-07-141-8/+3Star
* dp8393x: don't force 32-bit register accessMark Cave-Ayland2021-07-111-5/+9
* dp8393x: Rewrite dp8393x_get() / dp8393x_put()Philippe Mathieu-Daudé2021-07-111-97/+63Star
* dp8393x: Store CAM registers as 16-bitPhilippe Mathieu-Daudé2021-07-111-15/+12Star
* dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definitionPhilippe Mathieu-Daudé2021-07-111-3/+4
* dp8393x: Replace address_space_rw(is_write=1) by address_space_write()Philippe Mathieu-Daudé2021-07-111-4/+4
* dp8393x: fix CAM descriptor entry indexMark Cave-Ayland2021-07-111-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-07-091-0/+1
|\
| * migration: failover: reset partially_hotpluggedLaurent Vivier2021-07-031-0/+1
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-042-164/+155Star
|\ \ | |/ |/|
| * dp8393x: remove onboard PROM containing MAC address and checksumMark Cave-Ayland2021-07-021-24/+0Star
| * dp8393x: convert to trace-eventsMark Cave-Ayland2021-07-022-35/+37
| * dp8393x: checkpatch fixesMark Cave-Ayland2021-07-021-109/+122
* | vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-1/+1