aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2018-07-20e1000e: Prevent MSI/MSI-X stormsJan Kiszka1-0/+11
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka1-4/+0
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel1-8/+8
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski1-1/+1
2017-05-23e1000e: Fix ICR "Other" causes clear logicSameeh Jubran1-2/+8
2017-02-15net: e1000e: fix an infinite loop issueLi Qiang1-1/+6
2017-02-15net: e1000e: fix dead code in e1000e_write_packet_to_guestPaolo Bonzini1-1/+1
2016-10-26e1000e: Don't zero out buffer address in rx descriptorKevin Wolf1-4/+4
2016-09-27e1000e: Fix EIAC register implementationDmitry Fleytman1-5/+9
2016-09-27e1000e: Fix spurious RX TCP ACK interruptsDmitry Fleytman1-1/+2
2016-09-27e1000e: Fix OTHER interrupts processing for MSI-XDmitry Fleytman1-1/+1
2016-09-27e1000e: Fix PBACLR implementationDmitry Fleytman1-1/+1
2016-09-27e1000e: Fix CTRL_EXT.EIAME behaviorDmitry Fleytman1-2/+2
2016-09-27e1000e: Flush receive queues on link upDmitry Fleytman1-0/+3
2016-09-27e1000e: Flush all receive queues on receive enableDmitry Fleytman1-1/+1
2016-09-27e1000: fix buliding complaintGonglei1-1/+1
2016-09-13hw/net/e1000e: Fix compiler warningChanglong Xie1-1/+1
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini1-2/+2
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman1-2/+9
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman1-0/+3476