aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+10
2012-11-09Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg1-0/+1
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann1-2/+2
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio1-1/+1
2012-11-09Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg1-5/+6
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+4
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville21-372/+1458
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2-2/+4
2012-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-2/+4
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: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko1-1/+12
2012-10-15Bluetooth: Rename __l2cap_connect() to l2cap_connect()Gustavo Padovan1-3/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan3-7/+14
2012-10-15Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan2-4/+2
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman1-1/+1
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 Padovan2-171/+207
2012-10-12Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
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-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2-3/+20
2012-10-11Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko1-2/+23
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-0/+32
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-3/+29
2012-10-11Bluetooth: Allow to set flush timeoutAndrei Emeltchenko1-0/+1
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan1-2/+2
2012-10-11Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan1-1/+1
2012-10-09Bluetooth: don't attempt to free a channel that wasn't createdSasha Levin1-1/+2
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-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2-4/+6
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2-9/+6
2012-10-08Bluetooth: Fix dereference after NULL checkAndrei Emeltchenko1-5/+6
2012-10-08Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko1-0/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-147/+541
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+5
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko1-6/+8
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller6-65/+195
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-15/+33
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko1-4/+8
2012-09-28Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko1-1/+1
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-65/+195
2012-09-27Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko1-13/+19
2012-09-27Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko1-4/+4