From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [RESEND PULL 0/4] Net patches
Date: Mon, 25 Jan 2021 20:23:03 +0800 [thread overview]
Message-ID: <1611577387-4296-1-git-send-email-jasowang@redhat.com> (raw)
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(-)
next reply other threads:[~2021-01-25 12:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 12:23 Jason Wang [this message]
2021-01-25 12:23 ` [RESEND PULL 1/4] net: Fix handling of id in netdev_add and netdev_del Jason Wang
2021-01-25 12:23 ` [RESEND PULL 2/4] net: checksum: Skip fragmented IP packets Jason Wang
2021-01-25 12:23 ` [RESEND PULL 3/4] net: checksum: Add IP header checksum calculation Jason Wang
2021-01-25 12:23 ` [RESEND PULL 4/4] net: checksum: Introduce fine control over checksum type Jason Wang
2021-01-25 18:17 ` [RESEND PULL 0/4] Net patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611577387-4296-1-git-send-email-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).