Age | Commit message (Expand) | Author | Files | Lines |
2020-04-30 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-... | Peter Maydell | 3 | -1/+605 |
2020-04-30 | net: cadence_gem: clear RX control descriptor | Ramon Fried | 1 | -0/+7 |
2020-04-30 | Cadence: gem: fix wraparound in 64bit descriptors | Ramon Fried | 1 | -1/+8 |
2020-04-30 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging | Peter Maydell | 1 | -2/+2 |
2020-04-30 | hw/net: Add Smartfusion2 emac block | Subbaraya Sundeep | 2 | -0/+590 |
2020-04-29 | virtio-net: Fix duplex=... and speed=... error handling | Markus Armbruster | 1 | -1/+4 |
2020-04-29 | various: Remove suspicious '\' character outside of #define in C code | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-04-28 | virtio-net: fix rsc_ext compat handling | Cornelia Huck | 1 | -2/+2 |
2020-03-31 | hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads | Peter Maydell | 1 | -8/+4 |
2020-03-31 | net: tulip: check frame size and r/w data length | Prasad J Pandit | 1 | -9/+27 |
2020-03-31 | hw/net/can: Make CanBusClientInfo::can_receive() return a boolean | Philippe Mathieu-Daudé | 3 | -6/+6 |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé | 17 | -43/+40 |
2020-03-31 | hw/net/rtl8139: Update coding style to make checkpatch.pl happy | Philippe Mathieu-Daudé | 1 | -4/+6 |
2020-03-31 | hw/net/rtl8139: Simplify if/else statement | Philippe Mathieu-Daudé | 1 | -4/+4 |
2020-03-31 | hw/net/smc91c111: Let smc91c111_can_receive() return a boolean | Philippe Mathieu-Daudé | 1 | -4/+4 |
2020-03-31 | hw/net/e1000e_core: Let e1000e_can_receive() return a boolean | Philippe Mathieu-Daudé | 2 | -2/+2 |
2020-03-31 | Fixed integer overflow in e1000e | Andrew Melnychenko | 1 | -1/+1 |
2020-03-31 | hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive() | Peter Maydell | 1 | -9/+35 |
2020-03-31 | hw/net/i82596: Correct command bitmask (CID 1419392) | Philippe Mathieu-Daudé | 1 | -8/+4 |
2020-03-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+2 |
2020-03-17 | hw/net: Use memory_region_init_rom() with read-only regions | Philippe Mathieu-Daudé | 1 | -3/+2 |
2020-03-17 | hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write() | Chen Qun | 1 | -2/+4 |
2020-03-12 | hw/arm/allwinner-h3: add EMAC ethernet device | Niek Linnenbank | 4 | -0/+885 |
2020-03-09 | hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data | Philippe Mathieu-Daudé | 2 | -4/+4 |
2020-03-09 | hw/net/e1000: Add readops/writeops typedefs | Philippe Mathieu-Daudé | 2 | -4/+8 |
2020-03-09 | dp8393x: Mask EOL bit from descriptor addresses, take 2 | Finn Thain | 1 | -2/+2 |
2020-03-03 | hw: net: cadence_gem: Fix build errors in DB_PRINT() | Bin Meng | 1 | -5/+6 |
2020-03-03 | NetRxPkt: fix hash calculation of IPV6 TCP | Yuri Benditovich | 2 | -2/+2 |
2020-03-03 | NetRxPkt: Introduce support for additional hash types | Yuri Benditovich | 3 | -1/+51 |
2020-03-03 | e1000e: Avoid hw_error if legacy mode used | Yuri Benditovich | 1 | -5/+8 |
2020-03-03 | dp8393x: Don't stop reception upon RBE interrupt assertion | Finn Thain | 1 | -13/+22 |
2020-03-03 | dp8393x: Don't reset Silicon Revision register | Finn Thain | 1 | -1/+1 |
2020-03-03 | dp8393x: Always update RRA pointers and sequence numbers | Finn Thain | 1 | -5/+7 |
2020-03-03 | dp8393x: Clear descriptor in_use field to release packet | Finn Thain | 1 | -0/+10 |
2020-03-03 | dp8393x: Pad frames to word or long word boundary | Finn Thain | 1 | -11/+28 |
2020-03-03 | dp8393x: Use long-word-aligned RRA pointers in 32-bit mode | Finn Thain | 1 | -2/+6 |
2020-03-03 | dp8393x: Don't clobber packet checksum | Finn Thain | 1 | -0/+1 |
2020-03-03 | dp8393x: Implement packet size limit and RBAE interrupt | Finn Thain | 1 | -0/+9 |
2020-03-03 | dp8393x: Clear RRRA command register bit only when appropriate | Finn Thain | 1 | -4/+3 |
2020-03-03 | dp8393x: Update LLFA and CRDA registers from rx descriptor | Finn Thain | 1 | -4/+7 |
2020-03-03 | dp8393x: Have dp8393x_receive() return the packet size | Finn Thain | 1 | -4/+5 |
2020-03-03 | dp8393x: Clean up endianness hacks | Finn Thain | 1 | -11/+6 |
2020-03-03 | dp8393x: Always use 32-bit accesses | Finn Thain | 1 | -18/+29 |
2020-03-02 | dp8393x: Mask EOL bit from descriptor addresses | Finn Thain | 1 | -6/+11 |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini | 4 | -60/+61 |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell | 3 | -47/+50 |
2020-02-20 | Let address_space_rw() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 3 | -20/+22 |
2020-02-20 | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé | 2 | -26/+23 |
2020-02-20 | hw/net: Avoid casting non-const pointer, use address_space_write() | Philippe Mathieu-Daudé | 2 | -4/+3 |
2020-02-18 | hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP) | Philippe Mathieu-Daudé | 1 | -6/+9 |