summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-14/+194
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-72/+63
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg-0/+4
2016-03-11Bluetooth: Fix setting correct flags in ADJohan Hedberg-1/+3
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg-11/+75
2016-03-10Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg-0/+3
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg-2/+2
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang-0/+1
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit-11/+1
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit-0/+116
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson-2/+4
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg-3/+3
2016-01-27Bluetooth: Use skcipher and hashHerbert Xu-72/+63
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda-0/+3
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke-1/+3
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg-9/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg-12/+52
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg-4/+5
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang-49/+25
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller-0/+3
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer-2/+5
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring-5/+3
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao-1/+1
2015-12-10Bluetooth: Don't treat connection timeout as a failureJohan Hedberg-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg-1/+5
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg-66/+32
2015-12-10Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg-18/+12
2015-12-10Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg-2/+1
2015-12-10Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg-1/+1
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg-18/+9
2015-12-10Bluetooth: Simplify read_adv_features codeJohan Hedberg-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg-133/+126
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg-39/+40
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg-195/+198
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg-12/+14
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg-52/+28
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg-77/+77
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg-47/+49
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg-74/+51
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg-563/+583
2015-12-10Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg-73/+73
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg-21/+34
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+9
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-1/+6
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet-3/+3