aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-11-26vhost_net: fix assertion triggered by batch of host notifiers processingzuoboqun
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki
2024-11-25virtio-net: Copy received header to bufferAkihiko Odaki
2024-11-25virtio-net: Initialize hash reporting valuesAkihiko Odaki
2024-11-25virtio-net: Fix hash reporting when the queue changesAkihiko Odaki
2024-11-25virtio-net: Do not check for the queue before RSSAkihiko Odaki
2024-11-25virtio-net: Fix size check in dhclient workaroundAkihiko Odaki
2024-11-19hw/net/rocker/rocker_of_dpa.c: Remove superfluous error checkRodrigo Dias Correa
2024-11-18hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-05hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/net/fsl_etsec/miim: Reuse MII constantsBernhard Beschow
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan
2024-10-29virtio-net: Avoid indirection_table_mask overflowAkihiko Odaki
2024-10-28hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé
2024-10-28hw/net: report errors from failing to use eBPF RSS FDsDaniel P. Berrangé
2024-10-28ebpf: add formal error reporting to all APIsDaniel P. Berrangé
2024-10-28hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé
2024-10-03hw/net/rocker: Remove unused rocker_fp_portsDr. David Alan Gilbert
2024-10-03hw/net/net_rx_pkt: Remove deadcodeDr. David Alan Gilbert
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24hw/net: remove return after g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/net: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/net: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/net: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2024-09-13hw/net: Remove TYPE_ETRAX_FS_ETH devicePhilippe Mathieu-Daudé
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek
2024-08-20vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki
2024-08-16virtio-net: Use virtual time for RSC timersNicholas Piggin
2024-08-16virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-02virtio-net: Ensure queue index fits with RSSAkihiko Odaki
2024-08-02rtl8139: Fix behaviour for old kernels.Hans
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer