summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2012-10-24Bluetooth: Add setting of the LE event maskJohan Hedberg
2012-10-24Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg
2012-10-24Bluetooth: Add initial support for LE-only controllersJohan Hedberg
2012-10-24Bluetooth: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2012-10-24Bluetooth: trivial: Remove newline before EOFSyam Sidhardhan
2012-10-24Bluetooth: Start channel move when socket option is changedMat Martineau
2012-10-24Bluetooth: Do not retransmit data during a channel moveMat Martineau
2012-10-24Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau
2012-10-24Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau
2012-10-24Bluetooth: Do not send data during channel moveMat Martineau
2012-10-24Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau
2012-10-24Bluetooth: Handle physical link completionMat Martineau
2012-10-24Bluetooth: Add move confirm response handlingMat Martineau
2012-10-24Bluetooth: Add logical link confirmMat Martineau
2012-10-24Bluetooth: Move channel responseMat Martineau
2012-10-24Bluetooth: Add state to hci_chanMat Martineau
2012-10-24Bluetooth: Add move channel confirm handlingMat Martineau
2012-10-24Bluetooth: Add new ERTM receive states for channel moveMat Martineau
2012-10-24Bluetooth: Channel move request handlingMat Martineau
2012-10-24Bluetooth: Lookup channel structure based on DCIDMat Martineau
2012-10-24Bluetooth: Remove unnecessary intermediate functionMat Martineau
2012-10-24Bluetooth: Add L2CAP create channel request handlingMat Martineau
2012-10-24Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko
2012-10-15Bluetooth: Zero bredr pointer when chan is deletedAndrei Emeltchenko
2012-10-15Bluetooth: Send EFS Conf Rsp only for BR/EDR chanAndrei Emeltchenko
2012-10-15Bluetooth: AMP: Drop packets when no l2cap conn existAndrei Emeltchenko
2012-10-15Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko
2012-10-15Bluetooth: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko
2012-10-15Bluetooth: Rename __l2cap_connect() to l2cap_connect()Gustavo Padovan
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan
2012-10-15Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman
2012-10-12Bluetooth: Call ops->teardown() without checking for NULLGustavo Padovan
2012-10-12Bluetooth: Use locked l2cap_state_change()Gustavo Padovan
2012-10-12Bluetooth: use l2cap_chan_set_err()Gustavo Padovan
2012-10-12Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.cGustavo Padovan
2012-10-12Bluetooth: Fix L2CAP coding styleGustavo Padovan
2012-10-12Bluetooth: Factor out common L2CAP connection codeMat Martineau
2012-10-12Bluetooth: Process create response and connect response identicallyMat Martineau
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko
2012-10-11Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko
2012-10-11Bluetooth: Allow to set flush timeoutAndrei Emeltchenko
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan
2012-10-11Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan
2012-10-09Bluetooth: don't attempt to free a channel that wasn't createdSasha Levin
2012-10-08Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko