summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Bluetooth: Use req_workqueue for hci_request operationsJohan Hedberg2013-01-182-4/+5
| | * | | Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg2013-01-181-0/+11
| | * | | Bluetooth: Fix uuid output in debugfsGustavo Padovan2013-01-101-11/+11
| | * | | Bluetooth: Fix sending incorrect new_settings for mgmt_set_poweredJohan Hedberg2013-01-101-2/+3
| | * | | Bluetooth: Fix returning proper command status for start_discoveryJohan Hedberg2013-01-101-16/+30
| | * | | Bluetooth: Fix checking for exact values of boolean mgmt parametersJohan Hedberg2013-01-101-0/+36
| | * | | Bluetooth: Move non-critical sections outside of the dev lockJohan Hedberg2013-01-101-28/+18Star
| | * | | Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllersJohan Hedberg2013-01-101-0/+6
| | * | | Bluetooth: Fix checking for valid device class valuesJohan Hedberg2013-01-101-0/+6
| | * | | Bluetooth: Fix missing command complete for mgmt_load_long_term_keysJohan Hedberg2013-01-101-2/+5
| | * | | Bluetooth: Fix missing command complete event for mgmt_confirm_nameJohan Hedberg2013-01-101-1/+2
| | * | | Bluetooth: mgmt: Avoid using magic number in status codeSzymon Janc2013-01-091-4/+4
| | * | | Bluetooth: mgmt: Remove not needed restriction on add/remove OOB dataSzymon Janc2013-01-091-17/+0Star
| | * | | Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko2013-01-092-5/+5
| | * | | Bluetooth: AMP: Remove dead codeAndrei Emeltchenko2013-01-091-5/+0Star
| | * | | Bluetooth: AMP: Clean up logical link create / acceptAndrei Emeltchenko2013-01-091-12/+5Star
| | * | | Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko2013-01-092-3/+39
| | * | | Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0Star
| | |/ /
* | / / net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+2
|/ / /
* | | Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan2013-01-101-1/+1
* | | Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery2013-01-102-8/+11
* | | Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-091-1/+1
* | | Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-01-091-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+8
|\ \
| | \
| | \
| *-. \ Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina2012-12-1217-155/+558
| |\ \ \ | | | |/ | | |/|
| | | * HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza2012-12-071-1/+8
| | |/ | |/|
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-036-74/+187
|\ \ \
| * | | Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan2012-12-031-9/+10
| * | | Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko2012-12-031-5/+5
| * | | Bluetooth: Process receiving FCS_NONE in L2CAP Conf RspAndrei Emeltchenko2012-12-031-0/+7
| * | | Bluetooth: Fix missing L2CAP EWS Conf parameterAndrei Emeltchenko2012-12-031-17/+15Star
| * | | Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko2012-12-031-0/+1
| * | | Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWNAndrei Emeltchenko2012-12-031-0/+3
| * | | Bluetooth: Refactor l2cap_send_disconn_reqAndrei Emeltchenko2012-12-031-30/+26Star
| * | | Bluetooth: Move double negation to macrosGustavo Padovan2012-12-032-7/+7
| * | | Bluetooth: Implement deferred sco socket setupFrédéric Dalleau2012-12-032-7/+80
| * | | Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau2012-12-031-0/+32
| * | | Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan2012-12-031-0/+2
| * | | Bluetooth: Add missing lock nesting notationGustavo Padovan2012-12-031-2/+2
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-11-215-27/+177
|\| | |
| * | | Bluetooth: Remove OOB data if device was discovered in bandSzymon Janc2012-11-201-0/+2
| * | | Bluetooth: AMP: Set no FCS for incoming L2CAP chanAndrei Emeltchenko2012-11-201-0/+1
| * | | Bluetooth: Improve error message printingAndrei Emeltchenko2012-11-201-1/+1
| * | | Bluetooth: Set local_amp_id after getting Phylink Completed evtAndrei Emeltchenko2012-11-201-0/+1
| * | | Bluetooth: Fix sending L2CAP Create Chan ReqAndrei Emeltchenko2012-11-201-11/+18
| * | | Bluetooth: trivial: Use __constant for constantsAndrei Emeltchenko2012-11-191-4/+4
| * | | Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko2012-11-192-1/+2
| * | | Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko2012-11-192-6/+7
| * | | Bluetooth: Remove unneeded local_amp_id initializationAndrei Emeltchenko2012-11-191-1/+0Star
| * | | Bluetooth: Use __l2cap_no_conn_pending helperAndrei Emeltchenko2012-11-191-1/+1