[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Net patches
From: |
Jason Wang |
Subject: |
[PULL 0/5] Net patches |
Date: |
Mon, 2 Aug 2021 12:33:39 +0800 |
The following changes since commit 0c633cf0c221922a0a9f9d0b8866cbb111f5e192:
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210730' into
staging (2021-07-31 21:29:57 +0100)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to cfe6d6841ff46b43ec38792422f690813f4ce3bf:
hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor
(2021-08-02 12:19:18 +0800)
----------------------------------------------------------------
----------------------------------------------------------------
Christina Wang (3):
hw/net: e1000: Correct the initial value of VET register
hw/net: e1000e: Correct the initial value of VET register
hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor
Pavel Pisa (1):
hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out
of std CAN 8 bytes
Thomas Huth (1):
hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers
hw/core/machine.c | 2 ++
hw/net/can/can_sja1000.c | 8 ++++++++
hw/net/e1000.c | 17 +++++++++++++++++
hw/net/e1000e.c | 8 +++++++-
hw/net/e1000e_core.c | 10 ++++------
hw/net/vmxnet3.c | 34 ++++++++++++++++++++++------------
6 files changed, 60 insertions(+), 19 deletions(-)
- [PULL 0/5] Net patches,
Jason Wang <=
- [PULL 1/5] hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers, Jason Wang, 2021/08/02
- [PULL 2/5] hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of std CAN 8 bytes, Jason Wang, 2021/08/02
- [PULL 3/5] hw/net: e1000: Correct the initial value of VET register, Jason Wang, 2021/08/02
- [PULL 4/5] hw/net: e1000e: Correct the initial value of VET register, Jason Wang, 2021/08/02
- [PULL 5/5] hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor, Jason Wang, 2021/08/02
- Re: [PULL 0/5] Net patches, Peter Maydell, 2021/08/02