summaryrefslogtreecommitdiff
path: root/hw/net/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-1/+0
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake1-10/+10
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland1-20/+2
2016-10-26net: pcnet: fix source formatting and indentationPrasad J Pandit1-63/+67
2016-10-26net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit1-0/+3
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-12-07pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang1-0/+6
2015-12-07net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit1-3/+5
2015-09-25pcnet: remove muldiv64()Laurent Vivier1-2/+1
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng1-9/+0
2015-06-10pcnet: force the buffer access to be in bounds during txPetr Matousek1-0/+8
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster1-3/+1
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch1-20/+8
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-5/+0
2014-11-21pcnet: fix Negative array index readGonglei1-25/+30
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-04-25pcnet: remove duplicate assignmentPrasad Joshi1-1/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-08-05pcnet: Flush queued packets on end of STOP stateJan Kiszka1-0/+4
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1768