Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
# -----BEGIN PGP SIGNATURE----- # Version: GnuPG v1 # # iQEcBAABAgAGBQJkp86uAAoJEO8Ells5jWIRX00H/1T20eOfMZ+8ZyO32P1DBl5U # ZQNl5/rcg5cqjatragwagAHGYzmoegJlY3/JbWju09SPtsgbMT/nQI6EFDfpTHb6 # 9HB2h+43eHq+OBpmPPsmqVRzjuNi9lUmJ20We4aqJe/VM4/DHMtKW3EXGmORb7cF # wjazN5FVn+YQHgA+pckQ79k6h/lJhtLv+MuainS12o8yyCO8OyqP6Bm4lYPbBNpb # Im3HXiv05gFuS2P4lD8ZvjcdWalHDzDZW4RzKHlpcic0GBN/rcU3FDqGeOIP8qWL # oxokpjd2QmW1rX/TwaweiObEjo/3n7ymRu5PofE3T7e+gnAVfAyqDxrgAU6fMjA= # =CGHw # -----END PGP SIGNATURE----- # gpg: Signature made Fri 07 Jul 2023 09:37:02 AM BST # gpg: using RSA key EF04965B398D6211 # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>" [undefined] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 215D 46F4 8246 689E C77F 3562 EF04 965B 398D 6211 * tag 'net-pull-request' of https://github.com/jasowang/qemu : igb: Remove obsolete workaround for Windows e1000e: Add ICR clearing by corresponding IMS bit net: socket: remove net_init_socket() net: socket: move fd type checking to its own function net: socket: prepare to cleanup net_init_socket() hw/net: ftgmac100: Drop the small packet check in the receive path hw/net: sunhme: Remove the logic of padding short frames in the receive path hw/net: sungem: Remove the logic of padding short frames in the receive path hw/net: rtl8139: Remove the logic of padding short frames in the receive path hw/net: pcnet: Remove the logic of padding short frames in the receive path hw/net: ne2000: Remove the logic of padding short frames in the receive path hw/net: i82596: Remove the logic of padding short frames in the receive path hw/net: vmxnet3: Remove the logic of padding short frames in the receive path hw/net: e1000: Remove the logic of padding short frames in the receive path virtio-net: correctly report maximum tx_queue_size value Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- hw/net/e1000.c 1 addition, 10 deletionshw/net/e1000.c
- hw/net/e1000e_core.c 32 additions, 6 deletionshw/net/e1000e_core.c
- hw/net/ftgmac100.c 0 additions, 8 deletionshw/net/ftgmac100.c
- hw/net/i82596.c 0 additions, 18 deletionshw/net/i82596.c
- hw/net/igb_core.c 1 addition, 6 deletionshw/net/igb_core.c
- hw/net/ne2000.c 0 additions, 12 deletionshw/net/ne2000.c
- hw/net/pcnet.c 0 additions, 9 deletionshw/net/pcnet.c
- hw/net/rtl8139.c 0 additions, 12 deletionshw/net/rtl8139.c
- hw/net/sungem.c 0 additions, 14 deletionshw/net/sungem.c
- hw/net/sunhme.c 0 additions, 11 deletionshw/net/sunhme.c
- hw/net/trace-events 1 addition, 0 deletionshw/net/trace-events
- hw/net/virtio-net.c 2 additions, 2 deletionshw/net/virtio-net.c
- hw/net/vmxnet3.c 0 additions, 10 deletionshw/net/vmxnet3.c
- net/socket.c 28 additions, 25 deletionsnet/socket.c
Loading
Please register or sign in to comment