openwrt/target/linux
HsiuWen Yen 33b690216e netfilter: fix checking method of conntrack helper
This patch uses nfct_help() to detect whether an established connection
needs conntrack helper instead of using test_bit(IPS_HELPER_BIT,
&ct->status).

The reason for this modification is that IPS_HELPER_BIT is only set when
the conntrack helper is attached by explicit CT target.

However, in the case that a device enables conntrack helper via the other
ways (e.g., command "echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper")
, the status of IPS_HELPER_BIT will not present any change. That means the
IPS_HELPER_BIT might lose the checking ability in the context.

Signed-off-by: HsiuWen Yen <y.hsiuwen@gmail.com>
2019-02-09 14:37:26 +01:00
..
adm5120 kernel: bump 3.18 to 3.18.133 2019-01-28 18:17:32 +01:00
adm8668 kernel: bump 3.18 to 3.18.133 2019-01-28 18:17:32 +01:00
apm821xx apm821xx: dts overhaul 2019-01-24 15:53:03 +01:00
ar7 kernel: bump 4.9 to 4.9.153 2019-01-28 18:17:32 +01:00
ar71xx ar71xx: ubnt-(xm,xw): fix LED RSSI indication 2019-02-08 17:27:47 +01:00
arc770
archs38
armvirt
at91 kernel: Build: Split kmod-regmap 2019-01-27 00:16:13 +01:00
ath25
ath79 ath79: ag71xx: Fix tx queue timeouts during ifup 2019-02-07 14:19:46 +01:00
au1000
bcm53xx bcm53xx: add first DTS changes queued for the Linux 5.1 2019-02-01 07:09:27 +01:00
brcm47xx kernel: bump 4.19 to 4.19.18 2019-01-28 18:17:32 +01:00
brcm63xx brcm63xx: dts: Unify naming of gpio-led nodes 2019-02-05 16:28:12 +01:00
brcm2708 brcm2708: fix early bootloader config restore 2019-02-06 07:39:39 +02:00
cns3xxx cns3xxx: don't use invalid mask value for clock events 2019-01-28 18:17:32 +01:00
gemini kernel: bump 4.19 to 4.19.18 2019-01-28 18:17:32 +01:00
generic netfilter: fix checking method of conntrack helper 2019-02-09 14:37:26 +01:00
imx6 imx6: add support for kernel 4.19 2019-01-28 18:17:32 +01:00
ipq40xx ipq40xx: fix ASUS RT-AC58U switch port numbering 2019-02-05 16:28:12 +01:00
ipq806x ipq806x: dts: Unify naming of gpio-led nodes 2019-01-24 15:53:03 +01:00
ixp4xx kernel: bump 4.9 to 4.9.154 2019-02-01 11:41:00 +01:00
kirkwood
lantiq kernel: bump 4.14 to 4.14.96 2019-01-28 18:17:32 +01:00
layerscape kernel: bump 4.14 to 4.14.98 2019-02-08 17:27:47 +01:00
malta malta: Add support for kernel 4.19 2019-01-13 16:31:40 +01:00
mcs814x
mediatek kernel: bump 4.14 to 4.14.97 2019-02-01 11:41:00 +01:00
mpc85xx kernel: bump 4.19 to 4.19.18 2019-01-28 18:17:32 +01:00
mvebu kernel: bump 4.14 to 4.14.98 2019-02-08 17:27:47 +01:00
mxs mxs: use generic sysinfo board detection 2018-11-28 23:37:29 +01:00
octeon octeon: fix typo in platform.sh 2019-01-12 19:40:13 +01:00
octeontx
omap
omap24xx
orion
oxnas oxnas: dts: Unify naming of gpio-led nodes 2019-01-24 15:53:04 +01:00
pistachio kernel: bump 4.14 to 4.14.91 2019-01-07 17:09:06 +01:00
ppc40x
ppc44x
ramips ramips: drop m25p,chunked-io from dts 2019-02-05 19:37:30 +01:00
rb532 kernel: bump 4.14 to 4.14.86 2018-12-10 11:48:44 +01:00
samsung kernel: Deactivate CONFIG_COMPAT_BRK 2018-12-26 17:32:48 +01:00
sunxi kernel: bump 4.19 to 4.19.18 2019-01-28 18:17:32 +01:00
uml
x86 x86: Add support for kernel 4.19 2019-01-12 22:40:36 +01:00
xburst
zynq kernel: Deactivate CONFIG_COMPAT_BRK 2018-12-26 17:32:48 +01:00
Makefile