summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes-3/+3
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg-0/+13
2013-01-10Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan-1/+1
2013-01-10Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery-8/+11
2013-01-09Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo-1/+1
2013-01-09Bluetooth: Fix sending HCI commands after resetSzymon Janc-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+8
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina-155/+558
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza-1/+8
2012-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-74/+187
2012-12-03Revert "Bluetooth: Fix possible deadlock in SCO code"Gustavo Padovan-9/+10
2012-12-03Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko-5/+5
2012-12-03Bluetooth: Process receiving FCS_NONE in L2CAP Conf RspAndrei Emeltchenko-0/+7
2012-12-03Bluetooth: Fix missing L2CAP EWS Conf parameterAndrei Emeltchenko-17/+15
2012-12-03Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko-0/+1
2012-12-03Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWNAndrei Emeltchenko-0/+3
2012-12-03Bluetooth: Refactor l2cap_send_disconn_reqAndrei Emeltchenko-30/+26
2012-12-03Bluetooth: Move double negation to macrosGustavo Padovan-7/+7
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau-7/+80
2012-12-03Bluetooth: Add BT_DEFER_SETUP option to sco socketFrédéric Dalleau-0/+32
2012-12-03Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan-0/+2
2012-12-03Bluetooth: Add missing lock nesting notationGustavo Padovan-2/+2
2012-11-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-27/+177
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-8/+10
2012-11-20Bluetooth: Remove OOB data if device was discovered in bandSzymon Janc-0/+2
2012-11-20Bluetooth: AMP: Set no FCS for incoming L2CAP chanAndrei Emeltchenko-0/+1
2012-11-20Bluetooth: Improve error message printingAndrei Emeltchenko-1/+1
2012-11-20Bluetooth: Set local_amp_id after getting Phylink Completed evtAndrei Emeltchenko-0/+1
2012-11-20Bluetooth: Fix sending L2CAP Create Chan ReqAndrei Emeltchenko-11/+18
2012-11-19Bluetooth: trivial: Use __constant for constantsAndrei Emeltchenko-4/+4
2012-11-19Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko-1/+2
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko-6/+7
2012-11-19Bluetooth: Remove unneeded local_amp_id initializationAndrei Emeltchenko-1/+0
2012-11-19Bluetooth: Use __l2cap_no_conn_pending helperAndrei Emeltchenko-1/+1
2012-11-18Bluetooth: Fix updating advertising state flags and dataJohan Hedberg-0/+31
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg-1/+104
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg-1/+5
2012-11-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-174/+1412
2012-11-09Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg-0/+1
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann-2/+2
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio-1/+1
2012-11-09Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg-5/+6
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko-6/+5
2012-11-01Bluetooth: Process Create Chan RequestAndrei Emeltchenko-20/+43
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko-13/+26
2012-11-01Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko-2/+2
2012-11-01Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko-0/+21
2012-11-01Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko-4/+13
2012-11-01Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko-0/+26
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko-0/+35