summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg
2013-03-18Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg