aboutsummaryrefslogtreecommitdiff
path: root/hw/net/i82596.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-5/+5
2020-03-31hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()Peter Maydell1-9/+35
2020-03-31hw/net/i82596: Correct command bitmask (CID 1419392)Philippe Mathieu-Daudé1-8/+4
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-12/+10
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-5/+6
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé1-2/+2
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller1-0/+734