From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [PULL V2 00/14] Net patches
Date: Tue, 31 Mar 2020 21:21:25 +0800 [thread overview]
Message-ID: <1585660899-11228-1-git-send-email-jasowang@redhat.com> (raw)
The following changes since commit 2a95551e8b1456aa53ce54fac573df18809340a6:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200330' into staging (2020-03-31 11:20:21 +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 1153cf9f5b67fad41ca6f8571e9a26e2c7c70759:
qtest: add tulip test case (2020-03-31 21:14:35 +0800)
----------------------------------------------------------------
Changes from V1:
- fix the compiling error
- include qtest for tulip OOB
----------------------------------------------------------------
Andrew Melnychenko (1):
Fixed integer overflow in e1000e
Li Qiang (1):
qtest: add tulip test case
Peter Maydell (2):
hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()
hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
Philippe Mathieu-Daudé (7):
hw/net/i82596: Correct command bitmask (CID 1419392)
hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
hw/net/smc91c111: Let smc91c111_can_receive() return a boolean
hw/net/rtl8139: Simplify if/else statement
hw/net/rtl8139: Update coding style to make checkpatch.pl happy
hw/net: Make NetCanReceive() return a boolean
hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
Prasad J Pandit (1):
net: tulip: check frame size and r/w data length
Zhang Chen (2):
net/colo-compare.c: Expose "compare_timeout" to users
net/colo-compare.c: Expose "expired_scan_cycle" to users
hw/net/allwinner-sun8i-emac.c | 14 +++----
hw/net/allwinner_emac.c | 2 +-
hw/net/cadence_gem.c | 8 ++--
hw/net/can/can_sja1000.c | 8 ++--
hw/net/can/can_sja1000.h | 2 +-
hw/net/dp8393x.c | 8 ++--
hw/net/e1000.c | 2 +-
hw/net/e1000e.c | 4 +-
hw/net/e1000e_core.c | 2 +-
hw/net/e1000e_core.h | 2 +-
hw/net/ftgmac100.c | 6 +--
hw/net/i82596.c | 66 ++++++++++++++++++++----------
hw/net/i82596.h | 2 +-
hw/net/imx_fec.c | 2 +-
hw/net/opencores_eth.c | 5 +--
hw/net/rtl8139.c | 22 +++++-----
hw/net/smc91c111.c | 10 ++---
hw/net/spapr_llan.c | 4 +-
hw/net/sungem.c | 6 +--
hw/net/sunhme.c | 4 +-
hw/net/tulip.c | 36 ++++++++++++----
hw/net/virtio-net.c | 10 ++---
hw/net/xilinx_ethlite.c | 2 +-
include/net/can_emu.h | 2 +-
include/net/net.h | 2 +-
net/can/can_socketcan.c | 4 +-
net/colo-compare.c | 95 ++++++++++++++++++++++++++++++++++++++++---
net/filter-buffer.c | 2 +-
net/hub.c | 6 +--
qemu-options.hx | 10 +++--
tests/qtest/Makefile.include | 1 +
tests/qtest/tulip-test.c | 91 +++++++++++++++++++++++++++++++++++++++++
32 files changed, 328 insertions(+), 112 deletions(-)
create mode 100644 tests/qtest/tulip-test.c
next reply other threads:[~2020-03-31 13:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 13:21 Jason Wang [this message]
2020-03-31 13:21 ` [PULL V2 01/14] hw/net/i82596: Correct command bitmask (CID 1419392) Jason Wang
2020-03-31 13:21 ` [PULL V2 02/14] hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive() Jason Wang
2020-03-31 13:21 ` [PULL V2 03/14] Fixed integer overflow in e1000e Jason Wang
2020-03-31 13:21 ` [PULL V2 04/14] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean Jason Wang
2020-03-31 13:21 ` [PULL V2 05/14] hw/net/smc91c111: Let smc91c111_can_receive() " Jason Wang
2020-03-31 13:21 ` [PULL V2 06/14] hw/net/rtl8139: Simplify if/else statement Jason Wang
2020-03-31 13:21 ` [PULL V2 07/14] hw/net/rtl8139: Update coding style to make checkpatch.pl happy Jason Wang
2020-03-31 13:21 ` [PULL V2 08/14] hw/net: Make NetCanReceive() return a boolean Jason Wang
2020-03-31 13:21 ` [PULL V2 09/14] hw/net/can: Make CanBusClientInfo::can_receive() " Jason Wang
2020-03-31 13:21 ` [PULL V2 10/14] net/colo-compare.c: Expose "compare_timeout" to users Jason Wang
2020-03-31 13:21 ` [PULL V2 11/14] net/colo-compare.c: Expose "expired_scan_cycle" " Jason Wang
2020-03-31 13:21 ` [PULL V2 12/14] net: tulip: check frame size and r/w data length Jason Wang
2020-03-31 13:21 ` [PULL V2 13/14] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads Jason Wang
2020-03-31 13:21 ` [PULL V2 14/14] qtest: add tulip test case Jason Wang
2020-03-31 14:36 ` [PULL V2 00/14] 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=1585660899-11228-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).