aboutsummaryrefslogtreecommitdiff
path: root/hw/net/pcnet.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-05-02hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé
2018-10-19pcnet: fix possible buffer overflowJason Wang
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland
2016-10-26net: pcnet: fix source formatting and indentationPrasad J Pandit
2016-10-26net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit
2016-01-29hw/net: Clean up includesPeter Maydell
2015-12-07pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang
2015-12-07net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit
2015-09-25pcnet: remove muldiv64()Laurent Vivier
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng
2015-06-10pcnet: force the buffer access to be in bounds during txPetr Matousek
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-11-21pcnet: fix Negative array index readGonglei
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-04-25pcnet: remove duplicate assignmentPrasad Joshi
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-05pcnet: Flush queued packets on end of STOP stateJan Kiszka
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini