aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e_core.c
AgeCommit message (Expand)Author
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki
2023-03-10e1000: Split header filesAkihiko Odaki
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki
2023-03-10e1000e: Implement system clockAkihiko Odaki
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki
2023-03-10e1000e: Count CRC in Tx statisticsAkihiko Odaki
2023-03-10e1000e: Combine rx tracesAkihiko Odaki
2023-03-10e1000e: Do not assert when MSI-X is disabled laterAkihiko Odaki
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki
2023-03-10net: Check L4 header sizeAkihiko Odaki
2023-03-10e1000e: Remove extra pointer indirectionAkihiko Odaki
2023-03-10e1000e: Set MII_ANER_NWAYAkihiko Odaki
2023-03-10e1000e: Introduce e1000_rx_desc_unionAkihiko Odaki
2023-03-10e1000e: Improve software resetAkihiko Odaki
2023-03-10e1000e: Remove pending interrupt flagsAkihiko Odaki
2023-03-10e1000e: Use memcpy to intialize registersAkihiko Odaki
2023-03-10e1000e: Use more constant definitionsAkihiko Odaki
2023-03-10e1000e: Mask registers when writingAkihiko Odaki
2023-03-10e1000e: Introduce E1000E_LOW_BITS_SET_FUNCAkihiko Odaki
2023-03-10e1000: Use hw/net/mii.hAkihiko Odaki
2023-03-10e1000e: Fix the code styleAkihiko Odaki
2022-09-27e1000e: set RX desc status with DD flag in a separate operationDing Hui
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-07-26e1000e: Fix possible interrupt loss when using MSIAke Koomsin
2022-02-14hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson
2021-08-02hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptorChristina Wang
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-11-24hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit
2020-11-15e1000e: Fix Lesser GPL version numberChetan Pant
2020-09-10hw/net/e1000e: Remove duplicated write handler for FLSWDATA registerPhilippe Mathieu-Daudé
2020-09-10hw/net/e1000e: Remove overwritten read handler for STATUS registerPhilippe Mathieu-Daudé
2020-06-18hw/net/e1000e: Do not abort() on invalid PSRCTL register valuePhilippe Mathieu-Daudé
2020-03-31hw/net/e1000e_core: Let e1000e_can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
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