aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-03hw/net/rocker: Remove unused rocker_fp_portsDr. David Alan Gilbert2-6/+0
2024-10-03hw/net/net_rx_pkt: Remove deadcodeDr. David Alan Gilbert2-30/+0
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-10/+4
2024-09-24hw/net: remove return after g_assert_not_reached()Pierrick Bouvier3-5/+0
2024-09-24hw/net: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-24hw/net: replace assert(false) with g_assert_not_reached()Pierrick Bouvier3-3/+3
2024-09-24hw/net: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé1-1/+1
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé1-1/+3
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev11-19/+11
2024-09-13hw/net: Remove TYPE_ETRAX_FS_ETH devicePhilippe Mathieu-Daudé3-694/+0
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown1-33/+3
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown1-63/+4
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown1-5/+5
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown1-1/+14
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown1-3/+50
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown1-1/+1
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown1-2/+2
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell33-34/+34
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun1-12/+143
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek1-2/+17
2024-08-20vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki1-0/+2
2024-08-16virtio-net: Use virtual time for RSC timersNicholas Piggin1-3/+3
2024-08-16virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin1-5/+6
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-12/+16
2024-08-02virtio-net: Ensure queue index fits with RSSAkihiko Odaki1-1/+2
2024-08-02rtl8139: Fix behaviour for old kernels.Hans1-1/+5
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin1-10/+3
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé1-1/+1
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer1-0/+2
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin1-3/+18
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin1-0/+82
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin1-17/+16
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin1-3/+8
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson3-3/+16
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki1-3/+10
2024-07-02Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson1-4/+8
2024-07-02hw/net:ftgmac100: fix coding styleJamin Lin1-4/+8
2024-07-02hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov1-0/+6
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov1-0/+4
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer1-0/+2
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana1-1/+4
2024-06-18hw/net: Fix the transmission return sizeFea.Wang1-1/+1
2024-06-04virtio-net: drop too short packets earlyAlexey Dobriyan1-6/+12
2024-06-04virtio-net: Do not write hashes to peer bufferAkihiko Odaki1-19/+17
2024-06-04virtio-net: Always set populate_hashAkihiko Odaki1-0/+1
2024-06-04virtio-net: Unify the logic to update NIC state for RSSAkihiko Odaki1-54/+36
2024-06-04virtio-net: Disable RSS on resetAkihiko Odaki1-34/+36
2024-06-04virtio-net: Shrink header byte swapping bufferAkihiko Odaki1-11/+6