X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2FKconfig;h=919cf9a8212244baf2a401ef3c8b6041647bb91c;hb=1adbbfbe99343cb7735ddf072e0e70095b6facc5;hp=878151c772c9ba9fbe8f89636790a52c22b5c889;hpb=014322dac6ae0048c928c6ca2faf0d53194f9d15;p=firefly-linux-kernel-4.4.55.git diff --git a/net/Kconfig b/net/Kconfig index 878151c772c9..919cf9a82122 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -79,6 +79,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 @@ -217,7 +231,7 @@ source "net/dns_resolver/Kconfig" source "net/batman-adv/Kconfig" config RPS - boolean + boolean "RPS" depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS default y