summaryrefslogtreecommitdiffstats
path: root/hw/net/ne2000.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.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/+2
* hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé2019-05-171-105/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-22/+22
* ne2000: fix possible out of bound access in ne2000_receiveJason Wang2018-10-191-2/+2
* hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2018-06-291-6/+2Star
* hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé2018-06-291-5/+12
* hw/net: Remove unnecessary header includesThomas Huth2018-03-051-2/+0Star
* ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+3
* hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-2/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* net: ne2000: check ring buffer control registersPrasad J Pandit2016-03-081-0/+4
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* net: ne2000: fix bounds check in ioport operationsPrasad J Pandit2016-01-111-4/+6
* net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P2015-09-151-1/+1
* net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P2015-09-151-4/+15
* ne2000: Drop ne2000_can_receiveFam Zheng2015-09-021-10/+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
* ne2000: add bootindex to qom propertyGonglei2014-10-151-0/+12
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-1/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2Star
* bswap.h: Remove le32_to_cpupu()Peter Maydell2013-11-061-1/+1
* bswap.h: Remove cpu_to_le32wu()Peter Maydell2013-11-061-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+2
* ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno2013-09-061-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* ne2000: pass device to ne2000_setup_io, use it as ownerPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+789