summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun2020-03-171-2/+4
|/
* hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank2020-03-124-0/+885
* hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-092-4/+4
* hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2020-03-092-4/+8
* dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain2020-03-091-2/+2
* hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng2020-03-031-5/+6
* NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2020-03-032-2/+2
* NetRxPkt: Introduce support for additional hash typesYuri Benditovich2020-03-033-1/+51
* e1000e: Avoid hw_error if legacy mode usedYuri Benditovich2020-03-031-5/+8
* dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain2020-03-031-13/+22
* dp8393x: Don't reset Silicon Revision registerFinn Thain2020-03-031-1/+1
* dp8393x: Always update RRA pointers and sequence numbersFinn Thain2020-03-031-5/+7
* dp8393x: Clear descriptor in_use field to release packetFinn Thain2020-03-031-0/+10
* dp8393x: Pad frames to word or long word boundaryFinn Thain2020-03-031-11/+28
* dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain2020-03-031-2/+6
* dp8393x: Don't clobber packet checksumFinn Thain2020-03-031-0/+1
* dp8393x: Implement packet size limit and RBAE interruptFinn Thain2020-03-031-0/+9
* dp8393x: Clear RRRA command register bit only when appropriateFinn Thain2020-03-031-4/+3Star
* dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain2020-03-031-4/+7
* dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain2020-03-031-4/+5
* dp8393x: Clean up endianness hacksFinn Thain2020-03-031-11/+6Star
* dp8393x: Always use 32-bit accessesFinn Thain2020-03-031-18/+29
* dp8393x: Mask EOL bit from descriptor addressesFinn Thain2020-03-021-6/+11
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-60/+61
|\
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-203-47/+50
| * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-20/+22
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-202-26/+23Star
| * hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-202-4/+3Star
* | hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé2020-02-181-6/+9
|/
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-3/+3
* ftgmac100: check RX and TX buffer alignmentCédric Le Goater2020-01-301-0/+13
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-276-0/+999
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2432-33/+33
* hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé2020-01-241-2/+2
* hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé2020-01-241-1/+2
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-0/+2
|\
| * hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROMPhilippe Mathieu-Daudé2020-01-071-0/+2
* | Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2020-01-075-20/+40
|\ \
| * | dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-4/+3Star
| * | etraxfs: remove PROP_PTR usageMarc-André Lureau2020-01-071-11/+33
| * | lance: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-073-5/+4Star
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-01-071-1/+2
|\ \ | |/ |/|
| * virtio-net: delete also control queue when TX/RX deletedYuri Benditovich2020-01-061-1/+2
* | vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-062-3/+4
|/
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' ...Peter Maydell2019-12-161-19/+23
|\
| * mips: mipssim: Renovate coding styleFilip Bozuta2019-12-161-19/+23
* | aspeed: Change the "nic" property definitionCédric Le Goater2019-12-161-10/+9Star
|/
* net/virtio: Fix failover error handling crash bugsMarkus Armbruster2019-12-021-6/+13