summaryrefslogtreecommitdiffstats
path: root/hw/net/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* pcnet: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé2019-05-021-1/+3
* pcnet: fix possible buffer overflowJason Wang2018-10-191-2/+2
* hw/net: Remove unnecessary header includesThomas Huth2018-03-051-1/+0Star
* net: Drop unusual use of do { } while (0);Eric Blake2018-01-161-10/+10
* pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland2017-12-221-20/+2Star
* net: pcnet: fix source formatting and indentationPrasad J Pandit2016-10-261-63/+67
* net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit2016-10-261-0/+3
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+1Star
* pcnet: Drop pcnet_can_receiveFam Zheng2015-07-271-9/+0Star
* 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/+1Star
* Convert some debugging printfs to trace calls in pcnet.c.Don Koch2015-02-101-20/+8Star
* 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/+0Star
* pcnet: fix Negative array index readGonglei2014-11-211-25/+30
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* pcnet: remove duplicate assignmentPrasad Joshi2014-04-251-1/+0Star
* 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