aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2024-11-05hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/net/fsl_etsec/miim: Reuse MII constantsBernhard Beschow
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
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-02Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-02hw/net:ftgmac100: fix coding styleJamin Lin
2024-07-02hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana