summaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12e1000: use alias for default modelJason Wang1-7/+1
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-07-07e1000: flush packets when link comes upStefan Hajnoczi1-0/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao1-2/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-9/+0
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin1-1/+20
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15e1000: add bootindex to qom propertyGonglei1-0/+10
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo1-12/+14
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo1-13/+13
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo1-0/+1
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo1-1/+4