Lines Matching +full:kunit +full:- +full:packages
1 # SPDX-License-Identifier: GPL-2.0-only
14 when running on a stand-alone machine that isn't connected to any
20 contained in the package net-tools, the location and version number
24 recommended to read the NET-HOWTO, available from
42 achieve this, you need to set skb_shinfo(skb)->frag_list to the
47 compat-independent messages instead!
98 tristate "KUnit tests for the handshake upcall mechanism" if !KUNIT_ALL_TESTS
100 depends on KUNIT
102 This builds the KUnit tests for the handshake upcall mechanism.
104 KUnit tests run during boot and output the results to the debug
106 kernel devs running KUnit test harness and are not for inclusion
109 For more information on KUnit and unit tests in general, refer
110 to the KUnit documentation in Documentation/dev-tools/kunit/.
119 other computer. You will get the so-called loopback device which
130 <file:Documentation/networking/ip-sysctl.rst>.
174 a "proxy-based" one, is more secure but more intrusive and more
177 protocols, which a packet filter lacks. Moreover, proxy-based
179 clients. Proxy-based firewalls don't need support by the kernel, but
214 these packages.
272 source "net/batman-adv/Kconfig"
339 a per-interface basis.
533 depends on KUNIT
536 tristate "KUnit tests for networking" if !KUNIT_ALL_TESTS
537 depends on KUNIT
540 KUnit tests covering core networking infra, such as sk_buff.