summaryrefslogtreecommitdiff
path: root/hw/net/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland1-24/+4
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-3/+1
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth1-2/+2
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang1-13/+0
2017-11-13Add new PCI ID for i82559aMike Nawrocki1-0/+13
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki1-15/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-4/+14
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi1-1/+1
2016-10-26net: eepro100: fix memory leak in device uninitLi Qiang1-0/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell1-4/+4
2016-01-29hw/net: Clean up includesPeter Maydell1-1/+1
2015-11-27eepro100: Prevent two endless loopsStefan Weil1-0/+16
2015-07-27eepro100: Drop nic_can_receiveFam Zheng1-11/+0
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15eepro100: add bootindex to qom propertyGonglei1-1/+10
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell1-2/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-29hw: import bitmap operations in qdev-core headerMarcel Apfelbaum1-1/+1
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+2115