Age | Commit message (Expand) | Author | Files | Lines |
2019-05-02 | hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printf | Philippe Mathieu-Daudé | 1 | -1/+3 |
2018-10-19 | pcnet: fix possible buffer overflow | Jason Wang | 1 | -2/+2 |
2018-03-05 | hw/net: Remove unnecessary header includes | Thomas Huth | 1 | -1/+0 |
2018-01-16 | net: Drop unusual use of do { } while (0); | Eric Blake | 1 | -10/+10 |
2017-12-22 | pcnet: switch pcnet over to use net_crc32_le() | Mark Cave-Ayland | 1 | -20/+2 |
2016-10-26 | net: pcnet: fix source formatting and indentation | Prasad J Pandit | 1 | -63/+67 |
2016-10-26 | net: pcnet: check rx/tx descriptor ring length | Prasad J Pandit | 1 | -0/+3 |
2016-01-29 | hw/net: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-07 | pcnet: fix rx buffer overflow(CVE-2015-7512) | Jason Wang | 1 | -0/+6 |
2015-12-07 | net: pcnet: add check to validate receive data size(CVE-2015-7504) | Prasad J Pandit | 1 | -3/+5 |
2015-09-25 | pcnet: remove muldiv64() | Laurent Vivier | 1 | -2/+1 |
2015-07-27 | pcnet: Drop pcnet_can_receive | Fam Zheng | 1 | -9/+0 |
2015-06-10 | pcnet: force the buffer access to be in bounds during tx | Petr Matousek | 1 | -0/+8 |
2015-02-26 | pcnet: pcnet_common_init() always returns 0, change to void | Markus Armbruster | 1 | -3/+1 |
2015-02-10 | Convert some debugging printfs to trace calls in pcnet.c. | Don Koch | 1 | -20/+8 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 1 | -1/+1 |
2015-01-12 | net: remove all cleanup methods from NIC NetClientInfos | Paolo Bonzini | 1 | -5/+0 |
2014-11-21 | pcnet: fix Negative array index read | Gonglei | 1 | -25/+30 |
2014-10-15 | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei | 1 | -2/+0 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 1 | -2/+1 |
2014-04-25 | pcnet: remove duplicate assignment | Prasad Joshi | 1 | -1/+0 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -5/+5 |
2013-08-05 | pcnet: Flush queued packets on end of STOP state | Jan Kiszka | 1 | -0/+4 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | 1 | -0/+1768 |