- bedd7e9 virtio-net: fix use after unmap/free for sg by Jason Wang · 3 years, 5 months ago
- 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 5 months ago
- 40f962f vhost_net: remove the meaningless assignment in vhost_net_start_one() by Jason Wang · 3 years, 5 months ago
- cfe6d68 hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor by Christina Wang · 3 years, 6 months ago
- d897056 hw/net: e1000e: Correct the initial value of VET register by Christina Wang · 3 years, 6 months ago
- a1d7e47 hw/net: e1000: Correct the initial value of VET register by Christina Wang · 3 years, 6 months ago
- 1174486 hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of std CAN 8 bytes by Pavel Pisa · 3 years, 6 months ago
- 9010b0c hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers by Thomas Huth · 3 years, 6 months ago
- 283f0a0 hw/net/net_tx_pkt: Fix crash detected by fuzzer by Thomas Huth · 3 years, 7 months ago
- 6a932c4 hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue by Thomas Huth · 3 years, 7 months ago
- 96916f3 net/rocker: use GDateTime for formatting timestamp in debug messages by Daniel P. Berrangé · 3 years, 9 months ago
- 39d9919 dp8393x: don't force 32-bit register access by Mark Cave-Ayland · 3 years, 7 months ago
- 82adabf dp8393x: Rewrite dp8393x_get() / dp8393x_put() by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 8ac2ffb dp8393x: Store CAM registers as 16-bit by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 67b38dd dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definition by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 197ade0 dp8393x: Replace address_space_rw(is_write=1) by address_space_write() by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 85e411d dp8393x: fix CAM descriptor entry index by Mark Cave-Ayland · 3 years, 7 months ago
- 05de778 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 7 months ago
- 711c041 Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging by Peter Maydell · 3 years, 7 months ago
- 109c20e migration: failover: reset partially_hotplugged by Laurent Vivier · 3 years, 7 months ago
- c3250c8 dp8393x: remove onboard PROM containing MAC address and checksum by Mark Cave-Ayland · 3 years, 7 months ago
- c0af04a dp8393x: convert to trace-events by Mark Cave-Ayland · 3 years, 7 months ago
- 1ca82a8 dp8393x: checkpatch fixes by Mark Cave-Ayland · 3 years, 7 months ago
- 50de513 vhost: Distinguish errors in vhost_dev_get_config() by Kevin Wolf · 3 years, 8 months ago
- a6945f2 vhost: Add Error parameter to vhost_dev_init() by Kevin Wolf · 3 years, 8 months ago
- 1cbd2d9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 0145c39 virtio-net: Added eBPF RSS to virtio-net. by Andrew Melnychenko · 3 years, 9 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 9 months ago
- a648df3 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 1e15766 virtio-net: failover: add missing remove_migration_state_change_notifier() by Laurent Vivier · 3 years, 9 months ago
- f607dce hw/net/imx_fec: return 0xffff when accessing non-existing PHY by Guenter Roeck · 3 years, 9 months ago
- 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 9 months ago
- ad6461a virtio-net: Constify VirtIOFeature feature_sizes[] by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 9d49bcf Drop the deprecated lm32 target by Markus Armbruster · 3 years, 9 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
- 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 3 years, 10 months ago
- 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 3 years, 10 months ago
- 611ac0a hw/net: fsl_etsec: Tx padding length should exclude CRC by Bin Meng · 3 years, 11 months ago
- a62ee00 net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not set by Doug Evans · 3 years, 10 months ago
- d4c6293 hw/net: virtio-net: Initialize nc->do_not_pad to true by Bin Meng · 3 years, 11 months ago
- 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
- 37cee01 lan9118: switch to use qemu_receive_packet() for loopback by Alexander Bulekov · 4 years ago
- e73adfb cadence_gem: switch to use qemu_receive_packet() for loopback by Alexander Bulekov · 4 years ago
- 99ccfaa pcnet: switch to use qemu_receive_packet() for loopback by Alexander Bulekov · 4 years ago
- 5311fb8 rtl8139: switch to use qemu_receive_packet() for loopback by Alexander Bulekov · 4 years ago
- 8c55254 tx_pkt: switch to use qemu_receive_packet_iov() for loopback by Jason Wang · 4 years ago
- 8c92060 sungem: switch to use qemu_receive_packet() for loopback by Jason Wang · 4 years ago
- 26194a5 msf2-mac: switch to use qemu_receive_packet() for loopback by Jason Wang · 4 years ago
- 331d2ac dp8393x: switch to use qemu_receive_packet() for loopback packet by Jason Wang · 4 years ago
- 1caff03 e1000: switch to use qemu_receive_packet() for loopback by Jason Wang · 4 years ago
- 3de46e6 e1000: fail early for evil descriptor by Jason Wang · 4 years ago
- 6f8a81f Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314' into staging by Peter Maydell · 3 years, 11 months ago
- b6f03ac hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value by Niek Linnenbank · 3 years, 11 months ago
- 1941858 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' into staging by Peter Maydell · 3 years, 11 months ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 1 month ago
- f149c9b hw/net: fsl_etsec: Fix build error when HEX_DUMP is on by Bin Meng · 4 years ago
- cba42d6 Various spelling fixes by Michael Tokarev · 3 years, 11 months ago
- 01c966b hw/net: Add npcm7xx emc model by Doug Evans · 4 years ago
- fb59288 virtio-net: handle zero mac for a vdpa peer by Cindy Lu · 4 years ago
- 97ca9c5 failover: really display a warning when the primary device is not found by Laurent Vivier · 4 years ago
- 00e7b12 virtio-net: add missing object_unref() by Laurent Vivier · 4 years ago
- ce8e437 hw/net: fsl_etsec: Reverse the RCTRL.RSF logic by Bin Meng · 4 years ago
- f574633 net: checksum: Introduce fine control over checksum type by Bin Meng · 4 years, 2 months ago
- 5cab6d5 hw/net/lan9118: Add symbolic constants for register offsets by Peter Maydell · 4 years, 1 month ago
- e7e29fd hw/net/lan9118: Fix RX Status FIFO PEEK value by Peter Maydell · 4 years, 1 month ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 1 month ago
- 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 3 months ago
- fe4d7e3 rocker: Revamp fp_port_get_info by Eric Blake · 4 years, 3 months ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 2 months ago
- 357088b hw/net/xilinx_axienet: Rename StreamSlave as StreamSink by Philippe Mathieu-Daudé · 4 years, 5 months ago
- cfbef3f hw/core/stream: Rename StreamSlave as StreamSink by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 98e5d7a hw/net/can: Introduce Xilinx ZynqMP CAN controller by Vikram Garhwal · 4 years, 2 months ago
- 21e8709 failover: Remove primary_dev member by Juan Quintela · 4 years, 2 months ago
- 07a5d81 failover: simplify failover_unplug_primary by Juan Quintela · 4 years, 2 months ago
- 0e9a65c failover: Caller of this two functions already have primary_dev by Juan Quintela · 4 years, 2 months ago
- 3abad4a failover: We don't need to cache primary_device_id anymore by Juan Quintela · 4 years, 2 months ago
- f5e1847 failover: split failover_find_primary_device_id() by Juan Quintela · 4 years, 2 months ago
- 0a0a27d failover: remove failover_find_primary_device() error parameter by Juan Quintela · 4 years, 2 months ago
- fec037c failover: make sure that id always exist by Juan Quintela · 4 years, 2 months ago
- 85d3b93 failover: Rename to failover_find_primary_device() by Juan Quintela · 4 years, 2 months ago
- 0763db4 failover: virtio_net_connect_failover_devices() does nothing by Juan Quintela · 4 years, 2 months ago
- b91ad98 failover: Rename function to hide_device() by Juan Quintela · 4 years, 2 months ago
- 89631fe failover: should_be_hidden() should take a bool by Juan Quintela · 4 years, 2 months ago
- 7cf05b7 failover: simplify virtio_net_find_primary() by Juan Quintela · 4 years, 2 months ago
- 7b3dc2f failover: Remove memory leak by Juan Quintela · 4 years, 2 months ago
- 9673a88 failover: Remove primary_device_dict by Juan Quintela · 4 years, 2 months ago
- 4f0303a failover: remove standby_id variable by Juan Quintela · 4 years, 2 months ago
- 19e49bc failover: Remove primary_device_opts by Juan Quintela · 4 years, 2 months ago
- 518eda9 failover: g_strcmp0() knows how to handle NULL by Juan Quintela · 4 years, 2 months ago
- e2bde83 failover: Rename bool to failover_primary_hidden by Juan Quintela · 4 years, 2 months ago
- 3d1c7a9 failover: qdev_device_add() returns err or dev set by Juan Quintela · 4 years, 2 months ago
- 594d308 failover: Remove external partially_hotplugged property by Juan Quintela · 4 years, 2 months ago
- 82ceb65 failover: Remove unused parameter by Juan Quintela · 4 years, 2 months ago
- 7827468 failover: primary bus is only used once, and where it is set by Juan Quintela · 4 years, 2 months ago
- 587f2fc failover: Use always atomics for primary_should_be_hidden by Juan Quintela · 4 years, 2 months ago
- 1c775d6 failover: fix indentantion by Juan Quintela · 4 years, 2 months ago
- 915976b hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets() by Mauro Matteo Cascella · 4 years, 2 months ago