aboutsummaryrefslogtreecommitdiff
path: root/hw/net/fsl_etsec/rings.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20hw/net: spelling fixesMichael Tokarev1-1/+1
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell1-2/+10
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-2/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-03-31hw/net: fsl_etsec: Tx padding length should exclude CRCBin Meng1-1/+1
2021-03-10hw/net: fsl_etsec: Fix build error when HEX_DUMP is onBin Meng1-0/+1
2021-02-10hw/net: fsl_etsec: Reverse the RCTRL.RSF logicBin Meng1-1/+1
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-9/+9
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1
2018-07-16etsec: fix IRQ (un)maskingMichael Davidsaver1-11/+1
2017-01-06fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov1-10/+9
2016-12-05fsl_etsec: Pad short payloads with zerosAndrey Smirnov1-0/+8
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-1/+1
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-07-27etsec: Flush queue when rx buffer is consumedFam Zheng1-0/+3
2015-07-27etsec: Move etsec_can_receive into etsec_receiveFam Zheng1-6/+8
2014-06-16Fix typo in eTSEC Ethernet controllerFabien Chouteau1-1/+1
2014-03-15FSL eTSEC: Fix typo in rx ringFabien Chouteau1-2/+2
2014-03-15misc: Fix typos in commentsStefan Weil1-2/+2
2014-03-05Add Enhanced Three-Speed Ethernet Controller (eTSEC)Fabien Chouteau1-0/+650