summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-199-14/+194
|\
| * Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
| * Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
| * Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
| * Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-104-11/+75
| * Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
| * Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
| * Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang2016-02-231-0/+1
| * Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit2016-02-233-11/+1
| * Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-235-0/+116
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-72/+63
|\ \ | |/ |/|
| * Bluetooth: Use skcipher and hashHerbert Xu2016-01-271-72/+63
* | Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson2016-02-201-2/+4
* | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-292-26/+18
* | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
* | Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
* | Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-3/+3
* | Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-231-0/+3
* | Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-231-1/+3
|/
* Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg2016-01-061-9/+18
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-052-12/+52
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-052-4/+5
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-204-49/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-0/+3
|\
| * bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3
* | Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer2015-12-111-2/+5
* | 6lowpan: add lowpan dev register helpersAlexander Aring2015-12-101-5/+3
* | Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao2015-12-101-1/+1
* | Bluetooth: Don't treat connection timeout as a failureJohan Hedberg2015-12-101-2/+10
* | Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2015-12-101-1/+5
* | Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-104-66/+32
* | Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg2015-12-101-18/+12
* | Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg2015-12-101-2/+1
* | Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg2015-12-101-1/+1
* | Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-102-18/+9
* | Bluetooth: Simplify read_adv_features codeJohan Hedberg2015-12-101-20/+8
* | Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-104-133/+126
* | Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg2015-12-103-39/+40
* | Bluetooth: Move EIR update to hci_request.cJohan Hedberg2015-12-103-195/+198
* | Bluetooth: HCI name update to hci_request.cJohan Hedberg2015-12-103-12/+14
* | Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-103-52/+28
* | Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2015-12-102-77/+77
* | Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg2015-12-103-47/+49
* | Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2015-12-102-74/+51
* | Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-106-563/+583
* | Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg2015-12-101-73/+73
* | Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-104-21/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-032-4/+9
|\|
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-031-1/+6
| |\
| | * Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-111-1/+6