[PATCH] vlan: fix the bug that cannot create vlan4095

2020-05-17 Thread Huang Qijun
add sit0 4095 vconfig: ioctl error for add: Numerical result out of range To fix this error, this patch uses ">= VLAN_N_VID" instead to determine if the id is illegal. Signed-off-by: Huang Qijun --- net/8021q/vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ne

[PATCH] netfilter: fix make target xt_TCPMSS.o error.

2020-05-06 Thread Huang Qijun
lowercase. Signed-off-by: Huang Qijun --- net/netfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile index 0e0ded87e27b..b974ade24556 100644 --- a/net/netfilter/Makefile +++ b/net/netfilter/Makefile @@ -157,7 +15