--- zzzz-none-000/linux-5.15.111/net/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/net/Kconfig 2024-02-07 10:23:29.000000000 +0000 @@ -60,6 +60,7 @@ menu "Networking options" +source "net/avm_pa/Kconfig" source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/tls/Kconfig" @@ -67,6 +68,23 @@ source "net/iucv/Kconfig" source "net/smc/Kconfig" source "net/xdp/Kconfig" +source "net/mcast_helper/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" @@ -357,6 +375,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/bluetooth/Kconfig" @@ -368,6 +409,8 @@ config FIB_RULES bool +# TI Specific Networking Extensions +source "net/ti.Kconfig" menuconfig WIRELESS bool "Wireless" depends on !S390 @@ -455,4 +498,15 @@ netlink. It provides better extensibility and some new features, e.g. notification messages. +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