index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
pcnet.c
Age
Commit message (
Expand
)
Author
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-05-02
hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printf
Philippe Mathieu-Daudé
2018-10-19
pcnet: fix possible buffer overflow
Jason Wang
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
2018-01-16
net: Drop unusual use of do { } while (0);
Eric Blake
2017-12-22
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland
2016-10-26
net: pcnet: fix source formatting and indentation
Prasad J Pandit
2016-10-26
net: pcnet: check rx/tx descriptor ring length
Prasad J Pandit
2016-01-29
hw/net: Clean up includes
Peter Maydell
2015-12-07
pcnet: fix rx buffer overflow(CVE-2015-7512)
Jason Wang
2015-12-07
net: pcnet: add check to validate receive data size(CVE-2015-7504)
Prasad J Pandit
2015-09-25
pcnet: remove muldiv64()
Laurent Vivier
2015-07-27
pcnet: Drop pcnet_can_receive
Fam Zheng
2015-06-10
pcnet: force the buffer access to be in bounds during tx
Petr Matousek
2015-02-26
pcnet: pcnet_common_init() always returns 0, change to void
Markus Armbruster
2015-02-10
Convert some debugging printfs to trace calls in pcnet.c.
Don Koch
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-12
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2014-11-21
pcnet: fix Negative array index read
Gonglei
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-04-25
pcnet: remove duplicate assignment
Prasad Joshi
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-05
pcnet: Flush queued packets on end of STOP state
Jan Kiszka
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini