summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann2-3/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann3-37/+4
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi1-5/+5
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann6-31/+31
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-971/+1272
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro1-7/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro8-9/+9
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro1-7/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-2/+2
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann2-0/+8
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-23/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-13/+20
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-5/+18
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg2-2/+19
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg1-0/+102
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg2-0/+15
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes1-26/+0
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2-0/+18
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes1-5/+1
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+2
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun1-1/+3
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+1
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg1-8/+12
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg1-13/+14
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg1-1/+16
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg1-2/+8
2013-03-18Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg1-0/+43
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg2-0/+38
2013-03-18Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg1-0/+3
2013-03-18Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg1-19/+24
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-0/+16
2013-03-18Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg1-0/+6
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg1-2/+3
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg1-11/+42
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg1-8/+29
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg1-0/+11
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg1-2/+9