[RESEND PULL 0/4] Net patches

Jason Wang posted 4 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1611577387-4296-1-git-send-email-jasowang@redhat.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Alistair Francis <alistair@alistair23.me>, Paul Durrant <paul@xen.org>, Li Zhijian <lizhijian@cn.fujitsu.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Joel Stanley <joel@jms.id.au>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Anthony Perard <anthony.perard@citrix.com>, Peter Chubb <peter.chubb@nicta.com.au>, "Michael S. Tsirkin" <mst@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Stefano Stabellini <sstabellini@kernel.org>, Andrew Jeffery <andrew@aj.id.au>, Beniamino Galvani <b.galvani@gmail.com>, Zhang Chen <chen.zhang@intel.com>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hw/net/allwinner-sun8i-emac.c |  2 +-
hw/net/cadence_gem.c          |  2 +-
hw/net/fsl_etsec/rings.c      | 18 +++++++++---------
hw/net/ftgmac100.c            | 13 ++++++++++++-
hw/net/imx_fec.c              | 20 ++++++++------------
hw/net/virtio-net.c           |  2 +-
hw/net/xen_nic.c              |  2 +-
include/net/checksum.h        |  7 ++++++-
net/checksum.c                | 24 +++++++++++++++++++++---
net/filter-rewriter.c         |  4 ++--
net/net.c                     | 20 ++++++++++++++++++--
11 files changed, 80 insertions(+), 34 deletions(-)
[RESEND PULL 0/4] Net patches
Posted by Jason Wang 3 years, 3 months ago
The following changes since commit e81eb5e6d108008445821e4f891fb9563016c71b:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-01-23 22:34:21 +0000)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to f574633529926697ced51b6865e5c50bbb78bf1b:

  net: checksum: Introduce fine control over checksum type (2021-01-25 17:04:56 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Bin Meng (1):
      net: checksum: Introduce fine control over checksum type

Guishan Qin (1):
      net: checksum: Add IP header checksum calculation

Markus Armbruster (1):
      net: Fix handling of id in netdev_add and netdev_del

Markus Carlstedt (1):
      net: checksum: Skip fragmented IP packets

 hw/net/allwinner-sun8i-emac.c |  2 +-
 hw/net/cadence_gem.c          |  2 +-
 hw/net/fsl_etsec/rings.c      | 18 +++++++++---------
 hw/net/ftgmac100.c            | 13 ++++++++++++-
 hw/net/imx_fec.c              | 20 ++++++++------------
 hw/net/virtio-net.c           |  2 +-
 hw/net/xen_nic.c              |  2 +-
 include/net/checksum.h        |  7 ++++++-
 net/checksum.c                | 24 +++++++++++++++++++++---
 net/filter-rewriter.c         |  4 ++--
 net/net.c                     | 20 ++++++++++++++++++--
 11 files changed, 80 insertions(+), 34 deletions(-)


Re: [RESEND PULL 0/4] Net patches
Posted by Peter Maydell 3 years, 3 months ago
On Mon, 25 Jan 2021 at 12:23, Jason Wang <jasowang@redhat.com> wrote:
>
> The following changes since commit e81eb5e6d108008445821e4f891fb9563016c71b:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-01-23 22:34:21 +0000)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to f574633529926697ced51b6865e5c50bbb78bf1b:
>
>   net: checksum: Introduce fine control over checksum type (2021-01-25 17:04:56 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM