summary refs log tree commit diff stats
path: root/hw/net/e1000x_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* e1000x: Take CRC into consideration for size checkAkihiko Odaki2023-05-231-5/+5
* e1000x: Share more Rx filtering logicAkihiko Odaki2023-05-231-6/+38
* e1000x: Fix BPRC and MPRCAkihiko Odaki2023-05-231-6/+19
* e1000e: Fix tx/rx counterstimothee.cocault@gmail.com2023-05-231-3/+2
* e1000: Split header filesAkihiko Odaki2023-03-101-0/+1
* e1000e: Implement system clockAkihiko Odaki2023-03-101-0/+25
* e1000x: Alter the signature of e1000x_is_vlan_packetAkihiko Odaki2023-03-101-1/+1
* e1000: Use more constant definitionsAkihiko Odaki2023-03-101-2/+3
* e1000: Use hw/net/mii.hAkihiko Odaki2023-03-101-2/+3
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* e1000e: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-271-1/+1
* e1000: Move out code that will be reused in e1000eDmitry Fleytman2016-06-021-0/+267