mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-15 13:14:59 -05:00
Cross-merge networking fixes after downstream PR (net-6.18-rc5). Conflicts: drivers/net/wireless/ath/ath12k/mac.c9222582ec5("Revert "wifi: ath12k: Fix missing station power save configuration"")6917e268c4("wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beacon") https://lore.kernel.org/11cece9f7e36c12efd732baa5718239b1bf8c950.camel@sipsolutions.net Adjacent changes: drivers/net/ethernet/intel/Kconfigb1d16f7c00("libie: depend on DEBUG_FS when building LIBIE_FWLOG")93f53db9f9("ice: switch to Page Pool") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
27 lines
457 B
Makefile
27 lines
457 B
Makefile
# SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
TEST_PROGS := \
|
|
devlink.sh \
|
|
devlink_in_netns.sh \
|
|
devlink_trap.sh \
|
|
ethtool-coalesce.sh \
|
|
ethtool-features.sh \
|
|
ethtool-fec.sh \
|
|
ethtool-pause.sh \
|
|
fib.sh \
|
|
fib_notifications.sh \
|
|
hw_stats_l3.sh \
|
|
macsec-offload.sh \
|
|
nexthop.sh \
|
|
peer.sh \
|
|
psample.sh \
|
|
tc-mq-visibility.sh \
|
|
udp_tunnel_nic.sh \
|
|
# end of TEST_PROGS
|
|
|
|
TEST_FILES := \
|
|
ethtool-common.sh
|
|
# end of TEST_FILES
|
|
|
|
include ../../../lib.mk
|