summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-06-26 07:50:55 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-06-26 07:51:29 -0400
commit69c0bf478219b2fbb38fb3c707b220b75bfa4129 (patch)
tree05c8bb10cd71353428b266b9078c40c5c4adb01d /kernel.spec
parent0a517e3c24f320b2b6336a3413fd9884bc36c954 (diff)
downloadkernel-69c0bf478219b2fbb38fb3c707b220b75bfa4129.tar.gz
kernel-69c0bf478219b2fbb38fb3c707b220b75bfa4129.tar.xz
kernel-69c0bf478219b2fbb38fb3c707b220b75bfa4129.zip
Add two patches to fix bridge networking issues (rhbz 880035)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 60e7df687..27fd3f20b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -781,6 +781,10 @@ Patch25047: drm-radeon-Disable-writeback-by-default-on-ppc.patch
#rhbz 903741
Patch25052: HID-input-return-ENODATA-if-reading-battery-attrs-fails.patch
+#rhbz 880035
+Patch25053: bridge-only-expire-the-mdb-entry-when-query-is-received.patch
+Patch25054: bridge-send-query-as-soon-as-leave-is-received.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1490,6 +1494,10 @@ ApplyPatch drm-radeon-Disable-writeback-by-default-on-ppc.patch
#rhbz 903741
ApplyPatch HID-input-return-ENODATA-if-reading-battery-attrs-fails.patch
+#rhbz 880035
+ApplyPatch bridge-only-expire-the-mdb-entry-when-query-is-received.patch
+ApplyPatch bridge-send-query-as-soon-as-leave-is-received.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2286,6 +2294,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jun 26 2013 Josh Boyer <jwboyer@redhat.com>
+- Add two patches to fix bridge networking issues (rhbz 880035)
+
* Mon Jun 24 2013 Josh Boyer <jwboyer@redhat.com>
- Fix battery issue with bluetooth keyboards (rhbz 903741)