summaryrefslogtreecommitdiffstats
path: root/hw/net/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang2015-12-071-0/+6
* net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit2015-12-071-3/+5
* pcnet: remove muldiv64()Laurent Vivier2015-09-251-2/+1
* pcnet: Drop pcnet_can_receiveFam Zheng2015-07-271-9/+0
* pcnet: force the buffer access to be in bounds during txPetr Matousek2015-06-101-0/+8
* pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster2015-02-261-3/+1
* Convert some debugging printfs to trace calls in pcnet.c.Don Koch2015-02-101-20/+8
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-5/+0
* pcnet: fix Negative array index readGonglei2014-11-211-25/+30
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1
* pcnet: remove duplicate assignmentPrasad Joshi2014-04-251-1/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* pcnet: Flush queued packets on end of STOP stateJan Kiszka2013-08-051-0/+4
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1768
OpenPOWER on IntegriCloud