summaryrefslogtreecommitdiff
path: root/hw/net/ne2000.c
AgeCommit message (Expand)Author
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-17hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2017-12-22ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-03-08net: ne2000: check ring buffer control registersPrasad J Pandit
2016-01-29hw/net: Clean up includesPeter Maydell
2016-01-11net: ne2000: fix bounds check in ioport operationsPrasad J Pandit
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15ne2000: add bootindex to qom propertyGonglei
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04ne2000: pass device to ne2000_setup_io, use it as ownerPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini