Age | Commit message (Expand) | Author | Files | Lines |
2023-07-07 | Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into staging | Richard Henderson | 2 | -0/+54 |
2023-07-07 | igb: Remove obsolete workaround for Windows | Akihiko Odaki | 1 | -6/+1 |
2023-07-07 | e1000e: Add ICR clearing by corresponding IMS bit | Akihiko Odaki | 2 | -6/+33 |
2023-07-07 | hw/net: ftgmac100: Drop the small packet check in the receive path | Bin Meng | 1 | -8/+0 |
2023-07-07 | hw/net: sunhme: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -11/+0 |
2023-07-07 | hw/net: sungem: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -14/+0 |
2023-07-07 | hw/net: rtl8139: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -12/+0 |
2023-07-07 | hw/net: pcnet: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -9/+0 |
2023-07-07 | hw/net: ne2000: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -12/+0 |
2023-07-07 | hw/net: i82596: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -18/+0 |
2023-07-07 | hw/net: vmxnet3: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -10/+0 |
2023-07-07 | hw/net: e1000: Remove the logic of padding short frames in the receive path | Bin Meng | 1 | -10/+1 |
2023-07-07 | virtio-net: correctly report maximum tx_queue_size value | Laurent Vivier | 1 | -2/+2 |
2023-07-07 | sungem: Add WOL MMIO | Nicholas Piggin | 2 | -0/+54 |
2023-06-28 | net/vhost-net: do not assert on null pointer return from tap_get_vhost_net() | Ani Sinha | 1 | -1/+6 |
2023-06-26 | vhost_net: add an assertion for TAP client backends | Ani Sinha | 1 | -0/+1 |
2023-06-26 | vhost-user: fully use new backend/frontend naming | Manos Pitsidianakis | 1 | -2/+2 |
2023-06-26 | virtio-net: expose virtio_net_supported_guest_offloads() | Hawkins Jiawei | 1 | -1/+1 |
2023-06-26 | hw/net/virtio-net: make some VirtIONet const | Hawkins Jiawei | 1 | -1/+1 |
2023-06-22 | hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.h | Mark Cave-Ayland | 1 | -31/+1 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 2 | -56/+56 |
2023-06-06 | hw/net/can: Introduce Xilinx Versal CANFD controller | Vikram Garhwal | 3 | -0/+2115 |
2023-05-23 | rtl8139: fix large_send_mss divide-by-zero | Stefan Hajnoczi | 1 | -0/+3 |
2023-05-23 | vmxnet3: Do not depend on PC | Akihiko Odaki | 1 | -1/+1 |
2023-05-23 | igb: Clear-on-read ICR when ICR.INTA is set | Akihiko Odaki | 1 | -0/+2 |
2023-05-23 | igb: Notify only new interrupts | Akihiko Odaki | 2 | -126/+86 |
2023-05-23 | e1000e: Notify only new interrupts | Akihiko Odaki | 3 | -88/+69 |
2023-05-23 | igb: Implement Tx timestamp | Akihiko Odaki | 2 | -0/+10 |
2023-05-23 | igb: Implement Rx PTP2 timestamp | Akihiko Odaki | 3 | -41/+127 |
2023-05-23 | igb: Implement igb-specific oversize check | Akihiko Odaki | 1 | -15/+21 |
2023-05-23 | igb: Filter with the second VLAN tag for extended VLAN | Akihiko Odaki | 1 | -5/+18 |
2023-05-23 | igb: Strip the second VLAN tag for extended VLAN | Akihiko Odaki | 4 | -21/+30 |
2023-05-23 | igb: Implement Tx SCTP CSO | Akihiko Odaki | 3 | -5/+33 |
2023-05-23 | igb: Implement Rx SCTP CSO | Akihiko Odaki | 4 | -12/+73 |
2023-05-23 | igb: Use UDP for RSS hash | Akihiko Odaki | 2 | -0/+19 |
2023-05-23 | igb: Implement MSI-X single vector mode | Akihiko Odaki | 1 | -2/+7 |
2023-05-23 | hw/net/net_rx_pkt: Enforce alignment for eth_header | Akihiko Odaki | 1 | -4/+7 |
2023-05-23 | net/eth: Always add VLAN tag | Akihiko Odaki | 1 | -9/+7 |
2023-05-23 | igb: Rename a variable in igb_receive_internal() | Akihiko Odaki | 1 | -6/+6 |
2023-05-23 | e1000e: Rename a variable in e1000e_receive_internal() | Akihiko Odaki | 1 | -9/+9 |
2023-05-23 | igb: Clear EICR bits for delayed MSI-X interrupts | Akihiko Odaki | 1 | -9/+12 |
2023-05-23 | igb: Fix igb_mac_reg_init coding style alignment | Akihiko Odaki | 1 | -48/+48 |
2023-05-23 | igb: Share common VF constants | Akihiko Odaki | 3 | -12/+13 |
2023-05-23 | igb: Add more definitions for Tx descriptor | Akihiko Odaki | 2 | -7/+29 |
2023-05-23 | vmxnet3: Reset packet state after emptying Tx queue | Akihiko Odaki | 1 | -1/+2 |
2023-05-23 | e1000e: Reset packet state after emptying Tx queue | Akihiko Odaki | 1 | -4/+2 |
2023-05-23 | igb: Read DCMD.VLE of the first Tx descriptor | Akihiko Odaki | 1 | -1/+1 |
2023-05-23 | igb: Remove goto | Akihiko Odaki | 1 | -1/+1 |
2023-05-23 | igb: Always log status after building rx metadata | Akihiko Odaki | 1 | -2/+1 |
2023-05-23 | e1000e: Always log status after building rx metadata | Akihiko Odaki | 1 | -2/+1 |