summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
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: SMP: Fix setting unknown auth_req bitsJohan Hedberg
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
2012-10-07Bluetooth: AMP: Use block_mtu for AMP controllerAndrei Emeltchenko
2012-10-07Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko
2012-10-07Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko
2012-10-07Bluetooth: Fix dereference after NULL checkAndrei Emeltchenko
2012-10-07Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko
2012-09-28Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-27Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko
2012-09-27Bluetooth: Factor out hci_queue_aclAndrei Emeltchenko
2012-09-27bluetooth: Remove unneeded batostr functionAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR instead of baswap in seq_showAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko
2012-09-27Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko
2012-09-27Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko