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