aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+2
2020-03-17hw/net: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun1-2/+4
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank4-0/+885
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2-4/+4
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2-4/+8
2020-03-09dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain1-2/+2
2020-03-03hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng1-5/+6
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2-2/+2
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich3-1/+51
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich1-5/+8
2020-03-03dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain1-13/+22
2020-03-03dp8393x: Don't reset Silicon Revision registerFinn Thain1-1/+1
2020-03-03dp8393x: Always update RRA pointers and sequence numbersFinn Thain1-5/+7
2020-03-03dp8393x: Clear descriptor in_use field to release packetFinn Thain1-0/+10
2020-03-03dp8393x: Pad frames to word or long word boundaryFinn Thain1-11/+28
2020-03-03dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain1-2/+6
2020-03-03dp8393x: Don't clobber packet checksumFinn Thain1-0/+1
2020-03-03dp8393x: Implement packet size limit and RBAE interruptFinn Thain1-0/+9
2020-03-03dp8393x: Clear RRRA command register bit only when appropriateFinn Thain1-4/+3
2020-03-03dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain1-4/+7
2020-03-03dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain1-4/+5
2020-03-03dp8393x: Clean up endianness hacksFinn Thain1-11/+6
2020-03-03dp8393x: Always use 32-bit accessesFinn Thain1-18/+29
2020-03-02dp8393x: Mask EOL bit from descriptor addressesFinn Thain1-6/+11
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini4-60/+61
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell3-47/+50
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé3-20/+22
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2-26/+23
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2-4/+3
2020-02-18hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé1-6/+9