aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-03-26 12:01:22 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-03-26 12:23:12 +0200
commit88b125e9a46dd8793aa5eaef8c148e851ceb7463 (patch)
treefc80353e733350dc6dacb91a8b37382d55daad17 /target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch
parentea1855949b97e679f3be1e644741a07562cfce03 (diff)
downloadupstream-88b125e9a46dd8793aa5eaef8c148e851ceb7463.tar.gz
upstream-88b125e9a46dd8793aa5eaef8c148e851ceb7463.tar.bz2
upstream-88b125e9a46dd8793aa5eaef8c148e851ceb7463.zip
kernel: update kernel 4.4 to 4.4.56
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch')
-rw-r--r--target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch b/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch
index 727ab752e9..bba6074982 100644
--- a/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch
+++ b/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch
@@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
--- a/net/bridge/br_input.c
+++ b/net/bridge/br_input.c
-@@ -217,11 +217,13 @@ EXPORT_SYMBOL_GPL(br_handle_frame_finish
+@@ -218,11 +218,13 @@ EXPORT_SYMBOL_GPL(br_handle_frame_finish
static int br_handle_local_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
{
struct net_bridge_port *p = br_port_get_rcu(skb->dev);
@@ -33,7 +33,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
return 0; /* process further */
}
-@@ -296,6 +298,18 @@ rx_handler_result_t br_handle_frame(stru
+@@ -297,6 +299,18 @@ rx_handler_result_t br_handle_frame(stru
forward:
switch (p->state) {