summaryrefslogtreecommitdiffstats
path: root/hw/net/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-15/+10Star
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-6/+13
* pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-11/+18
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+2
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+1Star
* eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+1
* eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland2017-12-221-24/+4Star
* net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland2017-12-221-3/+1Star
* hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth2017-11-201-2/+2
* Revert "Add new PCI ID for i82559a"Jason Wang2017-11-201-13/+0Star
* Add new PCI ID for i82559aMike Nawrocki2017-11-131-0/+13
* Fix eepro100 simple transmission modeMike Nawrocki2017-11-131-15/+3Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-08-311-2/+1Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-4/+14
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* net: eepro100: fix memory leak in device uninitLi Qiang2016-10-261-0/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell2016-06-271-4/+4
* hw/net: Clean up includesPeter Maydell2016-01-291-1/+1
* eepro100: Prevent two endless loopsStefan Weil2015-11-271-0/+16
* eepro100: Drop nic_can_receiveFam Zheng2015-07-271-11/+0Star
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0Star
* eepro100: add bootindex to qom propertyGonglei2014-10-151-1/+10
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0Star
* hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell2014-06-271-2/+2
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw: import bitmap operations in qdev-core headerMarcel Apfelbaum2013-07-291-1/+1
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+2115