aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: cadence_gem: Set ISR according to queue in useSai Pavan Boddu1-10/+17
2020-06-18net: cadence_gem: Define access permission for interrupt registersSai Pavan Boddu1-0/+14
2020-06-18net: cadence_gem: Fix irq update w.r.t queueSai Pavan Boddu1-22/+3
2020-06-18net: cadence_gem: Fix the queue address update during wrap aroundSai Pavan Boddu1-4/+33
2020-06-18net: cadence_gem: Fix debug statementsSai Pavan Boddu1-14/+13
2020-06-18hw/net/tulip: Log descriptor overflowsPhilippe Mathieu-Daudé1-0/+6
2020-06-18hw/net/tulip: Fix 'Descriptor Error' definitionPhilippe Mathieu-Daudé1-1/+1
2020-06-18Fix tulip breakageHelge Deller1-6/+0
2020-06-18virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich1-24/+4
2020-06-18virtio-net: add migration support for RSS and hash reportYuri Benditovich1-0/+37
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich1-20/+79
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich2-2/+87
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich2-9/+161
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell3-63/+87
2020-06-16hw/net/imx_fec: Convert debug fprintf() to trace eventsJean-Christophe Dubois2-61/+63
2020-06-16Implement configurable descriptor size in ftgmac100Erik Smit1-2/+24
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster5-5/+5
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-6/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster6-12/+16
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-3/+6
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2-3/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster14-14/+14
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster6-15/+9
2020-05-15e1000: Don't run e1000_instance_init() twiceMarkus Armbruster1-1/+0
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster1-1/+1
2020-05-14hw/net/xilinx_axienet: Handle fragmented packets from DMAEdgar E. Iglesias1-7/+31
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias1-4/+10
2020-05-14hw/net/xilinx_axienet: Remove unncessary castEdgar E. Iglesias1-1/+1
2020-05-14hw/net/xilinx_axienet: Cleanup stream->push assignmentEdgar E. Iglesias1-6/+12
2020-05-14hw/net/xilinx_axienet: Auto-clear PHY AutonegEdgar E. Iglesias1-2/+2
2020-04-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...Peter Maydell3-1/+605
2020-04-30net: cadence_gem: clear RX control descriptorRamon Fried1-0/+7
2020-04-30Cadence: gem: fix wraparound in 64bit descriptorsRamon Fried1-1/+8
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell1-2/+2
2020-04-30hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep2-0/+590
2020-04-29virtio-net: Fix duplex=... and speed=... error handlingMarkus Armbruster1-1/+4
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-1/+1
2020-04-28virtio-net: fix rsc_ext compat handlingCornelia Huck1-2/+2
2020-03-31hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW readsPeter Maydell1-8/+4
2020-03-31net: tulip: check frame size and r/w data lengthPrasad J Pandit1-9/+27
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé3-6/+6
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé17-43/+40
2020-03-31hw/net/rtl8139: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-4/+6
2020-03-31hw/net/rtl8139: Simplify if/else statementPhilippe Mathieu-Daudé1-4/+4
2020-03-31hw/net/smc91c111: Let smc91c111_can_receive() return a booleanPhilippe Mathieu-Daudé1-4/+4
2020-03-31hw/net/e1000e_core: Let e1000e_can_receive() return a booleanPhilippe Mathieu-Daudé2-2/+2
2020-03-31Fixed integer overflow in e1000eAndrew Melnychenko1-1/+1
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