summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2020-04-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...Peter Maydell
2020-04-30net: cadence_gem: clear RX control descriptorRamon Fried
2020-04-30Cadence: gem: fix wraparound in 64bit descriptorsRamon Fried
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell
2020-04-30hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep
2020-04-29virtio-net: Fix duplex=... and speed=... error handlingMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-04-28virtio-net: fix rsc_ext compat handlingCornelia Huck
2020-03-31hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW readsPeter Maydell
2020-03-31net: tulip: check frame size and r/w data lengthPrasad J Pandit
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net/rtl8139: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-03-31hw/net/rtl8139: Simplify if/else statementPhilippe Mathieu-Daudé
2020-03-31hw/net/smc91c111: Let smc91c111_can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net/e1000e_core: Let e1000e_can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31Fixed integer overflow in e1000eAndrew Melnychenko
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-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-17hw/net: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé
2020-03-09dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain
2020-03-03hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich
2020-03-03dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain
2020-03-03dp8393x: Don't reset Silicon Revision registerFinn Thain
2020-03-03dp8393x: Always update RRA pointers and sequence numbersFinn Thain
2020-03-03dp8393x: Clear descriptor in_use field to release packetFinn Thain
2020-03-03dp8393x: Pad frames to word or long word boundaryFinn Thain
2020-03-03dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain
2020-03-03dp8393x: Don't clobber packet checksumFinn Thain
2020-03-03dp8393x: Implement packet size limit and RBAE interruptFinn Thain
2020-03-03dp8393x: Clear RRRA command register bit only when appropriateFinn Thain
2020-03-03dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain
2020-03-03dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain
2020-03-03dp8393x: Clean up endianness hacksFinn Thain
2020-03-03dp8393x: Always use 32-bit accessesFinn Thain
2020-03-02dp8393x: Mask EOL bit from descriptor addressesFinn Thain
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
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-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-02-18hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé