summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-301-8/+9
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-241-8/+9
| |\
| | * Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-211-7/+8
| | * Bluetooth: debug: Correct the PSM printingSyam Sidhardhan2012-08-211-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-5/+7
| |\ \ | | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+1
|\ \ \
| * | | Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko2012-09-181-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-5/+6
|\| |
| * | Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-271-5/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-0/+1
|\| | | |/ |/|
| * Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-08-061-0/+1
* | Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery2012-08-061-3/+5
* | Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery2012-08-061-0/+15
* | Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko2012-08-061-4/+2
* | Bluetooth: Fix processing A2MP chan in security_cfmAndrei Emeltchenko2012-08-061-0/+5
|/
* Bluetooth: Use tx window from config response for ack timingMat Martineau2012-07-151-25/+34
* Bluetooth: debug: Add debug to l2cap_security_cfmAndrei Emeltchenko2012-07-101-2/+3
* Bluetooth: debug: Print CID and PSM in hex formatAndrei Emeltchenko2012-07-101-15/+20
* Bluetooth: debug: Correct types specifiers for L2CAPAndrei Emeltchenko2012-07-101-26/+26
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2012-06-261-6/+8
|\
| * Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-06-111-6/+8
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan2012-06-111-1/+6
|\|
| * Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg2012-06-081-1/+6
* | Bluetooth: Change default MTU for L2CAP ATT channelAndre Guedes2012-06-051-1/+1
* | Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan2012-06-051-2/+1
* | Bluetooth: Create function to return the ERTM header sizeGustavo Padovan2012-06-051-14/+11
* | Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko2012-06-051-5/+3
* | Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko2012-06-051-4/+3
* | Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko2012-06-051-5/+4
* | Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko2012-06-051-1/+3
* | Bluetooth: Do not check func ready existenceAndrei Emeltchenko2012-06-051-2/+1
* | Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko2012-06-051-4/+15
* | Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2012-06-051-0/+17
* | Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko2012-06-051-3/+3
* | Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko2012-06-051-1/+1
* | Bluetooth: check for already existent channel before create new oneGustavo Padovan2012-06-051-9/+4
* | Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan2012-06-051-12/+0
* | Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan2012-06-051-7/+2
* | Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-051-15/+3
* | Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-051-46/+9
* | Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-051-15/+15
* | Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan2012-06-051-4/+1
* | Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan2012-06-051-3/+0
* | Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan2012-06-051-1/+7
* | Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko2012-06-051-27/+27
* | Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-051-2/+2
* | Bluetooth: Send a configuration request after security confirmationMat Martineau2012-06-051-0/+11
* | Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-051-5/+5
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-19/+0
* | Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko2012-06-051-2/+2