aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_sock.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Bluetooth: Start channel move when socket option is changedGravatar Mat Martineau 1-0/+5
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Gravatar John W. Linville 1-31/+58
2012-10-15Bluetooth: Add chan->ops->defer()Gravatar Gustavo Padovan 1-0/+10
2012-10-15Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGravatar Gustavo Padovan 1-0/+2
2012-10-12Bluetooth: Fix L2CAP coding styleGravatar Gustavo Padovan 1-25/+37
2012-10-11Bluetooth: Allow to set flush timeoutGravatar Andrei Emeltchenko 1-0/+1
2012-10-09Bluetooth: don't attempt to free a channel that wasn't createdGravatar Sasha Levin 1-1/+2
2012-10-08Bluetooth: Fix dereference after NULL checkGravatar Andrei Emeltchenko 1-5/+6
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2012-08-27Bluetooth: Change signature of smp_conn_security()Gravatar Vinicius Costa Gomes 1-1/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Gravatar Mathias Krause 1-0/+1
2012-08-06Bluetooth: Fix socket not getting freed if l2cap channel create failsGravatar Jaganath Kanakkassery 1-1/+1
2012-08-06Bluetooth: Added /proc/net/l2cap via bt_procfs_init()Gravatar Masatake YAMATO 1-2/+18
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroGravatar Jaganath Kanakkassery 1-1/+1
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUGravatar Andre Guedes 1-1/+1
2012-06-05Bluetooth: Check MTU value in l2cap_sock_setsockopt_oldGravatar Andre Guedes 1-0/+21
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGravatar Gustavo Padovan 1-0/+6
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Gravatar Andrei Emeltchenko 1-0/+21
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cGravatar Andrei Emeltchenko 1-0/+61
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGravatar Gustavo Padovan 1-8/+8
2012-06-05Bluetooth: Define and use PSM identifiersGravatar Andrei Emeltchenko 1-2/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-1/+0
2012-05-16Bluetooth: Create flags for bt_sk()Gravatar Gustavo Padovan 1-8/+13
2012-05-16Bluetooth: report the right security level in getsockoptGravatar Gustavo Padovan 1-1/+4
2012-05-16Bluetooth: Lock the L2CAP channel when sendingGravatar Mat Martineau 1-6/+6
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGravatar Gustavo Padovan 1-4/+8
2012-05-14Bluetooth: notify userspace of security level changeGravatar Gustavo Padovan 1-4/+8
2012-05-09Bluetooth: Make better use of l2cap_chan reference countingGravatar Mat Martineau 1-0/+3
2012-05-09Bluetooth: Use address type info from user-spaceGravatar Andre Guedes 1-1/+1
2012-05-09Bluetooth: Split error handling for L2CAP listen socketsGravatar Marcel Holtmann 1-2/+6
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gravatar Gustavo Padovan 1-4/+8
2012-05-09Bluetooth: Adds set_default function in L2CAP setupGravatar Andrei Emeltchenko 1-6/+2
2012-05-09Bluetooth: Remove unneeded zero initializationGravatar Andrei Emeltchenko 1-1/+0
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gravatar Gustavo Padovan 1-1/+3
2012-03-28Bluetooth: Fix Endian Bug.Gravatar Santosh Nayak 1-2/+3
2012-03-08Bluetooth: fix conding style issues all over the treeGravatar Gustavo F. Padovan 1-1/+2
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesGravatar Marcel Holtmann 1-1/+1
2012-02-23Bluetooth: Remove socket lock checkGravatar Andrei Emeltchenko 1-4/+4
2012-02-23Bluetooth: Change sk lock to chan lock in L2CAP coreGravatar Andrei Emeltchenko 1-2/+16
2012-02-23Bluetooth: Revert to mutexes from RCU listGravatar Andrei Emeltchenko 1-0/+10
2012-02-17Bluetooth: Use symbolic names for state in debugGravatar Andrei Emeltchenko 1-1/+1
2012-02-16Bluetooth: Do not dereference zero skGravatar Andrei Emeltchenko 1-1/+3
2012-02-13Bluetooth: Add alloc_skb chan operatorGravatar Andrei Emeltchenko 1-0/+9
2012-02-13Bluetooth: silence lockdep warningGravatar Octavian Purdila 1-0/+2
2012-02-13Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketGravatar Andrzej Kaczmarek 1-1/+1
2012-01-03Bluetooth: Keep chan->state and sk->sk_state in syncGravatar Gustavo F. Padovan 1-0/+2
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar John W. Linville 1-58/+4