aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-09-08 16:43:04 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-09-08 16:43:04 +0000
commit1c4c261a0e7628e37fccf8d715e80f6f33fb8556 (patch)
tree129d7f096b4584d896e0947798e8330b75cdbad6
parente9f581bc6e49dd7bf5e500b29b8d01a2bb6764ba (diff)
downloadmaster-187ad058-1c4c261a0e7628e37fccf8d715e80f6f33fb8556.tar.gz
master-187ad058-1c4c261a0e7628e37fccf8d715e80f6f33fb8556.tar.bz2
master-187ad058-1c4c261a0e7628e37fccf8d715e80f6f33fb8556.zip
kernel: describe bridge patch "port isolate"
It was initially added in r25762 by nbd. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46825 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/patches-3.18/642-bridge_port_isolate.patch5
-rw-r--r--target/linux/generic/patches-4.0/642-bridge_port_isolate.patch5
-rw-r--r--target/linux/generic/patches-4.1/642-bridge_port_isolate.patch5
3 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch b/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch
index c98b94796c..df3a65781d 100644
--- a/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch
+++ b/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch
@@ -1,3 +1,8 @@
+From: Felix Fietkau <nbd@openwrt.org>
+Subject: [PATCH] bridge: port isolate
+
+Isolating individual bridge ports
+---
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -172,6 +172,7 @@ struct net_bridge_port
diff --git a/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch
index b1ceb31734..aacce56691 100644
--- a/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch
+++ b/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch
@@ -1,3 +1,8 @@
+From: Felix Fietkau <nbd@openwrt.org>
+Subject: [PATCH] bridge: port isolate
+
+Isolating individual bridge ports
+---
--- a/include/linux/if_bridge.h
+++ b/include/linux/if_bridge.h
@@ -44,6 +44,7 @@ struct br_ip_list {
diff --git a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch
index a47dd6748d..06c368d1f0 100644
--- a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch
+++ b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch
@@ -1,3 +1,8 @@
+From: Felix Fietkau <nbd@openwrt.org>
+Subject: [PATCH] bridge: port isolate
+
+Isolating individual bridge ports
+---
--- a/include/linux/if_bridge.h
+++ b/include/linux/if_bridge.h
@@ -45,6 +45,7 @@ struct br_ip_list {