| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/net/e1000e: Remove duplicated write handler for FLSWDATA register | Philippe Mathieu-Daudé | 2020-09-10 | 1 | -1/+0 |
* | hw/net/e1000e: Remove overwritten read handler for STATUS register | Philippe Mathieu-Daudé | 2020-09-10 | 1 | -1/+0 |
* | hw/net/e1000e: Do not abort() on invalid PSRCTL register value | Philippe Mathieu-Daudé | 2020-06-18 | 1 | -3/+7 |
* | hw/net/e1000e_core: Let e1000e_can_receive() return a boolean | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -1/+1 |
* | hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -2/+2 |
* | hw/net/e1000: Add readops/writeops typedefs | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -2/+4 |
* | NetRxPkt: fix hash calculation of IPV6 TCP | Yuri Benditovich | 2020-03-03 | 1 | -1/+1 |
* | e1000e: Avoid hw_error if legacy mode used | Yuri Benditovich | 2020-03-03 | 1 | -5/+8 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | e1000e: Prevent MSI/MSI-X storms | Jan Kiszka | 2018-07-20 | 1 | -0/+11 |
* | e1000e: Do not auto-clear ICR bits which aren't set in EIAC | Jan Kiszka | 2018-06-15 | 1 | -4/+0 |
* | e1000, e1000e: Move per-packet TX offload flags out of context state | Ed Swierk via Qemu-devel | 2017-12-22 | 1 | -8/+8 |
* | e1000: Rename the SEC symbol to SEQEC | Kamil Rytarowski | 2017-09-08 | 1 | -1/+1 |
* | e1000e: Fix ICR "Other" causes clear logic | Sameeh Jubran | 2017-05-23 | 1 | -2/+8 |
* | net: e1000e: fix an infinite loop issue | Li Qiang | 2017-02-15 | 1 | -1/+6 |
* | net: e1000e: fix dead code in e1000e_write_packet_to_guest | Paolo Bonzini | 2017-02-15 | 1 | -1/+1 |
* | e1000e: Don't zero out buffer address in rx descriptor | Kevin Wolf | 2016-10-26 | 1 | -4/+4 |
* | e1000e: Fix EIAC register implementation | Dmitry Fleytman | 2016-09-27 | 1 | -5/+9 |
* | e1000e: Fix spurious RX TCP ACK interrupts | Dmitry Fleytman | 2016-09-27 | 1 | -1/+2 |
* | e1000e: Fix OTHER interrupts processing for MSI-X | Dmitry Fleytman | 2016-09-27 | 1 | -1/+1 |
* | e1000e: Fix PBACLR implementation | Dmitry Fleytman | 2016-09-27 | 1 | -1/+1 |
* | e1000e: Fix CTRL_EXT.EIAME behavior | Dmitry Fleytman | 2016-09-27 | 1 | -2/+2 |
* | e1000e: Flush receive queues on link up | Dmitry Fleytman | 2016-09-27 | 1 | -0/+3 |
* | e1000e: Flush all receive queues on receive enable | Dmitry Fleytman | 2016-09-27 | 1 | -1/+1 |
* | e1000: fix buliding complaint | Gonglei | 2016-09-27 | 1 | -1/+1 |
* | hw/net/e1000e: Fix compiler warning | Changlong Xie | 2016-09-13 | 1 | -1/+1 |
* | e1000e: fix incorrect access to pointer | Paolo Bonzini | 2016-07-18 | 1 | -2/+2 |
* | hw/net/e1000: Don't use *_to_cpup() | Peter Maydell | 2016-06-27 | 1 | -3/+3 |
* | e1000e: Fix build with ust trace backend | Dmitry Fleytman | 2016-06-03 | 1 | -2/+9 |
* | net: Introduce e1000e device emulation | Dmitry Fleytman | 2016-06-02 | 1 | -0/+3476 |