aboutsummaryrefslogtreecommitdiff
path: root/hw/net/lan9118.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich1-0/+8
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-1/+1
2021-03-15lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-01-12hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell1-6/+18
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-2/+0
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+7
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+0
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2018-10-24net: lan9118: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+2
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-12-07lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann1-4/+8
2015-12-07lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann1-3/+5
2015-07-20lan9118: Drop lan9118_can_receiveFam Zheng1-6/+0
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-01-27Fix lan9118 buffer length handlingRoy Franz1-1/+1
2014-01-27Fix lan9118 TX "CMD A" handlingRoy Franz1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-07-29lan9118: QOM cast cleanupAndreas Färber1-10/+16
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1399