Re: pull request: bluetooth-next 2014-09-14

2014-09-13 Thread Johan Hedberg
Hi John, On Sun, Sep 14, 2014, Johan Hedberg wrote: Here are some more patches intended for 3.18. Most of them are cleanups or fixes for SMP. The only exception is a fix for BR/EDR L2CAP fixed channels which should now work better together with the L2CAP information request procedure. Let

pull request: bluetooth-next 2014-09-22

2014-09-21 Thread Johan Hedberg
changes up to 5eb596f55cacc2389554a8d7572d90d5e9d4269d: Bluetooth: Fix setting correct security level when initiating SMP (2014-09-18 17:39:37 +0200) Johan Hedberg (2): Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame

pull request: bluetooth-next 2014-10-02

2014-10-02 Thread Johan Hedberg
) Amitkumar Karwar (2): Bluetooth: btmrvl: rename definitions from 88xx to 8897 Bluetooth: btusb: remove redundant lock variable Johan Hedberg (1): Bluetooth: Fix lockdep warning with l2cap_chan_connect Jukka Rissanen (7): Bluetooth: 6lowpan: Make sure skb exists

pull request: bluetooth-next 2014-10-31

2014-10-31 Thread Johan Hedberg
support for Acer [0489:e078] Dan Carpenter (1): Bluetooth: 6lowpan: use after free in disconnect_devices() Fabian Frederick (1): Bluetooth: fix shadow warning in hci_disconnect() Johan Hedberg (6): Bluetooth: Pass only crypto context to SMP crypto functions Bluetooth: Add

Re: pull request: bluetooth-next 2014-11-07

2014-11-18 Thread Johan Hedberg
Hi Kirill, On Tue, Nov 18, 2014, Kirill A. Shutemov wrote: On Fri, Nov 07, 2014 at 11:27:54AM +0200, Johan Hedberg wrote: Chan-yeol Park (1): Bluetooth: Fix hci_sync missing wakeup interrupt Look like this commit causes problem for me: [2.018671] [ cut here

pull request: bluetooth-next 2014-11-27

2014-11-27 Thread Johan Hedberg
): Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device Johan Hedberg (3): Bluetooth: Fix setting state back to TASK_RUNNING Bluetooth: Fix setting conn-pending_sec_level value from link key Bluetooth: Convert link keys list to use RCU Steven Walter (1): Bluetooth

pull request: bluetooth-next 2014-12-05

2014-12-05 Thread Johan Hedberg
Bluetooth: Add logic for UUID filter handling Bluetooth: Add support for Start Service Discovery command Johan Hedberg (62): Bluetooth: Track both local and remote L2CAP fixed channel mask Bluetooth: Simplify Link Key Notification event handling logic Bluetooth: Add

pull request: bluetooth-next 2014-12-05

2014-12-05 Thread Johan Hedberg
for storing filter information Bluetooth: Add logic for UUID filter handling Bluetooth: Add support for Start Service Discovery command Johan Hedberg (62): Bluetooth: Track both local and remote L2CAP fixed channel mask Bluetooth: Simplify Link Key Notification event handling

pull request: bluetooth 2014-12-12

2014-12-12 Thread Johan Hedberg
device 04ca:3010 as Atheros AR3012 Johan Hedberg (5): Bluetooth: Fix calling hci_conn_put too early Bluetooth: Fix incorrect pending cmd removal in pairing_complete() Bluetooth: Fix notifying mgmt power off before flushing connection list Bluetooth: Fix enabling BR/EDR SC when

pull request: bluetooth 2014-12-17

2014-12-17 Thread Johan Hedberg
Hi Dave, Here's the first direct (i.e. skipping the wireless tree) bluetooth pull request for you, intended for 3.19. It's just one patch: a fix from Marcel for for remote service discovery filtering which also fixes a 'used uninitialized' compiler warning. Please let me know if there are any