| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-09-07 | 4 | -11/+16 |
|\ |
|
| * | Bluetooth: Fix sending a HCI Authorization Request over LE links | Vinicius Costa Gomes | 2012-08-27 | 1 | -0/+4 |
| * | Bluetooth: Change signature of smp_conn_security() | Vinicius Costa Gomes | 2012-08-27 | 3 | -8/+9 |
| * | Bluetooth: Fix use-after-free bug in SMP | Andre Guedes | 2012-08-15 | 1 | -3/+3 |
* | | Bluetooth: L2CAP - Fix info leak via getsockname() | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
* | | Bluetooth: RFCOMM - Fix info leak via getsockname() | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
* | | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) | Mathias Krause | 2012-08-15 | 1 | -1/+1 |
* | | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
* | | Bluetooth: HCI - Fix info leak via getsockname() | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
* | | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
|/ |
|
* | Bluetooth: Fix socket not getting freed if l2cap channel create fails | Jaganath Kanakkassery | 2012-08-06 | 1 | -1/+1 |
* | Bluetooth: smp: Fix possible NULL dereference | Andrei Emeltchenko | 2012-08-06 | 1 | -1/+4 |
* | Bluetooth: Set name_state to unknown when entry name is empty | Ram Malovany | 2012-08-06 | 1 | -0/+2 |
* | Bluetooth: Fix using a NULL inquiry cache entry | Ram Malovany | 2012-08-06 | 1 | -5/+11 |
* | Bluetooth: Fix using NULL inquiry entry | Ram Malovany | 2012-08-06 | 1 | -0/+3 |
* | Bluetooth: Fix legacy pairing with some devices | Szymon Janc | 2012-08-06 | 2 | -1/+7 |
* | Bluetooth: Fix possible deadlock in SCO code | Gustavo Padovan | 2012-08-06 | 1 | -10/+9 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-07-20 | 6 | -252/+257 |
|\ |
|
| * | Bluetooth: Change page scan interval in fast connectable mode | Johan Hedberg | 2012-07-16 | 1 | -2/+2 |
| * | Bluetooth: Use tx window from config response for ack timing | Mat Martineau | 2012-07-15 | 1 | -25/+34 |
| * | Bluetooth: debug: Print amp_mgr refcnt | Andrei Emeltchenko | 2012-07-11 | 1 | -2/+2 |
| * | Bluetooth: debug: Use standard hex object specifiers in hci_event | Andrei Emeltchenko | 2012-07-11 | 1 | -85/+85 |
| * | Bluetooth: debug: Add debug to l2cap_security_cfm | Andrei Emeltchenko | 2012-07-10 | 1 | -2/+3 |
| * | Bluetooth: debug: Print CID and PSM in hex format | Andrei Emeltchenko | 2012-07-10 | 1 | -15/+20 |
| * | Bluetooth: debug: Correct types specifiers for L2CAP | Andrei Emeltchenko | 2012-07-10 | 1 | -26/+26 |
| * | Bluetooth: debug: Add printing num of cmds queued | Andrei Emeltchenko | 2012-07-10 | 1 | -1/+2 |
| * | Bluetooth: Refactor PIN code rejection to use user_pairing_resp() | Jaganath Kanakkassery | 2012-07-10 | 1 | -23/+12 |
| * | Bluetooth: Do not auto off AMP controller | Andrei Emeltchenko | 2012-06-30 | 1 | -1/+4 |
| * | Bluetooth: Route traffic only through BR/EDR controller | Andrei Emeltchenko | 2012-06-30 | 1 | -1/+2 |
| * | Bluetooth: Improve debugging messages for hci_conn | Andrei Emeltchenko | 2012-06-30 | 1 | -22/+22 |
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Gustavo Padovan | 2012-06-26 | 2 | -7/+9 |
| |\ |
|
| * | | Bluetooth: Use GFP_KERNEL in mgmt events functions | Andre Guedes | 2012-06-19 | 1 | -3/+3 |
| * | | Bluetooth: Use GFP_KERNEL in mgmt_pending_add | Andre Guedes | 2012-06-19 | 1 | -2/+2 |
| * | | Bluetooth: Use GFP_KERNEL in mgmt_handlers | Andre Guedes | 2012-06-19 | 1 | -2/+2 |
| * | | Bluetooth: Use AUTO_OFF constant in jiffies | Andrei Emeltchenko | 2012-06-19 | 1 | -4/+1 |
| * | | Bluetooth: Fix compile warnings in mgmt | Andrei Emeltchenko | 2012-06-18 | 1 | -4/+2 |
| * | | Bluetooth: Remove magic value in disconnect mgmt handler | Andre Guedes | 2012-06-12 | 1 | -1/+1 |
| * | | Bluetooth: Fix flags of mgmt_device_found event | Jefferson Delfes | 2012-06-12 | 1 | -2/+3 |
| * | | Bluetooth: Fix not setting HCI_RESET flag for AMP | Andrei Emeltchenko | 2012-06-12 | 1 | -9/+4 |
| * | | Bluetooth: Correct debug print specifier for u16 objects | Andrei Emeltchenko | 2012-06-12 | 1 | -6/+6 |
| * | | Bluetooth: Add opcode to error message | Andrei Emeltchenko | 2012-06-12 | 1 | -3/+11 |
| * | | Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies | Andrei Emeltchenko | 2012-06-12 | 1 | -14/+11 |
| * | | Bluetooth: Use standard HCI cmd timeout for RESET | Andrei Emeltchenko | 2012-06-12 | 1 | -1/+1 |
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Gustavo Padovan | 2012-06-11 | 4 | -5/+79 |
| |\ \ |
|
* | \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-06-28 | 4 | -12/+88 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-06-26 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | HID: Fix the generic Kconfig options | Henrik Rydberg | 2012-06-25 | 1 | -1/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-25 | 2 | -7/+9 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Bluetooth: Fix sending HCI_Disconnect only when connected | Vishal Agarwal | 2012-06-14 | 1 | -1/+1 |