aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000x_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-5/+5
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki1-6/+38
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki1-6/+19
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com1-3/+2
2023-03-10e1000: Split header filesAkihiko Odaki1-0/+1
2023-03-10e1000e: Implement system clockAkihiko Odaki1-0/+25
2023-03-10e1000x: Alter the signature of e1000x_is_vlan_packetAkihiko Odaki1-1/+1
2023-03-10e1000: Use more constant definitionsAkihiko Odaki1-2/+3
2023-03-10e1000: Use hw/net/mii.hAkihiko Odaki1-2/+3
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2020-11-15e1000e: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell1-1/+1
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman1-0/+267