aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e_core.c
AgeCommit message (Expand)Author
2018-07-20e1000e: Prevent MSI/MSI-X stormsJan Kiszka
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski
2017-05-23e1000e: Fix ICR "Other" causes clear logicSameeh Jubran
2017-02-15net: e1000e: fix an infinite loop issueLi Qiang
2017-02-15net: e1000e: fix dead code in e1000e_write_packet_to_guestPaolo Bonzini
2016-10-26e1000e: Don't zero out buffer address in rx descriptorKevin Wolf
2016-09-27e1000e: Fix EIAC register implementationDmitry Fleytman
2016-09-27e1000e: Fix spurious RX TCP ACK interruptsDmitry Fleytman
2016-09-27e1000e: Fix OTHER interrupts processing for MSI-XDmitry Fleytman
2016-09-27e1000e: Fix PBACLR implementationDmitry Fleytman
2016-09-27e1000e: Fix CTRL_EXT.EIAME behaviorDmitry Fleytman
2016-09-27e1000e: Flush receive queues on link upDmitry Fleytman
2016-09-27e1000e: Flush all receive queues on receive enableDmitry Fleytman
2016-09-27e1000: fix buliding complaintGonglei
2016-09-13hw/net/e1000e: Fix compiler warningChanglong Xie
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman