| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-12-03 | 1 | -5/+5 |
|\ |
|
| * | Bluetooth: Move double negation to macros | Gustavo Padovan | 2012-12-03 | 1 | -5/+5 |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-11-21 | 1 | -1/+1 |
|\| |
|
| * | Bluetooth: Use proper invalid value for tx_power | Johan Hedberg | 2012-11-18 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-11-21 | 1 | -5/+7 |
|\ \
| |/
|/| |
|
| * | Bluetooth: Fix memory leak when removing a UUID | Johan Hedberg | 2012-11-09 | 1 | -0/+1 |
| * | Bluetooth: Fix having bogus entries in mgmt_read_index_list reply | Johan Hedberg | 2012-11-09 | 1 | -5/+6 |
* | | Bluetooth: mgmt: Use __constant when dealing with constants | Syam Sidhardhan | 2012-11-01 | 1 | -5/+5 |
* | | Bluetooth: Fix sending unnecessary HCI_LE_Host_Enable | Johan Hedberg | 2012-11-01 | 1 | -2/+8 |
* | | Bluetooth: Fix unnecessary EIR update during powering on | Johan Hedberg | 2012-11-01 | 1 | -1/+6 |
* | | Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode command | Johan Hedberg | 2012-11-01 | 1 | -1/+2 |
* | | Bluetooth: Make use feature test macros | Johan Hedberg | 2012-11-01 | 1 | -5/+5 |
* | | Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adapters | Johan Hedberg | 2012-11-01 | 1 | -3/+19 |
* | | Bluetooth: Fix HCI command sending when powering on LE-only adapters | Johan Hedberg | 2012-11-01 | 1 | -13/+21 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 2012-10-19 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Bluetooth: Force the process of unpair command if disconnect failed | Jefferson Delfes | 2012-09-27 | 1 | -2/+3 |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-09-30 | 1 | -5/+23 |
|\| |
|
| * | Bluetooth: Update management interface revision | Johan Hedberg | 2012-09-18 | 1 | -1/+1 |
| * | Bluetooth: mgmt: Implement support for passkey notification | Johan Hedberg | 2012-09-18 | 1 | -0/+17 |
| * | Bluetooth: mgmt: Add device disconnect reason | Mikel Astiz | 2012-08-21 | 1 | -4/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -0/+16 |
|\ \
| |/
|/| |
|
| * | Bluetooth: mgmt: Fix enabling LE while powered off | Andrzej Kaczmarek | 2012-09-18 | 1 | -0/+10 |
| * | Bluetooth: mgmt: Fix enabling SSP while powered off | Andrzej Kaczmarek | 2012-09-18 | 1 | -0/+6 |
* | | Bluetooth: Use lmp_ssp_capable where applicable | Andre Guedes | 2012-08-06 | 1 | -3/+3 |
* | | Bluetooth: Use lmp_le_capable where applicable | Andre Guedes | 2012-08-06 | 1 | -2/+2 |
* | | Bluetooth: Use lmp_bredr_capable where applicable | Andre Guedes | 2012-08-06 | 1 | -2/+2 |
* | | Bluetooth: mgmt: Managing only BR/EDR HCI controllers | Andrei Emeltchenko | 2012-08-06 | 1 | -2/+18 |
|/ |
|
* | Bluetooth: Change page scan interval in fast connectable mode | Johan Hedberg | 2012-07-16 | 1 | -2/+2 |
* | Bluetooth: Refactor PIN code rejection to use user_pairing_resp() | Jaganath Kanakkassery | 2012-07-10 | 1 | -23/+12 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Gustavo Padovan | 2012-06-26 | 1 | -1/+1 |
|\ |
|
| * | Bluetooth: Fix sending HCI_Disconnect only when connected | Vishal Agarwal | 2012-06-14 | 1 | -1/+1 |
* | | 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: 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 |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Gustavo Padovan | 2012-06-11 | 1 | -0/+18 |
|\| |
|
| * | Bluetooth: Fix LE pairing completion on connection failure | Vishal Agarwal | 2012-06-08 | 1 | -0/+18 |
* | | Bluetooth: Return proper mgmt state when LE pairing connection failed | Andrzej Kaczmarek | 2012-06-05 | 1 | -1/+8 |
* | | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 2012-06-05 | 1 | -2/+0 |
* | | Bluetooth: Fix coding style in the subsystem | Gustavo Padovan | 2012-06-05 | 1 | -4/+8 |
* | | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2012-06-05 | 1 | -1/+1 |
* | | Bluetooth: Use defined link key size | Andrei Emeltchenko | 2012-06-05 | 1 | -1/+1 |
* | | Bluetooth: Fix coding style in mgmt.c | Gustavo Padovan | 2012-06-05 | 1 | -22/+22 |
|/ |
|
* | Bluetooth: Fixed checkpatch warnings | Cristian Chilipirea | 2012-05-09 | 1 | -1/+2 |
* | Bluetooth: Enable Low Energy support by default | Marcel Holtmann | 2012-05-09 | 1 | -9/+3 |
* | Bluetooth: Add dst_type parameter to hci_connect | Andre Guedes | 2012-05-09 | 1 | -4/+4 |
* | Bluetooth: Move bdaddr_to_le to hci_core | Andre Guedes | 2012-05-09 | 1 | -12/+0 |
* | Bluetooth: Rename mgmt_to_le to bdaddr_to_le | Andre Guedes | 2012-05-09 | 1 | -3/+3 |