summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-29 02:19:05 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-29 02:19:05 +0000
commit3aba97dcba059e15978e3eea037e3cbc7cc607e5 (patch)
tree4f8dc77dffd2019952d4623b536947a310eccc62 /target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch
parentf44c65c7c8d57b08c783051a55c7e3eb367e6f7b (diff)
downloadmaster-31e0f0ae-3aba97dcba059e15978e3eea037e3cbc7cc607e5.tar.gz
master-31e0f0ae-3aba97dcba059e15978e3eea037e3cbc7cc607e5.tar.bz2
master-31e0f0ae-3aba97dcba059e15978e3eea037e3cbc7cc607e5.zip
kernel: refresh 3.12 patches on -rc7 release
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38572
Diffstat (limited to 'target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch')
-rw-r--r--target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch b/target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch
index b657981475..85def08702 100644
--- a/target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch
+++ b/target/linux/generic/patches-3.12/644-bridge_optimize_netfilter_hooks.patch
@@ -67,7 +67,7 @@
default:
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
-@@ -799,7 +799,7 @@ static void __br_multicast_send_query(st
+@@ -802,7 +802,7 @@ static void __br_multicast_send_query(st
if (port) {
__skb_push(skb, sizeof(struct ethhdr));
skb->dev = port->dev;
@@ -96,7 +96,7 @@
if (vlan_tx_tag_present(skb))
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
-@@ -728,15 +728,29 @@ static inline u16 br_get_pvid(const stru
+@@ -725,15 +725,29 @@ static inline u16 br_get_pvid(const stru
/* br_netfilter.c */
#ifdef CONFIG_BRIDGE_NETFILTER