[PATCH 1/1] bluetooth: Check for SCO type before setting retransmission effort

2014-09-17 Thread Bernhard Thaler
From: "Bernhard Thaler" SCO connection cannot be setup to devices that do not support retransmission. Patch based on http://permalink.gmane.org/gmane.linux.bluez.kernel/7779 and adapted for this kernel version. Code changed to check SCO/eSCO type before setting retransmission effor

[PATCHv2 1/1] bluetooth: Check for SCO type before setting retransmission effort

2014-09-18 Thread Bernhard Thaler
patch is to support older devices not capable of eSCO. Tested on Blackberry 655+ headset which does not support retransmission. Credits go to Alexander Sommerhuber. Signed-off-by: Bernhard Thaler --- net/bluetooth/hci_conn.c | 16 1 file changed, 12 insertions(+), 4 deletions

[PATCHv3 1/1] bluetooth: Check for SCO type before setting retransmission effort

2014-09-22 Thread Bernhard Thaler
patch is to support older devices not capable of eSCO. Tested on Blackberry 655+ headset which does not support retransmission. Credits go to Alexander Sommerhuber. Signed-off-by: Bernhard Thaler --- net/bluetooth/hci_conn.c | 22 +- 1 file changed, 17 insertions(+), 5

[PATCHv4 1/1] bluetooth: Check for SCO type before setting retransmission effort

2014-09-23 Thread Bernhard Thaler
patch is to support older devices not capable of eSCO. Tested on Blackberry 655+ headset which does not support retransmission. Credits go to Alexander Sommerhuber. Signed-off-by: Bernhard Thaler --- net/bluetooth/hci_conn.c | 22 +- 1 file changed, 17 insertions(+), 5

[PATCH 1/1] bridge: Fix NAT66ed IPv6 packets not being bridged correctly

2014-09-15 Thread Bernhard Thaler
time. Tested in NAT66 setup on base of an ethernet bridge. Signed-off-by: Bernhard Thaler --- include/linux/netfilter_bridge.h |2 + net/bridge/br_netfilter.c| 136 -- net/ipv6/route.c |1 + 3 files changed, 105 insertions(+), 34

Re: [PATCH 1/1] bridge: Fix NAT66ed IPv6 packets not being bridged correctly

2014-11-27 Thread Bernhard Thaler
//comments.gmane.org/gmane.comp.security.firewalls.netfilter.devel/54234 > > On Mon, Sep 15, 2014 at 05:40:09PM -0400, David Miller wrote: >> From: Bernhard Thaler >> Date: Mon, 15 Sep 2014 23:27:28 +0200 >> >> CC:'ing netfilter-devel and the netfilter maintainer, w

Re: [Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-29 Thread Bernhard Thaler
I tested this patch applied to 4.0-rc5. APU.1C network interfaces are working correctly again. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please r

Re: [Bugfix] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-29 Thread Bernhard Thaler
I tested this patch applied to 4.0-rc5. APU.1C network interfaces are working correctly again. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please r