The following changes since commit 9febfa94b69b7146582c48a868bd2330ac45037f:
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-11-12 11:47:42 +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 a01344d9d78089e9e585faaeb19afccff2050abf: net: pad packets to minimum length in qemu_receive_packet() (2025-11-14 09:59:55 +0800) ---------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmkWo9EACgkQ7wSWWzmN YhHargf/Uf801PmKskryVENF9sVe6u5NxJZlT3BUJVsSTGitucBIHWZ5J7MMR1lw If4tfMho3BX5Wrtl5GuCEzolk9pCz3wmSN6nyOU25C5tKaoJ/uR135K25D0CwVmD eTOyg+gKktVfogXxJ/zwZpRHMq4XXrk/C2ZP41r/CdcLyaeuDS9GIbd/q4N7f3vv bEsVqECzjEwWr2JBY9SD0xlIRp3nWwEvRsgRZPzBiQzfjSTlImqGLUsxIpF5V2LV 1BU0V/FShWyrwckBXSqCWBUh6uBUGgEl6qKnK4vH7+ed4Kd9giyp1vWAFEjHgIg+ gZtPaT/MJQOtLyCuzfuSdUpAzz5Sfw== =Is8a -----END PGP SIGNATURE----- ---------------------------------------------------------------- Jonah Palmer (1): net/hub: make net_hub_port_cleanup idempotent Peter Maydell (4): hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors hw/net/e1000e_core: Correct rx oversize packet checks hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert net: pad packets to minimum length in qemu_receive_packet() hw/net/e1000e_core.c | 85 ++++++++++++++++++++++++++++++++++++---------------- net/hub.c | 8 ++++- net/net.c | 10 +++++++ 3 files changed, 76 insertions(+), 27 deletions(-)
