X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=net%2FKconfig;h=a7101456eb1297f4aa8506e58bf6be340901476c;hb=81575b8770b65620df25508dc6696b7332838084;hp=2ddc9046868e7a19d06841054696773242099ccf;hpb=2e99f3a12b20ab3afad0e042cc0bdd0ee855dca0;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/net/Kconfig b/net/Kconfig index 2ddc9046868e..a7101456eb12 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -81,6 +81,20 @@ source "net/netlabel/Kconfig" endif # if INET +config ANDROID_PARANOID_NETWORK + bool "Only allow certain groups to create sockets" + default y + help + none + +config NET_ACTIVITY_STATS + bool "Network activity statistics tracking" + default y + help + Network activity statistics are useful for tracking wireless + modem activity on 2G, 3G, 4G wireless networks. Counts number of + transmissions and groups them in specified time buckets. + config NETWORK_SECMARK bool "Security Marking" help @@ -220,7 +234,7 @@ source "net/vmw_vsock/Kconfig" source "net/netlink/Kconfig" config RPS - boolean + boolean "RPS" depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS default y @@ -343,3 +357,8 @@ endif # if NET # Used by archs to tell that they support BPF_JIT config HAVE_BPF_JIT bool + +#ADD NetWorking Log +config MTK_NET_LOGGING + bool "Networking log" + default n \ No newline at end of file