summaryrefslogtreecommitdiffstats
path: root/hw/net/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: set RX descriptor status in a separate operationDing Hui2022-07-061-1/+4
* e1000: fix tx re-entrancy problemJon Maloy2021-11-051-0/+7
* hw/net: e1000: Correct the initial value of VET registerChristina Wang2021-08-021-0/+17
* e1000: switch to use qemu_receive_packet() for loopbackJason Wang2021-03-151-1/+1
* e1000: fail early for evil descriptorJason Wang2021-03-151-0/+4
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-3/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* e1000: Rename QOM class cast macrosEduardo Habkost2020-08-271-4/+4
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* e1000: Don't run e1000_instance_init() twiceMarkus Armbruster2020-05-151-1/+0Star
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-091-2/+2
* hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2020-03-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/net/e1000: Fix erroneous commentPhilippe Mathieu-Daudé2019-08-211-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* e1000: don't raise interrupt in pre_save()Jason Wang2019-07-291-6/+2Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* e1000: Never increment the RX undersize count registerChris Kenna2019-05-171-1/+0Star
* e1000: Delay flush queue when receive RCTLyuchenlin2019-03-291-2/+22
* e1000: indicate dropped packets in HW countersJason Wang2018-10-191-3/+13
* e1000: Choose which set of props to migrateDr. David Alan Gilbert2018-04-101-1/+17
* e1000: Migrate props via a temporary structureDr. David Alan Gilbert2018-04-101-12/+15
* e1000: wire new subsection to propertyDr. David Alan Gilbert2018-04-101-0/+12
* e1000: Dupe offload data on reading old streamDr. David Alan Gilbert2018-04-101-0/+16
* e1000: Convert v3 fields to subsectionDr. David Alan Gilbert2018-04-101-12/+22
* hw/net: Remove unnecessary header includesThomas Huth2018-03-051-1/+0Star
* e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel2017-12-221-30/+40
* e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel2017-12-221-14/+16
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* e1000: Rename the SEC symbol to SEQECKamil Rytarowski2017-09-081-2/+2
* e1000: disable debug by defaultJason Wang2017-03-311-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-271-9/+9
* e1000: Removing unnecessary if statementSameeh Jubran2016-06-071-5/+3Star
* e1000: Move out code that will be reused in e1000eDmitry Fleytman2016-06-021-319/+92Star
* Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran2016-03-301-5/+0Star
* e1000: Fixing interrupts pace.Sameeh Jubran2016-03-301-0/+8
* e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2016-02-041-2/+4
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-12-071-0/+5
|\
| * e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev2015-12-071-0/+5
* | e1000: Introducing backward compatibility command line parameterLeonid Bloch2015-11-121-0/+2
* | e1000: Implementing various countersLeonid Bloch2015-11-121-5/+85