aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeGravatar Johannes Berg 1-9/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandGravatar Johan Hedberg 2-12/+52
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Gravatar Johan Hedberg 2-4/+5
2015-12-20Bluetooth: use list_for_each_entry*Gravatar Geliang Tang 4-49/+25
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().Gravatar David S. Miller 1-0/+3
2015-12-11Bluetooth: Do not filter multicast addresses by defaultGravatar Danny Schweizer 1-2/+5
2015-12-106lowpan: add lowpan dev register helpersGravatar Alexander Aring 1-5/+3
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionGravatar Yichen Zhao 1-1/+1
2015-12-10Bluetooth: Don't treat connection timeout as a failureGravatar Johan Hedberg 1-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsGravatar Johan Hedberg 1-1/+5
2015-12-10Bluetooth: Clean up current advertising instance trackingGravatar Johan Hedberg 4-66/+32
2015-12-10Bluetooth: Clean up advertising initialization in powered_update_hci()Gravatar Johan Hedberg 1-18/+12
2015-12-10Bluetooth: Remove redundant check for req.cmd_qGravatar Johan Hedberg 1-2/+1
2015-12-10Bluetooth: Fix updating wrong instance's scan_rsp dataGravatar Johan Hedberg 1-1/+1
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagGravatar Johan Hedberg 2-18/+9
2015-12-10Bluetooth: Simplify read_adv_features codeGravatar Johan Hedberg 1-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyGravatar Johan Hedberg 4-133/+126
2015-12-10Bluetooth: Move fast connectable code to hci_request.cGravatar Johan Hedberg 3-39/+40
2015-12-10Bluetooth: Move EIR update to hci_request.cGravatar Johan Hedberg 3-195/+198
2015-12-10Bluetooth: HCI name update to hci_request.cGravatar Johan Hedberg 3-12/+14
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueGravatar Johan Hedberg 3-52/+28
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueGravatar Johan Hedberg 2-77/+77
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueGravatar Johan Hedberg 3-47/+49
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueGravatar Johan Hedberg 2-74/+51
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 6-563/+583
2015-12-10Bluetooth: Move __hci_update_background_scan up in hci_request.cGravatar Johan Hedberg 1-73/+73
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueGravatar Johan Hedberg 4-21/+34
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+9
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-1/+6
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAGravatar Eric Dumazet 1-3/+3
2015-11-23Bluetooth: Increment management interface revisionGravatar Johan Hedberg 1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingGravatar Andrzej Kaczmarek 1-7/+7
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncGravatar Johan Hedberg 1-1/+7
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandGravatar Marcel Holtmann 1-0/+58
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionGravatar Marcel Holtmann 1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandGravatar Marcel Holtmann 1-0/+4
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxGravatar Prasanna Karthik 1-3/+1
2015-11-19Bluetooth: Clean up hci_core codeGravatar Prasanna Karthik 1-3/+4
2015-11-19Bluetooth: clean up af_bluetooth codeGravatar Prasanna Karthik 1-2/+2
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Gravatar Markus Elfring 1-2/+1
2015-11-19Bluetooth: Simplify request cleanup codeGravatar Johan Hedberg 2-3/+3
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Gravatar Johan Hedberg 1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Gravatar Johan Hedberg 1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsGravatar Johan Hedberg 3-12/+10
2015-11-19Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionGravatar Johan Hedberg 1-36/+24
2015-11-19Bluetooth: Simplify le_scan_disable_work()Gravatar Johan Hedberg 1-91/+57
2015-11-19Bluetooth: Pass inquiry length to bredr_inquiry()Gravatar Johan Hedberg 1-3/+5
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceGravatar Johan Hedberg 1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueGravatar Johan Hedberg 3-67/+70