aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville5-27/+177
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-8/+10
2012-11-20Bluetooth: Remove OOB data if device was discovered in bandSzymon Janc1-0/+2
2012-11-20Bluetooth: AMP: Set no FCS for incoming L2CAP chanAndrei Emeltchenko1-0/+1
2012-11-20Bluetooth: Improve error message printingAndrei Emeltchenko1-1/+1
2012-11-20Bluetooth: Set local_amp_id after getting Phylink Completed evtAndrei Emeltchenko1-0/+1
2012-11-20Bluetooth: Fix sending L2CAP Create Chan ReqAndrei Emeltchenko1-11/+18
2012-11-19Bluetooth: trivial: Use __constant for constantsAndrei Emeltchenko1-4/+4
2012-11-19Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko2-1/+2
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko2-6/+7
2012-11-19Bluetooth: Remove unneeded local_amp_id initializationAndrei Emeltchenko1-1/+0
2012-11-19Bluetooth: Use __l2cap_no_conn_pending helperAndrei Emeltchenko1-1/+1
2012-11-18Bluetooth: Fix updating advertising state flags and dataJohan Hedberg1-0/+31
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg2-1/+104
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg3-1/+5
2012-11-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville12-174/+1412
2012-11-09Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg1-0/+1
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann1-2/+2
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio1-1/+1
2012-11-09Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg1-5/+6
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko3-6/+5
2012-11-01Bluetooth: Process Create Chan RequestAndrei Emeltchenko1-20/+43
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2-13/+26
2012-11-01Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko2-0/+21
2012-11-01Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko1-4/+13
2012-11-01Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko1-0/+26
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko2-0/+35
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko3-5/+72
2012-11-01Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko1-2/+4
2012-11-01Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko1-1/+10
2012-11-01Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan1-5/+5
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2-2/+0
2012-11-01Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2-2/+44
2012-11-01Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko1-0/+55
2012-11-01Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko1-6/+1
2012-11-01Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg1-2/+8
2012-11-01Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg1-1/+6
2012-11-01Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg1-1/+2
2012-11-01Bluetooth: Fix setting host feature bits for SSPJohan Hedberg1-3/+10
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2-0/+6
2012-11-01Bluetooth: Make use feature test macrosJohan Hedberg2-18/+18
2012-11-01Bluetooth: Fix updating host feature bits for LEJohan Hedberg1-0/+5
2012-11-01Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg1-3/+19
2012-11-01Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg1-13/+21
2012-10-24Bluetooth: Replace *_init() for *_setup()Gustavo Padovan1-4/+4