summaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)Author
2021-03-15e1000: switch to use qemu_receive_packet() for loopbackJason Wang
2021-03-15e1000: fail early for evil descriptorJason Wang
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27e1000: Rename QOM class cast macrosEduardo Habkost
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15e1000: Don't run e1000_instance_init() twiceMarkus Armbruster
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-21hw/net/e1000: Fix erroneous commentPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-29e1000: don't raise interrupt in pre_save()Jason Wang
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-17e1000: Never increment the RX undersize count registerChris Kenna
2019-03-29e1000: Delay flush queue when receive RCTLyuchenlin
2018-10-19e1000: indicate dropped packets in HW countersJason Wang
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski
2017-03-31e1000: disable debug by defaultJason Wang
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek
2016-01-29hw/net: Clean up includesPeter Maydell
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch
2015-11-12e1000: Implementing various countersLeonid Bloch
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch