aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2020-12-08failover: remove standby_id variableJuan Quintela
2020-12-08failover: Remove primary_device_optsJuan Quintela
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela
2020-12-08failover: Remove unused parameterJuan Quintela
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela
2020-12-08failover: fix indentantionJuan Quintela
2020-12-01hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella
2020-11-24hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-15e1000e: Fix Lesser GPL version numberChetan Pant
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell
2020-11-11virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-09-30hw/net/can: Correct Kconfig dependenciesPavel Pisa
2020-09-30hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat
2020-09-30hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat
2020-09-30hw/net/can: sja1000 ignore CAN FD framesJan Charvat
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-09-10hw/net/e1000e: Remove duplicated write handler for FLSWDATA registerPhilippe Mathieu-Daudé
2020-09-10hw/net/e1000e: Remove overwritten read handler for STATUS registerPhilippe Mathieu-Daudé
2020-09-09hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23Bin Meng
2020-09-09hw/net: cadence_gem: Add a new 'phy-addr' propertyBin Meng
2020-09-09xilinx_axienet: Use typedef name for instance_sizeEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-03Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...Peter Maydell
2020-09-01ftgmac100: Improve software resetCédric Le Goater
2020-09-01ftgmac100: Fix integer overflow in ftgmac100_do_tx()Cédric Le Goater
2020-09-01ftgmac100: Check for invalid len and address before doing a DMA transferCédric Le Goater
2020-09-01ftgmac100: Change interrupt status when a DMA error occursCédric Le Goater
2020-09-01ftgmac100: Fix interrupt status "Packet moved to RX FIFO"Cédric Le Goater
2020-09-01ftgmac100: Fix interrupt status "Packet transmitted on ethernet"Cédric Le Goater
2020-09-01ftgmac100: Fix registers that can be readCédric Le Goater
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun
2020-09-01hw/net/xilinx_axienet: Remove unused codePhilippe Mathieu-Daudé