COMMITS
/ hw/net/pcnet.c June 25, 2023
B
hw/net: pcnet: Remove the logic of padding short frames in the receive path
Bin Meng committed
January 10, 2023
P
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé committed
June 14, 2021
A
net: Replace TAB indentations with spaces
Ahmed Abouzied committed
March 1, 2021
A
pcnet: switch to use qemu_receive_packet() for loopback
Alexander Bulekov committed
August 12, 2019
M
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster committed
M
Include hw/qdev-properties.h less
Markus Armbruster committed
M
Include migration/vmstate.h less
Markus Armbruster committed
M
Include hw/irq.h a lot less
Markus Armbruster committed
March 11, 2019
P
hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printf
Philippe Mathieu-Daudé committed
May 30, 2018
J
pcnet: fix possible buffer overflow
Jason Wang committed
February 22, 2018
T
hw/net: Remove unnecessary header includes
Thomas Huth committed
December 1, 2017
E
net: Drop unusual use of do { } while (0);
Eric Blake committed
December 15, 2017
M
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland committed
September 30, 2016
P
net: pcnet: fix source formatting and indentation
Prasad J Pandit committed
September 29, 2016
P
net: pcnet: check rx/tx descriptor ring length
Prasad J Pandit committed
January 26, 2016
P
hw/net: Clean up includes
Peter Maydell committed
November 30, 2015
J
pcnet: fix rx buffer overflow(CVE-2015-7512)
Jason Wang committed
November 20, 2015
P
net: pcnet: add check to validate receive data size(CVE-2015-7504)
Prasad J Pandit committed
August 24, 2015
L
pcnet: remove muldiv64()
Laurent Vivier committed
July 15, 2015
F
pcnet: Drop pcnet_can_receive
Fam Zheng committed
May 24, 2015
P
pcnet: force the buffer access to be in bounds during tx
Petr Matousek committed
January 19, 2015
M
pcnet: pcnet_common_init() always returns 0, change to void
Markus Armbruster committed
January 16, 2015
D
Convert some debugging printfs to trace calls in pcnet.c.
Don Koch committed
January 8, 2015
P
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini committed
December 23, 2014
P
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini committed
November 20, 2014
G
pcnet: fix Negative array index read
Gonglei committed
October 7, 2014
G
April 16, 2014
J
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela committed
March 23, 2014
P
pcnet: remove duplicate assignment
Prasad Joshi committed
August 21, 2013
A
aio / timers: Switch entire codebase to the new timer API
Alex Bligh committed
August 2, 2013
J
pcnet: Flush queued packets on end of STOP state
Jan Kiszka committed
March 18, 2013
P
hw: move private headers to hw/ subdirectories.
Paolo Bonzini committed
March 1, 2013
P
hw: move target-independent files to subdirectories
Paolo Bonzini committed