summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig
index f7148f24f114..ff40562a782c 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -295,8 +295,11 @@ config BPF_JIT
295 Berkeley Packet Filter filtering capabilities are normally handled 295 Berkeley Packet Filter filtering capabilities are normally handled
296 by an interpreter. This option allows kernel to generate a native 296 by an interpreter. This option allows kernel to generate a native
297 code when filter is loaded in memory. This should speedup 297 code when filter is loaded in memory. This should speedup
298 packet sniffing (libpcap/tcpdump). Note : Admin should enable 298 packet sniffing (libpcap/tcpdump).
299 this feature changing /proc/sys/net/core/bpf_jit_enable 299
300 Note, admin should enable this feature changing:
301 /proc/sys/net/core/bpf_jit_enable
302 /proc/sys/net/core/bpf_jit_harden (optional)
300 303
301config NET_FLOW_LIMIT 304config NET_FLOW_LIMIT
302 bool 305 bool