aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2023-12-30hw/net: Constify VMStateRichard Henderson1-5/+5
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2023-09-29e1000: remove old compatibility codePaolo Bonzini1-53/+28
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki1-30/+5
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki1-3/+3
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com1-3/+2
2023-03-10e1000: Split header filesAkihiko Odaki1-0/+1
2023-03-10e1000: Count CRC in Tx statisticsAkihiko Odaki1-2/+2
2023-03-10e1000: Configure ResettableClassAkihiko Odaki1-9/+4
2023-03-10e1000: Use memcpy to intialize registersAkihiko Odaki1-2/+2
2023-03-10e1000: Use more constant definitionsAkihiko Odaki1-22/+28
2023-03-10e1000: Mask registers when writingAkihiko Odaki1-53/+31
2023-03-10e1000: Use hw/net/mii.hAkihiko Odaki1-43/+43
2023-03-10e1000e: Fix the code styleAkihiko Odaki1-20/+21
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-07-06e1000: set RX descriptor status in a separate operationDing Hui1-1/+4
2021-11-05e1000: fix tx re-entrancy problemJon Maloy1-0/+7
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang1-0/+17
2021-03-15e1000: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1
2021-03-15e1000: fail early for evil descriptorJason Wang1-0/+4
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-3/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-08-27e1000: Rename QOM class cast macrosEduardo Habkost1-4/+4
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15e1000: Don't run e1000_instance_init() twiceMarkus Armbruster1-1/+0
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé1-2/+2
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21hw/net/e1000: Fix erroneous commentPhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-29e1000: don't raise interrupt in pre_save()Jason Wang1-6/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-17e1000: Never increment the RX undersize count registerChris Kenna1-1/+0
2019-03-29e1000: Delay flush queue when receive RCTLyuchenlin1-2/+22
2018-10-19e1000: indicate dropped packets in HW countersJason Wang1-3/+13
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert1-1/+17
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert1-12/+15
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert1-0/+12
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert1-0/+16
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert1-12/+22
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-1/+0
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel1-30/+40
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel1-14/+16