aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski1-2/+2
2017-03-31e1000: disable debug by defaultJason Wang1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell1-9/+9
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran1-5/+3
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman1-319/+92
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran1-5/+0
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran1-0/+8
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek1-2/+4
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+5
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev1-0/+5
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch1-0/+2
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch1-3/+94
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch1-0/+21
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch1-78/+88