summary refs log tree commit diff stats
path: root/hw/net/fsl_etsec/rings.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net: spelling fixesMichael Tokarev2023-09-201-1/+1
* hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell2023-09-181-2/+10
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/net: fsl_etsec: Tx padding length should exclude CRCBin Meng2021-03-311-1/+1
* hw/net: fsl_etsec: Fix build error when HEX_DUMP is onBin Meng2021-03-101-0/+1
* hw/net: fsl_etsec: Reverse the RCTRL.RSF logicBin Meng2021-02-101-1/+1
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-9/+9
* util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-1/+1
* etsec: fix IRQ (un)maskingMichael Davidsaver2018-07-161-11/+1
* fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov2017-01-061-10/+9
* fsl_etsec: Pad short payloads with zerosAndrey Smirnov2016-12-051-0/+8
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-1/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* etsec: Flush queue when rx buffer is consumedFam Zheng2015-07-271-0/+3
* etsec: Move etsec_can_receive into etsec_receiveFam Zheng2015-07-271-6/+8
* Fix typo in eTSEC Ethernet controllerFabien Chouteau2014-06-161-1/+1
* FSL eTSEC: Fix typo in rx ringFabien Chouteau2014-03-151-2/+2
* misc: Fix typos in commentsStefan Weil2014-03-151-2/+2
* Add Enhanced Three-Speed Ethernet Controller (eTSEC)Fabien Chouteau2014-03-051-0/+650