[PULL 00/15] Net patches

Jason Wang posted 15 patches 1 day, 11 hours ago
Failed in applying to current master (apply log)
Maintainers: Jiri Pirko <jiri@resnulli.us>, Jason Wang <jasowang@redhat.com>, Ilya Maximets <i.maximets@ovn.org>
There is a newer version of this series
hw/net/rocker/rocker_of_dpa.c |  16 ++-
net/af-xdp.c                  |  44 ++----
net/tap.c                     | 324 +++++++++++++++++-------------------------
net/util.c                    |  55 +++++++
net/util.h                    |  14 ++
5 files changed, 221 insertions(+), 232 deletions(-)
[PULL 00/15] Net patches
Posted by Jason Wang 1 day, 11 hours ago
The following changes since commit cbf877d67a812be17a9ce404a589e1bdf722c1f6:

  Merge tag 'pbouvier/pr/docs-20260522' of https://gitlab.com/p-b-o/qemu into staging (2026-05-24 07:45:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 71d027cfee8553e2ec28efa1ddd7fd0ecbadcc86:

  hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() (2026-05-29 11:54:06 +0800)

----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmoZHBQACgkQ7wSWWzmN
YhH7ywf/WZdieTiWCoi1XI2rZ6XCjdJRqTSmp+WENDDQt4tBnXXJ6PxyitFqZh7g
oZnN1+WXgIAO0SZRPbzjspe9mFsXrFkE/7y9XijOF4F/bhbWPA/AL8SICxnjoyaC
nOs1QU2hE7yhOqgnUHweUjNbgpUO8mIgLdSIbKYDgZq1vRFsXy2kkKbeiJkbPCfe
0ILqltFjS5MeCl2fV0WwUquWr7VXEXb0vGPQKAzRbygmbDC+qYRF100cTrSCxnOe
LSW8c1nf2AHZkQJmj2HWc2DUwxynAr8N8jSRPgp4JSC6B2caSQygKHGtKe19Y/Be
u4hm+k5+HB25xkA4czheMcNvefnzoQ==
=JjfR
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Peter Maydell (2):
      hw/net/rocker_of_dpa: Check group ID pointers are not NULL
      hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match()

Vladimir Sementsov-Ogievskiy (13):
      net/af-xdp: fix type overflow
      net/tap: net_init_tap_one(): add return value
      net/tap: net_init_tap(): drop extra vhostfdname variable
      net/tap: net_init_tap(): refactor parameter checking
      net/tap: net_init_tap(): common fail label
      net/tap: net_init_tap_one() refactor to get vhostfd param
      net/tap: net_init_tap_one(): drop model parameter
      net: introduce net_parse_fds()
      net/tap: move fds parameters handling to separate functions
      net/tap: fix vhostfds/vhostfd parameters API
      net/tap: net_init_tap(): merge fd=, fds= and helper= cases into one
      net/tap: net_init_tap(): relax QEMU hubs check
      net/tap: check that user tries to define zero queues

 hw/net/rocker/rocker_of_dpa.c |  16 ++-
 net/af-xdp.c                  |  44 ++----
 net/tap.c                     | 324 +++++++++++++++++-------------------------
 net/util.c                    |  55 +++++++
 net/util.h                    |  14 ++
 5 files changed, 221 insertions(+), 232 deletions(-)
Re: [PULL 00/15] Net patches
Posted by Stefan Hajnoczi 21 hours ago
Applied, thanks.

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