index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-05-23
e1000x: Rename TcpIpv6 into TcpIpv6Ex
Akihiko Odaki
4
-21
/
+21
2023-05-23
e1000x: Take CRC into consideration for size check
Akihiko Odaki
1
-5
/
+5
2023-05-23
e1000x: Share more Rx filtering logic
Akihiko Odaki
6
-119
/
+56
2023-05-23
net/eth: Rename eth_setup_vlan_headers_ex
Akihiko Odaki
1
-1
/
+1
2023-05-23
hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info
Akihiko Odaki
2
-14
/
+0
2023-05-23
igb: Always copy ethernet header
Akihiko Odaki
1
-20
/
+23
2023-05-23
e1000e: Always copy ethernet header
Akihiko Odaki
1
-16
/
+10
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
5
-17
/
+23
2023-05-23
igb: Clear IMS bits when committing ICR access
Akihiko Odaki
1
-4
/
+4
2023-05-23
igb: Do not require CTRL.VME for tx VLAN tagging
Akihiko Odaki
1
-1
/
+1
2023-05-23
igb: Fix Rx packet type encoding
Akihiko Odaki
2
-19
/
+24
2023-05-23
e1000x: Fix BPRC and MPRC
Akihiko Odaki
5
-45
/
+33
2023-05-23
hw/net/net_tx_pkt: Decouple interface from PCI
Akihiko Odaki
5
-53
/
+54
2023-05-23
hw/net/net_tx_pkt: Decouple implementation from PCI
Akihiko Odaki
2
-20
/
+42
2023-05-23
e1000e: Fix tx/rx counters
timothee.cocault@gmail.com
4
-12
/
+8
2023-05-19
virtio-net: not enable vq reset feature unconditionally
Eugenio PĂ©rez
1
-1
/
+0
2023-05-16
hw/net: Move xilinx_ethlite.c to the target-independent source set
Thomas Huth
2
-2
/
+2
2023-05-02
hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fields
Peter Maydell
1
-7
/
+15
2023-05-02
hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()
Peter Maydell
1
-7
/
+11
2023-05-02
hw/net: npcm7xx_emc: set MAC in register space
Patrick Venture
1
-7
/
+25
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-04-20
hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
Guenter Roeck
1
-4
/
+23
[next]