aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau2013-08-211-5/+17
* Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-211-1/+39
* Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau2013-08-211-7/+3
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-212-8/+3
* Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-211-0/+6
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann2013-08-211-0/+12
* Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-211-2/+6
* Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0
* Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
* Bluetooth: Add missing braces to an "else if"Gustavo Padovan2013-07-251-1/+2
* Bluetooth: Use defines instead of integer literalsMikel Astiz2013-07-251-4/+5
* Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz2013-07-251-5/+8
* Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann2013-07-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-096-323/+308
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-261-1/+1
| |\
| * | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan2013-06-231-1/+9
| * | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
| * | Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-2/+0
| * | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko2013-06-231-2/+2
| * | Bluetooth: Mgmt Device Found EventAndre Guedes2013-06-231-0/+3
| * | Bluetooth: Remove empty event handlerAndre Guedes2013-06-231-12/+0
| * | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0
| * | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0
| * | Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes2013-06-231-6/+3
| * | Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes2013-06-231-16/+16
| * | Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes2013-06-231-14/+2
| * | Bluetooth: Update stop_discovery to use HCI requestAndre Guedes2013-06-231-7/+40
| * | Bluetooth: Use HCI request in interleaved discoveryAndre Guedes2013-06-233-28/+64
| * | Bluetooth: Move discovery macros to hci_core.hAndre Guedes2013-06-231-18/+6
| * | Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes2013-06-231-21/+21
| * | Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes2013-06-231-23/+1
| * | Bluetooth: Update start_discovery to use HCI requestAndre Guedes2013-06-231-9/+85
| * | Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes2013-06-231-5/+5
| * | Bluetooth: Fix multiple LE socket handlingJohan Hedberg2013-06-231-4/+8
| * | Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg2013-06-231-2/+0
| * | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg2013-06-231-3/+5
| * | Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg2013-06-231-4/+1
| * | Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3
| * | Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0
| * | Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg2013-06-231-0/+3
| * | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg2013-06-231-2/+6
| * | Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg2013-06-231-10/+4
| * | Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg2013-06-231-1/+1
| * | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-232-9/+9
| * | Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg2013-06-231-5/+48