aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
27 hoursvirtio-net: Fix VLAN filter table reset timingAkihiko Odaki1-3/+4
4 dayshw/net/cadence_gem: fix register mask initializationLuc Michel1-1/+1
13 dayshw/net/npcm_gmac.c: Drop 'buf' local variablePeter Maydell1-8/+4
13 dayshw/net/npcm_gmac.c: Correct test for when to reallocate packet bufferPeter Maydell1-2/+2
13 dayshw/net/npcm_gmac.c: Unify length and prev_buf_size variablesPeter Maydell1-4/+5
13 dayshw/net/npcm_gmac.c: Send the right data for second packet in a rowPeter Maydell1-0/+1
2025-07-16Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi5-86/+172
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé4-2/+2
2025-07-14virtio-net: Add hash type optionsAkihiko Odaki1-2/+43
2025-07-14virtio-net: Retrieve peer hashing capabilityAkihiko Odaki1-13/+58
2025-07-14virtio-net: Move virtio_net_get_features() downAkihiko Odaki1-73/+73
2025-07-14net: Add is_vhost_user flag to vhost_net structLaurent Vivier2-3/+8
2025-07-14net: Allow network backends to advertise max TX queue sizeLaurent Vivier2-12/+13
2025-07-14net: Add save_acked_features callback to vhost_netLaurent Vivier2-6/+5
2025-07-14net: Add get_acked_features callback to VhostNetOptionsLaurent Vivier1-4/+2
2025-07-14net: Consolidate vhost feature bits into vhost_net structureLaurent Vivier1-87/+3
2025-07-14net: Add get_vhost_net callback to NetClientInfoLaurent Vivier1-27/+4
2025-07-14vhost_net: Rename vhost_set_vring_enable() for clarityLaurent Vivier3-5/+5
2025-07-14virtio-net: Add queues for RSS during migrationAkihiko Odaki1-7/+4
2025-06-26hw: replace FSF postal address with licenses URLSean Wei1-2/+2
2025-06-12hw/net/xgamc: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/net/virtio-net: skip automatic zero-init of large arraysDaniel P. Berrangé1-3/+3
2025-06-12hw/net/tulip: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/net/rtl8139: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-10hw/net/i82596: Factor configure function outSoumyajyotii Ssarkar1-15/+21
2025-06-10hw/net/i82596: Update datasheet URLSoumyajyotii Ssarkar1-1/+1
2025-06-10hw/net/fsl_etsec: Set default MAC addressBALATON Zoltan1-0/+1
2025-05-30Merge tag 'pull-request-2025-05-30' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-91/+48
2025-05-30hw/net/vmxnet3: Merge DeviceRealize in InstanceInitPhilippe Mathieu-Daudé1-14/+1
2025-05-30hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definitionPhilippe Mathieu-Daudé1-10/+1
2025-05-30hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definitionPhilippe Mathieu-Daudé1-14/+6
2025-05-30hw/net/e1000: Remove unused E1000_FLAG_MAC flagPhilippe Mathieu-Daudé1-54/+41
2025-05-28rocker: do not pollute the namespacePaolo Bonzini3-43/+31
2025-05-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-1/+2
2025-05-14vhost-user: return failure if backend crash when live migrationHaoqian He1-1/+2
2025-05-09hw/net/e1000: Remove stray empty comment in headerGustavo Romero1-1/+1
2025-04-25hw/net/can: Fix type conflict of GLib function pointersKohei Tokunaga1-2/+2
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé18-19/+19
2025-04-25qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé47-50/+52
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi4-6/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster4-6/+0
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2-2/+2
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson3-3/+3
2025-04-15Revert "virtio-net: Copy received header to buffer"Antoine Damhet1-47/+40
2025-04-02virtio-net: Fix num_buffers for version 1Akihiko Odaki1-0/+2
2025-03-11hw/net/smc91c111: Don't allow data register access to overrun bufferPeter Maydell1-12/+53
2025-03-11hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbersPeter Maydell1-3/+5
2025-03-11hw/net/smc91c111: Sanitize packet length on txPeter Maydell1-5/+29
2025-03-11hw/net/smc91c111: Sanitize packet numbersPeter Maydell1-0/+45