summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan
2011-06-09Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()David Miller
2011-06-09Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo
2011-06-09Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz
2011-06-09Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd
2011-06-09Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian
2011-06-08Bluetooth: Fix check for the ERTM local busy stateMat Martineau
2011-06-08Bluetooth: Restore accidentally-deleted lineMat Martineau
2011-06-08Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh
2011-06-08Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz
2011-06-08Bluetooth: Remove a magic numberWaldemar Rymarkiewicz
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg
2011-06-08Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes
2011-06-08Bluetooth: Check advertising cache in hci_connect()Andre Guedes
2011-06-08Bluetooth: Remove useless check in hci_connect()Andre Guedes
2011-06-08Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes
2011-06-08Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes
2011-06-08Bluetooth: Clear advertising cache before scanningAndre Guedes
2011-06-08Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes
2011-06-08Bluetooth: LE advertising cacheAndre Guedes
2011-06-08Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan
2011-06-08Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan
2011-06-08Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan
2011-06-08Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan
2011-06-08Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan
2011-06-08Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan
2011-06-08Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg
2011-06-08Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller
2011-06-08Bluetooth: fix set but not used warningGustavo F. Padovan
2011-06-08Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-18Merge branch 'master' into upstream.Jiri Kosina
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-05-12Bluetooth: Remove leftover debug messagesGustavo F. Padovan
2011-05-11Revert "Bluetooth: fix shutdown on SCO sockets"Linus Torvalds
2011-05-11Bluetooth: Add support for disconnecting LE links via mgmtVinicius Costa Gomes
2011-05-11Bluetooth: Add support for sending connection events for LE linksVinicius Costa Gomes
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-05Bluetooth: Remove l2cap_sk_listGustavo F. Padovan
2011-05-05Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan
2011-05-05Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville