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