aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e_core.c
AgeCommit message (Expand)Author
2023-05-23e1000e: Notify only new interruptsAkihiko Odaki
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-23e1000e: Rename a variable in e1000e_receive_internal()Akihiko Odaki
2023-05-23e1000e: Reset packet state after emptying Tx queueAkihiko Odaki
2023-05-23e1000e: Always log status after building rx metadataAkihiko Odaki
2023-05-23e1000x: Rename TcpIpv6 into TcpIpv6ExAkihiko Odaki
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki
2023-05-23e1000e: Always copy ethernet headerAkihiko Odaki
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com
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é