Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 82) sorted by relevance

1234

/net/netfilter/
DKconfig3 depends on INET && NETFILTER
24 depends on NETFILTER_ADVANCED
25 depends on NF_TABLES
34 depends on NETFILTER_ADVANCED
42 depends on NETFILTER_ADVANCED
62 depends on NETFILTER_ADVANCED
102 depends on NETFILTER_ADVANCED
111 depends on NETWORK_SECMARK
124 depends on NETFILTER_ADVANCED
137 depends on PROC_FS
[all …]
/net/mac80211/
DKconfig4 depends on CFG80211
17 depends on CFG80211=n
33 depends on MAC80211_HAS_RC
43 depends on MAC80211_RC_MINSTREL
58 depends on MAC80211 && MAC80211_HAS_RC=n
62 depends on MAC80211
71 depends on MAC80211
72 depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211
80 depends on MAC80211 && DEBUG_FS
89 depends on MAC80211
[all …]
/net/ipv6/netfilter/
DKconfig7 depends on INET && IPV6 && NETFILTER
34 depends on !NF_CONNTRACK || NF_CONNTRACK
52 depends on NF_FLOW_TABLE
60 depends on !NF_CONNTRACK || NF_CONNTRACK
79 depends on INET && IPV6
95 depends on NETFILTER_ADVANCED
103 depends on NETFILTER_ADVANCED
105 This module performs checking on the IPv6 source address
113 depends on NETFILTER_ADVANCED
115 frag matching allows you to match packets based on the fragmentation
[all …]
/net/sunrpc/
DKconfig4 depends on MULTIUSER
9 depends on MULTIUSER
13 depends on SUNRPC
17 depends on SUNRPC
21 depends on SUNRPC && CRYPTO
22 depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS
23 depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES
39 depends on RPCSEC_GSS_KRB5
55 depends on SUNRPC && SYSCTL
59 that is be used by the 'rpcdebug' utility to turn on or off
[all …]
/net/bluetooth/
DKconfig8 depends on !S390
9 depends on RFKILL || !RFKILL
31 SMP (Security Manager Protocol) on LE (Low Energy) links
48 depends on BT
66 depends on BT_BREDR
74 depends on BT
82 depends on BT_LE && 6LOWPAN
88 depends on BT
89 depends on LEDS_CLASS
97 depends on BT
[all …]
/net/ipv4/netfilter/
DKconfig7 depends on INET && NETFILTER
38 depends on !NF_CONNTRACK || NF_CONNTRACK
63 depends on NF_FLOW_TABLE
71 depends on !NF_CONNTRACK || NF_CONNTRACK
99 depends on NF_CONNTRACK_SNMP
100 depends on NETFILTER_ADVANCED
117 depends on NF_CONNTRACK
122 depends on NF_CONNTRACK
144 depends on NETFILTER_ADVANCED
153 depends on NETFILTER_ADVANCED
[all …]
/net/
DKconfig14 when running on a stand-alone machine that isn't connected to any
37 depends on COMPAT
38 depends on WEXT_CORE || WANT_COMPAT_NETLINK_MESSAGES
41 to tasks depending on whether the task is a compat task or not. To
74 These are the protocols used on the Internet and on most local
132 based on type, source, destination etc. The other kind of firewall,
137 firewalls often require changes to the programs running on the local
145 of the computers on your local network wants to send something to
151 correct local computer. This way, the computers on your local net
158 Another use of Netfilter is in transparent proxying: if a machine on
[all …]
/net/rfkill/
DKconfig9 found on many WiFi and Bluetooth cards.
17 depends on RFKILL
18 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS
23 depends on RFKILL
24 depends on INPUT = y || RFKILL = INPUT
29 depends on RFKILL
30 depends on GPIOLIB || COMPILE_TEST
/net/sched/
DKconfig33 (RSVP) on your Linux router if you also say Y to the corresponding
90 depends on ATM
225 Technical information on this method, with pointers to associated
258 This scheduler allows QOS to be offloaded on NICs that have support
370 depends on NET_SCH_PIE
384 depends on NET_CLS_ACT
508 depends on INET
540 depends on NET_CLS_U32
547 depends on NET_CLS_U32
555 If you say Y here, you will be able to classify packets based on
[all …]
/net/wireless/
DKconfig7 depends on CFG80211_WEXT || WIRELESS_EXT
11 depends on PROC_FS
12 depends on WEXT_CORE
22 depends on RFKILL || !RFKILL
33 For more information refer to documentation on the wireless wiki:
68 on it (or mac80211).
73 depends on EXPERT
87 regulatory certification on the system with the enabled
105 depends on CFG80211_REQUIRE_SIGNED_REGDB
116 depends on CFG80211_REQUIRE_SIGNED_REGDB
[all …]
/net/netfilter/ipset/
DKconfig4 depends on INET && NETFILTER
20 depends on IP_SET
30 depends on IP_SET
39 depends on IP_SET
48 depends on IP_SET
57 depends on IP_SET
67 depends on IP_SET
76 depends on IP_SET
85 depends on IP_SET
95 depends on IP_SET
[all …]
/net/bridge/
DKconfig10 depends on IPV6 || IPV6=n
39 depends on BRIDGE
40 depends on INET
44 forward multicast traffic based on IGMP/MLD traffic received from
53 depends on BRIDGE
54 depends on VLAN_8021Q
58 receive and forward traffic based on VLAN information in the packet
59 any VLAN information configured on the bridge port or bridge device.
67 depends on BRIDGE
79 depends on BRIDGE
Dbr.c256 int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, in br_boolopt_toggle() argument
263 br_opt_toggle(br, BROPT_NO_LL_LEARN, on); in br_boolopt_toggle()
266 err = br_multicast_toggle_vlan_snooping(br, on, extack); in br_boolopt_toggle()
302 bool on = !!(bm->optval & BIT(opt_id)); in br_boolopt_multi_toggle() local
304 err = br_boolopt_toggle(br, opt_id, on, extack); in br_boolopt_multi_toggle()
307 opt_id, br_boolopt_get(br, opt_id), on, err); in br_boolopt_multi_toggle()
329 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on) in br_opt_toggle() argument
334 opt, cur, on); in br_opt_toggle()
336 if (cur == on) in br_opt_toggle()
339 if (on) in br_opt_toggle()
/net/ipv4/
DKconfig10 intend to participate in the MBONE, a high bandwidth network on top
12 information about the MBONE is on the WWW at
36 If you turn on IP forwarding, you should consider the rp_filter, which
39 arriving on. This has security advantages because it prevents the
43 host which has several IP addresses on different interfaces. To turn
44 rp_filter on use:
58 depends on IP_ADVANCED_ROUTER
60 Keep track of statistics on structure of FIB TRIE table.
65 depends on IP_ADVANCED_ROUTER
69 solely on the packet's final destination address. If you say Y here,
[all …]
/net/openvswitch/
DKconfig8 depends on INET
9 depends on !NF_CONNTRACK || \
43 depends on OPENVSWITCH
44 depends on NET_IPGRE
56 depends on OPENVSWITCH
57 depends on VXLAN
68 depends on OPENVSWITCH
69 depends on GENEVE
/net/ipv6/
DKconfig36 depends on IPV6_ROUTER_PREF
82 depends on INET6_ESP
95 depends on XFRM && INET6_ESP
125 depends on NETFILTER
163 on top.
182 depends on IPV6_SIT
217 depends on NET_IPGRE_DEMUX
248 depends on IPV6_MULTIPLE_TABLES
262 depends on IPV6
270 depends on IPV6_MROUTE
[all …]
/net/tipc/
DKconfig8 depends on INET
9 depends on IPV6 || IPV6=n
27 depends on TIPC && INFINIBAND_IPOIB
29 Saying Y here will enable support for running TIPC on
33 depends on TIPC
41 depends on TIPC
57 depends on TIPC
/net/ax25/
DKconfig7 depends on NET && !S390
12 and more specifically about AX.25 on Linux
20 depends on HAMRADIO
24 depends on HAMRADIO
45 general is on the WWW at
54 depends on AX25
69 depends on AX25_DAMA_SLAVE && BROKEN
82 depends on AX25
84 NET/ROM is a network layer protocol on top of AX.25 useful for
92 digital amateur radio in general is on the WWW at
[all …]
/net/iucv/
DKconfig3 depends on S390
8 under VM or VIF. If you run on z/VM, say "Y" to enable a fast
12 depends on S390
17 based on z/VM inter-user communication vehicle or based on
/net/rds/
DKconfig5 depends on INET
12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
19 depends on RDS
20 depends on IPV6 || !IPV6
27 depends on RDS
/net/bridge/netfilter/
DKconfig7 depends on BRIDGE && NETFILTER && NF_TABLES
20 depends on NFT_REJECT
21 depends on NF_REJECT_IPV4
22 depends on NF_REJECT_IPV6
30 depends on NF_CONNTRACK
44 depends on BRIDGE && NETFILTER && NETFILTER_XTABLES
49 filtering/NAT/brouting on the Ethernet bridge.
61 brouter. See the man page for ebtables(8) and examples on the ebtables
97 and/or destination address on a list of addresses. Optionally,
120 depends on BRIDGE_NF_EBTABLES && IPV6
[all …]
/net/batman-adv/
DKconfig22 depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y)
36 depends on BATMAN_ADV && INET
48 depends on BATMAN_ADV && INET
52 mechanism that increases ARP reliability on sparse wireless
58 depends on BATMAN_ADV
71 depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y)
80 depends on BATMAN_ADV
89 depends on BATMAN_ADV
90 depends on EVENT_TRACING
/net/mptcp/
DKconfig4 depends on INET
17 depends on INET_DIAG
22 depends on IPV6=y
27 depends on KUNIT
34 For more information on KUnit and unit tests in general please refer
/net/atm/
DKconfig24 depends on ATM && INET
27 ATMARP. If you want to communication with other IP hosts on your ATM
33 depends on ATM_CLIP
43 depends on ATM
52 depends on ATM && INET && ATM_LANE!=n
61 depends on ATM && INET
70 depends on ATM_BR2684
/net/vmw_vsock/
DKconfig21 depends on VSOCKETS
31 depends on VSOCKETS
43 depends on VSOCKETS && VMWARE_VMCI
47 Enable this transport if your Virtual Machine runs on a VMware
55 depends on VSOCKETS && VIRTIO
75 depends on VSOCKETS && HYPERV

1234