summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-40/+34
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin-33/+2
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg-3/+12
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg-5/+10
2013-09-16Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan-0/+7
2013-09-16Bluetooth: Fix encryption key size for peripheral roleAndre Guedes-0/+2
2013-09-16Bluetooth: Fix security level for peripheral roleAndre Guedes-1/+3
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+10
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-200/+304
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina-332/+325
2013-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-200/+304
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau-11/+39
2013-08-21Bluetooth: Handle specific error for SCO connection fallbackFrédéric Dalleau-0/+1
2013-08-21Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau-0/+6
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau-6/+20
2013-08-21Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau-5/+17
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau-1/+39
2013-08-21Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau-7/+3
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau-8/+3
2013-08-21Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin-0/+6
2013-08-21Bluetooth: Fix the reference counting of tty_portGianluca Anzolin-34/+12
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin-70/+47
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin-42/+72
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin-21/+6
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin-12/+17
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann-0/+12
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg-2/+6
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-9/+17
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg-1/+9
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg-1/+4
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan-7/+4
2013-07-25Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery-1/+1
2013-07-25Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires-14/+0
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires-0/+26
2013-07-25Bluetooth: Add missing braces to an "else if"Gustavo Padovan-1/+2
2013-07-25Bluetooth: Use defines instead of integer literalsMikel Astiz-4/+5
2013-07-25Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz-5/+8
2013-07-25Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann-1/+1
2013-07-22HID: fix unused rsize usageJiri Kosina-0/+1
2013-07-22HID: fix data access in implement()Jiri Kosina-5/+9
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-323/+308
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina-22/+81
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook-5/+4
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan-1/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery-1/+1
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang-10/+4