summary refs log tree commit diff stats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: Avoid indirection_table_mask overflowAkihiko Odaki2024-10-291-6/+6
* hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé2024-10-282-6/+11
* hw/net: report errors from failing to use eBPF RSS FDsDaniel P. Berrangé2024-10-281-12/+29
* ebpf: add formal error reporting to all APIsDaniel P. Berrangé2024-10-281-3/+4
* hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé2024-10-281-5/+5
* hw/net/rocker: Remove unused rocker_fp_portsDr. David Alan Gilbert2024-10-032-6/+0
* hw/net/net_rx_pkt: Remove deadcodeDr. David Alan Gilbert2024-10-032-30/+0
* Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-09-285-10/+4
|\
| * hw/net: remove return after g_assert_not_reached()Pierrick Bouvier2024-09-243-5/+0
| * hw/net: remove break after g_assert_not_reached()Pierrick Bouvier2024-09-241-1/+0
| * hw/net: replace assert(false) with g_assert_not_reached()Pierrick Bouvier2024-09-243-3/+3
| * hw/net: replace assert(0) with g_assert_not_reached()Pierrick Bouvier2024-09-241-1/+1
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-201-1/+1
* | license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé2024-09-201-1/+3
* | mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev2024-09-2011-19/+11
|/
* hw/net: Remove TYPE_ETRAX_FS_ETH devicePhilippe Mathieu-Daudé2024-09-133-694/+0
* hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown2024-09-131-33/+3
* hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown2024-09-131-63/+4
* hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown2024-09-131-5/+5
* hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown2024-09-131-1/+14
* hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown2024-09-131-3/+50
* hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown2024-09-131-1/+1
* hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown2024-09-131-2/+2
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-1333-34/+34
* vhost_net: configure all host notifiers in a single MR transactionzuoboqun2024-09-111-12/+143
* virtio: Allow .get_vhost() without vhost_startedHanna Czenczek2024-09-101-2/+17
* vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2024-08-201-0/+2
* virtio-net: Use virtual time for RSC timersNicholas Piggin2024-08-161-3/+3
* virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin2024-08-161-5/+6
* virtio-net: Fix network stall at the host side waiting for kickthomas2024-08-021-12/+16
* virtio-net: Ensure queue index fits with RSSAkihiko Odaki2024-08-021-1/+2
* rtl8139: Fix behaviour for old kernels.Hans2024-08-021-1/+5
* Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin2024-08-011-10/+3
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-1/+1
|\
| * util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé2024-07-231-1/+1
* | vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-211-0/+2
|/
* hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin2024-07-091-3/+18
* hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin2024-07-091-0/+82
* hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin2024-07-091-17/+16
* hw/net:ftgmac100: update memory region size to 64KBJamin Lin2024-07-091-3/+8
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2024-07-033-3/+16
|\
| * pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki2024-07-031-3/+10
| * hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov2024-07-011-0/+4
| * vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-011-0/+2
* | Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson2024-07-021-4/+8
|\ \
| * | hw/net:ftgmac100: fix coding styleJamin Lin2024-07-021-4/+8
| |/
* / hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov2024-07-021-0/+6
|/
* hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana2024-06-211-1/+4
* hw/net: Fix the transmission return sizeFea.Wang2024-06-181-1/+1
* virtio-net: drop too short packets earlyAlexey Dobriyan2024-06-041-6/+12