aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAge
* Bluetooth: Make use feature test macrosJohan Hedberg2012-11-01
* Bluetooth: Fix updating host feature bits for LEJohan Hedberg2012-11-01
* Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg2012-11-01
* Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg2012-11-01
* Bluetooth: Replace *_init() for *_setup()Gustavo Padovan2012-10-24
* Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg2012-10-24
* Bluetooth: Add setting of the LE event maskJohan Hedberg2012-10-24
* Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg2012-10-24
* Bluetooth: Add initial support for LE-only controllersJohan Hedberg2012-10-24
* Bluetooth: Replace include linux/module.h with linux/export.hSyam Sidhardhan2012-10-23
* Bluetooth: trivial: Remove newline before EOFSyam Sidhardhan2012-10-23
* Bluetooth: Start channel move when socket option is changedMat Martineau2012-10-23
* Bluetooth: Do not retransmit data during a channel moveMat Martineau2012-10-23
* Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau2012-10-23
* Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau2012-10-23
* Bluetooth: Do not send data during channel moveMat Martineau2012-10-23
* Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau2012-10-23
* Bluetooth: Handle physical link completionMat Martineau2012-10-23
* Bluetooth: Add move confirm response handlingMat Martineau2012-10-23
* Bluetooth: Add logical link confirmMat Martineau2012-10-23
* Bluetooth: Move channel responseMat Martineau2012-10-23
* Bluetooth: Add state to hci_chanMat Martineau2012-10-23
* Bluetooth: Add move channel confirm handlingMat Martineau2012-10-23
* Bluetooth: Add new ERTM receive states for channel moveMat Martineau2012-10-23
* Bluetooth: Channel move request handlingMat Martineau2012-10-23
* Bluetooth: Lookup channel structure based on DCIDMat Martineau2012-10-23
* Bluetooth: Remove unnecessary intermediate functionMat Martineau2012-10-23
* Bluetooth: Add L2CAP create channel request handlingMat Martineau2012-10-23
* Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau2012-10-23
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-19
|\
| * Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2012-10-18
| * Bluetooth: Zero bredr pointer when chan is deletedAndrei Emeltchenko2012-10-15
| * Bluetooth: Send EFS Conf Rsp only for BR/EDR chanAndrei Emeltchenko2012-10-15
| * Bluetooth: AMP: Drop packets when no l2cap conn existAndrei Emeltchenko2012-10-15
| * Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko2012-10-15
| * Bluetooth: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko2012-10-15
| * Bluetooth: Rename __l2cap_connect() to l2cap_connect()Gustavo Padovan2012-10-15
| * Bluetooth: Add chan->ops->defer()Gustavo Padovan2012-10-15
| * Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan2012-10-15
| * Bluetooth: Call ops->teardown() without checking for NULLGustavo Padovan2012-10-12
| * Bluetooth: Use locked l2cap_state_change()Gustavo Padovan2012-10-12
| * Bluetooth: use l2cap_chan_set_err()Gustavo Padovan2012-10-12
| * Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.cGustavo Padovan2012-10-12
| * Bluetooth: Fix L2CAP coding styleGustavo Padovan2012-10-12
| * Bluetooth: Factor out common L2CAP connection codeMat Martineau2012-10-12
| * Bluetooth: Process create response and connect response identicallyMat Martineau2012-10-12
| * Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2012-10-11
| * Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko2012-10-11
| * Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-11
| * Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-11