--- zzzz-none-000/linux-4.1.52/net/bridge/netfilter/Kconfig 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/net/bridge/netfilter/Kconfig 2022-03-02 11:37:13.000000000 +0000 @@ -99,6 +99,14 @@ filtering. To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_U32 + tristate "ebt: custom filter support" + help + This option adds custom match, which allows any field whose length is 32 bits + filtering. + + To compile it as a module, choose M here. If unsure, say N. config BRIDGE_EBT_IP6 tristate "ebt: IP6 filter support" @@ -154,6 +162,40 @@ 802.1Q vlan fields. To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_TIME + tristate "ebt: time filter support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the system time match, which allows the filtering + of system time when a frame arrives. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_SKBVLAN + tristate "ebt: skbvlan filter support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the skb vlan header match, which allows the filtering + of preserved skbvlan fileds. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_BLOG + tristate "ebt: blog filter support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the blog match, which allows the filtering + of blog fields. + + Available fields are: + tcp_pureack - TCP packet with zero size payload and only ACK flag set. + + To compile it as a module, choose M here. If unsure, say N. + # # targets # @@ -199,6 +241,57 @@ source address of frames. To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_FTOS_T + tristate "ebt: ftos target support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the ftos target, which allows altering the full TOS byte + in IP frames. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_SKIPLOG_T + tristate "ebt: skip target support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the skiplog target, which can prevent packet from + acceleration. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_WMM_MARK + tristate "ebt: Wireless Wi-Fi WMM marking support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds the wmm-mark target, which allows to + mark Wi-Fi WMM priorities. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_QOS_MAP + tristate "ebt: per IP packet OQS map support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds QOSMAP target, which allows to + support QOS map per IP packets. + + To compile it as a module, choose M here. If unsure, say N. + +config BRIDGE_EBT_REJECT + tristate "ebt: reject packets support" + depends on BRIDGE_NF_EBTABLES + depends on BCM_KF_NETFILTER + help + This option adds reject target, which allows to + support reject packets. + + To compile it as a module, choose M here. If unsure, say N. + # # watchers #