summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2013-08-21Bluetooth: Fix the reference counting of tty_portGianluca Anzolin
2013-08-21Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg
2013-07-25Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires
2013-07-25Bluetooth: Add missing braces to an "else if"Gustavo Padovan
2013-07-25Bluetooth: Use defines instead of integer literalsMikel Astiz
2013-07-25Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz
2013-07-25Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-23Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes
2013-06-23Bluetooth: Fix multiple LE socket handlingJohan Hedberg
2013-06-23Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg
2013-06-23Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg
2013-06-23Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg
2013-06-23Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg
2013-06-23Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg
2013-06-23Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg
2013-06-23Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg
2013-06-23Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg
2013-06-23Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg
2013-06-23Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg