--- zzzz-none-000/linux-4.9.279/net/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/net/Kconfig 2023-02-08 11:43:43.000000000 +0000 @@ -53,10 +53,28 @@ menu "Networking options" +source "net/avm_pa/Kconfig" source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig" source "net/iucv/Kconfig" +source "net/lantiq/Kconfig" + +config AVM_RECV_HOOKS + bool "Module hooks in for received packets (AVM)" + depends on AVM_ENHANCED + default y + help + This option enables the receive and early receive hooks for incoming + packets (in netif_receive_skb()). These are required for kdsldsmod to + do anything useful. + +config AVM_NET_DEBUG_SKBUFF_LEAK + bool "SKB leak debugging (AVM)" + depends on AVM_ENHANCED + default n + help + Track last user of the SKBs, by looking into /proc/skbuff_last_user config INET bool "TCP/IP networking" @@ -363,6 +381,29 @@ endmenu +config APPCPU_GW_PP_HANDLE + bool "Enable packet processor handling for GW on ATOM" + depends on TI_PACKET_PROCESSOR + default n + +config INTEL_NF_GWMETA_SUPPORT + bool "Intel Gateway Packet Meta Data" + default y + help + This feature allows to label skb data of ip packets (GWMETA module of iptables/Netfilter ) + +config INTEL_NF_TRIGGER_SUPPORT + bool "Intel Netfilter Port Trigger" + default y + help + This feature allows to use Port Trigger module of iptables/Netfilter + +config INTEL_NF_WEBSTR_SUPPORT + bool "WEBSTR match support" + default y + help + This option allows to match string in http web header + source "net/ax25/Kconfig" source "net/can/Kconfig" source "net/irda/Kconfig" @@ -374,6 +415,8 @@ config FIB_RULES bool +# TI Specific Networking Extensions +source "net/ti.Kconfig" menuconfig WIRELESS bool "Wireless" depends on !S390 @@ -422,6 +465,17 @@ on MAY_USE_DEVLINK to ensure they do not cause link errors when devlink is a loadable module and the driver using it is built-in. +config AVM_SK_TC_INDEX + bool "Store tc_index in struct sock" + depends on AVM_ENHANCED + default y + ---help--- + This allows application to store a tc_index in the socket via SIOCSET_TC_INDEX. + Skbs arriving on this socket will inherit this. + We need this to automatically give voice traffic better priority. + + Say y + endif # if NET # Used by archs to tell that they support BPF JIT compiler plus which flavour.