aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
4 daysinclude/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson40-41/+0
8 dayshw/net: Constify all PropertyRichard Henderson40-41/+41
10 dayshw/net/can: clean-up unnecessary includesAlex Bennée6-18/+3
11 daysMerge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-2/+2
12 dayshw/net/lan9118_phy: Add missing 100 mbps full duplex advertisementBernhard Beschow1-2/+2
12 dayshw/net/lan9118_phy: Reuse MII constantsBernhard Beschow1-23/+40
12 dayshw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR registerBernhard Beschow1-1/+1
12 dayshw/net/lan9118_phy: Reuse in imx_fec and consolidate implementationsBernhard Beschow4-158/+81
12 dayshw/net/lan9118: Extract lan9118_phyBernhard Beschow4-115/+196
13 dayshw/net: Replace type_register() with type_register_static()Zhao Liu2-2/+2
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-11/+24
2024-11-26vhost_net: fix assertion triggered by batch of host notifiers processingzuoboqun1-11/+24
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki1-0/+10
2024-11-25virtio-net: Copy received header to bufferAkihiko Odaki1-39/+46
2024-11-25virtio-net: Initialize hash reporting valuesAkihiko Odaki1-0/+2
2024-11-25virtio-net: Fix hash reporting when the queue changesAkihiko Odaki1-7/+7
2024-11-25virtio-net: Do not check for the queue before RSSAkihiko Odaki1-4/+4
2024-11-25virtio-net: Fix size check in dhclient workaroundAkihiko Odaki1-1/+4
2024-11-19hw/net/rocker/rocker_of_dpa.c: Remove superfluous error checkRodrigo Dias Correa1-10/+3
2024-11-18hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell1-4/+19
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell2-26/+15
2024-11-05hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macroBernhard Beschow1-13/+9
2024-11-05hw/net/fsl_etsec/miim: Reuse MII constantsBernhard Beschow1-13/+6
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan2-3/+3
2024-10-29virtio-net: Avoid indirection_table_mask overflowAkihiko Odaki1-6/+6
2024-10-28hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé2-6/+11
2024-10-28hw/net: report errors from failing to use eBPF RSS FDsDaniel P. Berrangé1-12/+29
2024-10-28ebpf: add formal error reporting to all APIsDaniel P. Berrangé1-3/+4
2024-10-28hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé1-5/+5
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