summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko2012-11-011-2/+4
| * | | Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko2012-11-011-1/+10
| * | | Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko2012-11-011-1/+1
| * | | Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko2012-11-011-2/+2
| * | | Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan2012-11-011-5/+5
| * | | Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-012-2/+0Star
| * | | Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko2012-11-011-0/+2
| * | | Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2012-11-012-2/+44
| * | | Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko2012-11-011-0/+55
| * | | Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko2012-11-011-6/+1Star
| * | | Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko2012-11-011-1/+1
| * | | Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg2012-11-011-2/+8
| * | | Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg2012-11-011-1/+6
| * | | Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg2012-11-011-1/+2
| * | | Bluetooth: Fix setting host feature bits for SSPJohan Hedberg2012-11-011-3/+10
| * | | Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2012-11-012-0/+6
| * | | Bluetooth: Make use feature test macrosJohan Hedberg2012-11-012-18/+18
| * | | Bluetooth: Fix updating host feature bits for LEJohan Hedberg2012-11-011-0/+5
| * | | Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg2012-11-011-3/+19
| * | | Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg2012-11-011-13/+21
| * | | Bluetooth: Replace *_init() for *_setup()Gustavo Padovan2012-10-241-4/+4
| * | | Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg2012-10-241-0/+20
| * | | Bluetooth: Add setting of the LE event maskJohan Hedberg2012-10-241-0/+20
| * | | Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg2012-10-241-4/+11
| * | | Bluetooth: Add initial support for LE-only controllersJohan Hedberg2012-10-242-52/+53
| * | | Bluetooth: Replace include linux/module.h with linux/export.hSyam Sidhardhan2012-10-242-2/+2
| * | | Bluetooth: trivial: Remove newline before EOFSyam Sidhardhan2012-10-241-1/+0Star
| * | | Bluetooth: Start channel move when socket option is changedMat Martineau2012-10-242-0/+24
| * | | Bluetooth: Do not retransmit data during a channel moveMat Martineau2012-10-241-2/+2
| * | | Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau2012-10-241-1/+3
| * | | Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau2012-10-241-6/+41
| * | | Bluetooth: Do not send data during channel moveMat Martineau2012-10-241-0/+12
| * | | Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau2012-10-241-0/+9
| * | | Bluetooth: Handle physical link completionMat Martineau2012-10-241-0/+164
| * | | Bluetooth: Add move confirm response handlingMat Martineau2012-10-241-0/+18
| * | | Bluetooth: Add logical link confirmMat Martineau2012-10-241-11/+123
| * | | Bluetooth: Move channel responseMat Martineau2012-10-241-15/+168
| * | | Bluetooth: Add state to hci_chanMat Martineau2012-10-241-0/+1
| * | | Bluetooth: Add move channel confirm handlingMat Martineau2012-10-241-3/+55
| * | | Bluetooth: Add new ERTM receive states for channel moveMat Martineau2012-10-241-0/+102
| * | | Bluetooth: Channel move request handlingMat Martineau2012-10-241-1/+112
| * | | Bluetooth: Lookup channel structure based on DCIDMat Martineau2012-10-241-0/+17
| * | | Bluetooth: Remove unnecessary intermediate functionMat Martineau2012-10-241-11/+2Star
| * | | Bluetooth: Add L2CAP create channel request handlingMat Martineau2012-10-241-15/+48
| * | | Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau2012-10-241-0/+5
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-151-2/+4
| |\ \
| | * | Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-1921-372/+1458
|\ \ \ \ | |/ / / |/| | |
| * | | Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2012-10-182-2/+4