summaryrefslogtreecommitdiff
path: root/hw/net/ne2000.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-08net: ne2000: check ring buffer control registersPrasad J Pandit1-0/+4
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2016-01-11net: ne2000: fix bounds check in ioport operationsPrasad J Pandit1-4/+6
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng1-10/+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-15ne2000: add bootindex to qom propertyGonglei1-0/+12
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+2
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04ne2000: pass device to ne2000_setup_io, use it as ownerPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+789