summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell2021-01-121-6/+18
* hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell2021-01-121-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-086-16/+0Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-192-29/+12Star
* | rocker: Revamp fp_port_get_infoEric Blake2020-12-193-15/+12Star
|/
* hw/net/xilinx_axienet: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-12/+12
* hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-10/+10
* hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal2020-12-104-0/+1172
* failover: Remove primary_dev memberJuan Quintela2020-12-081-31/+24Star
* failover: simplify failover_unplug_primaryJuan Quintela2020-12-081-15/+10Star
* failover: Caller of this two functions already have primary_devJuan Quintela2020-12-081-13/+14
* failover: We don't need to cache primary_device_id anymoreJuan Quintela2020-12-081-10/+10
* failover: split failover_find_primary_device_id()Juan Quintela2020-12-081-16/+47
* failover: remove failover_find_primary_device() error parameterJuan Quintela2020-12-081-6/+3Star
* failover: make sure that id always existJuan Quintela2020-12-081-3/+0Star
* failover: Rename to failover_find_primary_device()Juan Quintela2020-12-081-3/+9
* failover: virtio_net_connect_failover_devices() does nothingJuan Quintela2020-12-081-15/+2Star
* failover: Rename function to hide_device()Juan Quintela2020-12-081-4/+3Star
* failover: should_be_hidden() should take a boolJuan Quintela2020-12-081-20/+7Star
* failover: simplify virtio_net_find_primary()Juan Quintela2020-12-081-15/+3Star
* failover: Remove memory leakJuan Quintela2020-12-081-3/+1Star
* failover: Remove primary_device_dictJuan Quintela2020-12-081-13/+4Star
* failover: remove standby_id variableJuan Quintela2020-12-081-8/+3Star
* failover: Remove primary_device_optsJuan Quintela2020-12-081-16/+5Star
* failover: g_strcmp0() knows how to handle NULLJuan Quintela2020-12-081-1/+1
* failover: Rename bool to failover_primary_hiddenJuan Quintela2020-12-081-7/+7
* failover: qdev_device_add() returns err or dev setJuan Quintela2020-12-081-7/+0Star
* failover: Remove external partially_hotplugged propertyJuan Quintela2020-12-081-4/+0Star
* failover: Remove unused parameterJuan Quintela2020-12-081-5/+3Star
* failover: primary bus is only used once, and where it is setJuan Quintela2020-12-081-4/+4
* failover: Use always atomics for primary_should_be_hiddenJuan Quintela2020-12-081-1/+1
* failover: fix indentantionJuan Quintela2020-12-081-18/+15Star
* hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella2020-12-011-0/+4
* hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit2020-11-241-4/+4
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* e1000e: Fix Lesser GPL version numberChetan Pant2020-11-155-5/+5
* hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell2020-11-111-4/+2Star
* hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell2020-11-111-2/+1Star
* hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell2020-11-111-12/+3Star
* hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell2020-11-111-2/+4
* virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu2020-11-111-0/+6
* hw/net: move allocation to the heap due to very large stack frameElena Afanasova2020-10-271-2/+3
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+1
* error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster2020-10-091-6/+2Star
* hw/net/can: Correct Kconfig dependenciesPavel Pisa2020-09-301-4/+3Star
* hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat2020-09-305-0/+1117
* hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2020-09-302-0/+1160
* hw/net/can: sja1000 ignore CAN FD framesJan Charvat2020-09-301-6/+23