This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bec077162bd0 Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/li [...] new 9063de636cee kcm: Fix splice support new 3fa840230f53 net: dpaa: fix device leak when querying time stamp info new 70458f8a6b44 net: enetc: fix device and OF node leak at probe new da717540acd3 net: gianfar: fix device leak when querying time stamp info new 3e13274ca875 net: mtk_eth_soc: fix device leak at probe new e05c54974a05 net: ti: icss-iep: fix device and OF node leaks at probe new 830118b6390a Merge branch 'net-ethernet-fix-device-leaks' new 2da4def0f487 netpoll: prevent hanging NAPI when netcons gets enabled new 6fb5ff63b35b phy: mscc: Fix parsing of unicast frames new f2aa00e4f65e net: ipa: add IPA v5.1 and v5.5 to ipa_version_string() new 57ec5a8735dc net: phy: smsc: add proper reset flags for LAN8710A new 3b98c9352511 net: mdio_bus: Use devm for getting reset GPIO new de9c4861fb42 pptp: ensure minimal skb length in pptp_xmit() new 759dfc7d04ba netlink: avoid infinite retry looping in netlink_unicast() new 010510128873 netlink: specs: ethtool: fix module EEPROM input/output arguments new f8fded7536a9 selftests: net: Fix flaky neighbor garbage collection test new 38358fa3cc8e net: airoha: Fix PPE table access in airoha_ppe_debugfs_fo [...] new 60bda1ba062a sfc: unfix not-a-typo in comment new 77bf1c55b2ac net/mlx5: Correctly set gso_segs when LRO is used new a4f0866e3dbb dpll: Make ZL3073X invisible new 7cbd49795d4c selftests: avoid using ifconfig new d45cf1e7d718 ipv6: reject malicious packets in ipv6_gso_segment() new a81649a4efd3 net: mdio: mdio-bcm-unimac: Correct rate fallback logic new d46e51f1c78b net: drop UFO packets in udp_rcv_segment() new ae8508b25def net/sched: taprio: enforce minimum value for picos_per_byte new 1dbf1d590d10 net: Add locking to protect skb->dev access in ip_output new 4b31bcb025cb eth: fbnic: unlink NAPIs from queues on error to open new 2df158047d53 ipa: fix compile-testing with qcom-mdt=m new fa516c0d8bf9 net: devmem: fix DMA direction on unmapping new 4e7e471e2e3f net: airoha: npu: Add missing MODULE_FIRMWARE macros new 5a40f8af2ba1 benet: fix BUG when creating VFs new 01d3c8417b9c net/packet: fix a race in packet_set_ring() and packet_notifier() new 5ef7fdf52c0f selftests: net: packetdrill: xfail all problems on slow machines new 175811b8f05f Revert "net: mdio_bus: Use devm for getting reset GPIO" new ffd2dc4c6c49 net/sched: mqprio: fix stack out-of-bounds write in tc ent [...] new 4eabe4cc0958 dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET new 966c529aa177 dt-bindings: net: Replace bouncing Alexandru Tachici emails new e88fbc30dda1 net: ftgmac100: fix potential NULL pointer access in ftgma [...] new e407fceeaf1b eth: fbnic: remove the debugging trick of super high page bias new 2972395d8fad eth: fbnic: Fix tx_dropped reporting new 53abd9c86fd0 eth: fbnic: Lock the tx_dropped update new ad21f668e8d4 Merge branch 'eth-fbnic-fix-drop-stats-support' new 8d22aea8af0d selftests: netdevsim: Xfail nexthop test on slow machines new e6d76268813d net: Update threaded state in napi config in netif_set_threaded new d942fe13f72b net: ti: icssg-prueth: Fix skb handling for XDP_PASS new ae633388cae3 pptp: fix pptp_xmit() error path new 37816488247d Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/l [...]
The 47 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/net/adi,adin.yaml | 2 +- .../devicetree/bindings/net/adi,adin1110.yaml | 2 +- Documentation/netlink/specs/ethtool.yaml | 6 +- drivers/dpll/zl3073x/Kconfig | 10 +- drivers/net/ethernet/airoha/airoha_npu.c | 2 + drivers/net/ethernet/airoha/airoha_ppe.c | 26 +++-- drivers/net/ethernet/emulex/benet/be_cmds.c | 2 +- drivers/net/ethernet/faraday/ftgmac100.c | 7 +- drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c | 4 +- drivers/net/ethernet/freescale/enetc/enetc_pf.c | 14 ++- drivers/net/ethernet/freescale/gianfar_ethtool.c | 4 +- drivers/net/ethernet/mediatek/mtk_wed.c | 1 - drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 1 + drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 14 ++- drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 4 +- drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 6 +- drivers/net/ethernet/sfc/tc_encap_actions.c | 2 +- drivers/net/ethernet/ti/icssg/icss_iep.c | 23 ++++- drivers/net/ethernet/ti/icssg/icssg_common.c | 15 +-- drivers/net/ipa/Kconfig | 2 +- drivers/net/ipa/ipa_sysfs.c | 6 +- drivers/net/mdio/mdio-bcm-unimac.c | 5 +- drivers/net/phy/mscc/mscc_ptp.c | 1 + drivers/net/phy/mscc/mscc_ptp.h | 1 + drivers/net/phy/smsc.c | 1 + drivers/net/ppp/pptp.c | 18 ++-- include/linux/skbuff.h | 23 +++++ include/net/dst.h | 12 +++ include/net/udp.h | 24 +++-- net/core/dev.c | 26 ++--- net/core/devmem.c | 6 +- net/core/devmem.h | 7 +- net/core/netpoll.c | 7 ++ net/ipv4/ip_output.c | 15 ++- net/ipv6/ip6_offload.c | 4 +- net/kcm/kcmsock.c | 6 ++ net/netlink/af_netlink.c | 2 +- net/packet/af_packet.c | 12 +-- net/sched/sch_mqprio.c | 2 +- net/sched/sch_taprio.c | 21 +++- tools/testing/selftests/drivers/net/Makefile | 1 + .../testing/selftests/drivers/net/napi_threaded.py | 111 +++++++++++++++++++++ .../selftests/drivers/net/netdevsim/nexthop.sh | 2 +- .../selftests/net/packetdrill/ksft_runner.sh | 19 +--- tools/testing/selftests/net/test_neigh.sh | 6 +- tools/testing/selftests/net/vlan_hw_filter.sh | 16 +-- 46 files changed, 363 insertions(+), 138 deletions(-) create mode 100755 tools/testing/selftests/drivers/net/napi_threaded.py