aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-217/+286
2012-10-15Bluetooth: Zero bredr pointer when chan is deletedAndrei Emeltchenko1-0/+4
2012-10-15Bluetooth: Send EFS Conf Rsp only for BR/EDR chanAndrei Emeltchenko1-2/+10
2012-10-15Bluetooth: AMP: Drop packets when no l2cap conn existAndrei Emeltchenko1-0/+4
2012-10-15Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko1-5/+10
2012-10-15Bluetooth: Rename __l2cap_connect() to l2cap_connect()Gustavo Padovan1-3/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan1-7/+3
2012-10-15Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan1-4/+0
2012-10-12Bluetooth: Call ops->teardown() without checking for NULLGustavo Padovan1-6/+3
2012-10-12Bluetooth: Use locked l2cap_state_change()Gustavo Padovan1-1/+1
2012-10-12Bluetooth: use l2cap_chan_set_err()Gustavo Padovan1-1/+1
2012-10-12Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.cGustavo Padovan1-7/+7
2012-10-12Bluetooth: Fix L2CAP coding styleGustavo Padovan1-146/+170
2012-10-12Bluetooth: Factor out common L2CAP connection codeMat Martineau1-2/+8
2012-10-12Bluetooth: Process create response and connect response identicallyMat Martineau1-12/+1
2012-10-08Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko1-3/+3
2012-10-08Bluetooth: AMP: Use block_mtu for AMP controllerAndrei Emeltchenko1-3/+15
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-8/+9
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-27Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko1-13/+19
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-6/+5
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-3/+3
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko1-1/+1
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko1-5/+28
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-8/+9
2012-09-18Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko1-1/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+7
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-5/+6
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-7/+8
2012-08-21Bluetooth: debug: Correct the PSM printingSyam Sidhardhan1-1/+1
2012-08-06Bluetooth: Fix legacy pairing with some devicesSzymon Janc1-0/+1
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-3/+5
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-0/+15
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: Fix processing A2MP chan in security_cfmAndrei Emeltchenko1-0/+5
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-25/+34
2012-07-10Bluetooth: debug: Add debug to l2cap_security_cfmAndrei Emeltchenko1-2/+3
2012-07-10Bluetooth: debug: Print CID and PSM in hex formatAndrei Emeltchenko1-15/+20
2012-07-10Bluetooth: debug: Correct types specifiers for L2CAPAndrei Emeltchenko1-26/+26
2012-06-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-6/+8
2012-06-11Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-1/+6
2012-06-08Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg1-1/+6
2012-06-05Bluetooth: Change default MTU for L2CAP ATT channelAndre Guedes1-1/+1
2012-06-05Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan1-2/+1
2012-06-05Bluetooth: Create function to return the ERTM header sizeGustavo Padovan1-14/+11
2012-06-05Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko1-5/+3
2012-06-05Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko1-4/+3