aboutsummaryrefslogtreecommitdiff
path: root/hw/net/i82596.c
AgeCommit message (Expand)Author
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24hw/net: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2023-12-30hw/net: Constify VMStateRichard Henderson
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-08-31hw/net/i82596: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()Peter Maydell
2020-03-31hw/net/i82596: Correct command bitmask (CID 1419392)Philippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller