summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-1/+5
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-042-3/+116
|\
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-042-3/+116
* | docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-05-283-5/+6
|\ \ | |/ |/|
| * virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier2021-05-271-0/+1
| * hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck2021-05-272-5/+5
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-1/+1
|\ \
| * | virtio-net: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé2021-05-141-1/+1
* | | Drop the deprecated lm32 targetMarkus Armbruster2021-05-123-560/+0Star
| |/ |/|
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
|/
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-2/+3
* hw/net: fsl_etsec: Tx padding length should exclude CRCBin Meng2021-03-311-1/+1
* net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans2021-03-301-1/+3
* hw/net: virtio-net: Initialize nc->do_not_pad to trueBin Meng2021-03-221-0/+4