Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
# -----BEGIN PGP SIGNATURE----- # Version: GnuPG v1 # # iQEcBAABAgAGBQJkbGmXAAoJEO8Ells5jWIR4ogH/R5+IgkZi1dwN/IxCpzTIc5H # l5ncKK6TCqKCfgpFnFFLNKhcDqDczq4LhO42s/vnuOF8vIXcUVhLAz0HULARb46o # p/7Ufn1k8Zg/HGtWwIW+9CcTkymsHzTOwFcTRFiCjpdkjaW1Wprb2q968f0Px8eS # cKqC5xln8U+s02KWQMHlJili6BTPuw1ZNnYV3iq/81Me96WOtPd8c8ZSF4aVR2AB # Kqah+BBOnk4p4kg9Gs0OvM4TffEBrsab8iu4s6SSQGA6ymCWY6GeCX0Ik4u9P1yE # 6NtKLixBPO4fqLwWxWuKVJmaLKmuEd/FjZXWwITx9EPNtDuBuGLDKuvW8fJxkhw= # =dw2I # -----END PGP SIGNATURE----- # gpg: Signature made Tue 23 May 2023 12:21:59 AM PDT # 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 : (50 commits) rtl8139: fix large_send_mss divide-by-zero docs/system/devices/igb: Note igb is tested for DPDK MAINTAINERS: Add a reviewer for network packet abstractions vmxnet3: Do not depend on PC igb: Clear-on-read ICR when ICR.INTA is set igb: Notify only new interrupts e1000e: Notify only new interrupts igb: Implement Tx timestamp igb: Implement Rx PTP2 timestamp igb: Implement igb-specific oversize check igb: Filter with the second VLAN tag for extended VLAN igb: Strip the second VLAN tag for extended VLAN igb: Implement Tx SCTP CSO igb: Implement Rx SCTP CSO igb: Use UDP for RSS hash igb: Implement MSI-X single vector mode tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX hw/net/net_rx_pkt: Enforce alignment for eth_header net/eth: Always add VLAN tag net/eth: Use void pointers ... Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 1 deletionMAINTAINERS
- docs/system/devices/igb.rst 8 additions, 6 deletionsdocs/system/devices/igb.rst
- hw/net/Kconfig 1 addition, 1 deletionhw/net/Kconfig
- hw/net/e1000.c 10 additions, 36 deletionshw/net/e1000.c
- hw/net/e1000e_core.c 113 additions, 184 deletionshw/net/e1000e_core.c
- hw/net/e1000e_core.h 0 additions, 2 deletionshw/net/e1000e_core.h
- hw/net/e1000x_common.c 63 additions, 19 deletionshw/net/e1000x_common.c
- hw/net/e1000x_common.h 6 additions, 3 deletionshw/net/e1000x_common.h
- hw/net/e1000x_regs.h 12 additions, 12 deletionshw/net/e1000x_regs.h
- hw/net/igb.c 5 additions, 5 deletionshw/net/igb.c
- hw/net/igb_common.h 17 additions, 7 deletionshw/net/igb_common.h
- hw/net/igb_core.c 391 additions, 331 deletionshw/net/igb_core.c
- hw/net/igb_regs.h 62 additions, 5 deletionshw/net/igb_regs.h
- hw/net/igbvf.c 0 additions, 7 deletionshw/net/igbvf.c
- hw/net/net_rx_pkt.c 70 additions, 37 deletionshw/net/net_rx_pkt.c
- hw/net/net_rx_pkt.h 16 additions, 22 deletionshw/net/net_rx_pkt.h
- hw/net/net_tx_pkt.c 60 additions, 41 deletionshw/net/net_tx_pkt.c
- hw/net/net_tx_pkt.h 36 additions, 10 deletionshw/net/net_tx_pkt.h
- hw/net/rtl8139.c 3 additions, 0 deletionshw/net/rtl8139.c
- hw/net/trace-events 6 additions, 13 deletionshw/net/trace-events
Loading
Please register or sign in to comment