summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: clean up spaces in L2CAP headerAndrei Emeltchenko2011-10-111-9/+8
* Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko2011-10-113-7/+8
* Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko2011-10-113-8/+10
* Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko2011-10-113-6/+8
* Bluetooth: convert flushable variable to flag in l2cap chanAndrei Emeltchenko2011-10-113-6/+16
* Bluetooth: btusb: hide more usb_submit_urb errorsPaul Bolle2011-10-101-3/+6
* Bluetooth: btusb: also be quiet when suspendingPaul Bolle2011-10-101-1/+3
* Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan2011-10-071-2/+2
* Bluetooth: Delay session allocation in hidpGustavo F. Padovan2011-10-071-6/+8
* Bluetooth: hidp: safely acquire hci connectionPeter Hurley2011-10-071-14/+20
* Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan2011-10-061-6/+3
* Bluetooth: Remove wrong error checkGustavo F. Padovan2011-10-061-1/+1
* Bluetooth: Fix input device registrationGustavo F. Padovan2011-10-061-9/+6
* Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan2011-10-061-8/+17
* Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan2011-10-061-4/+4
* Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan2011-10-061-8/+3
* Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann2011-10-061-14/+20
* Bluetooth: EFS: add enable_hs kernel paramAndrei Emeltchenko2011-10-061-0/+7
* Bluetooth: EFS: l2cap extended feature mask updateAndrei Emeltchenko2011-10-061-1/+5
* btusb: add device entry for Broadcom SoftSailingOliver Neukum2011-09-291-0/+3
* Bluetooth: hci_le_adv_report_evt code refactoringAndre Guedes2011-09-291-8/+6
* Bluetooth: Fix possible NULL pointer dereferenceWaldemar Rymarkiewicz2011-09-291-1/+5
* Bluetooth: Mark not declared l2cap_core functions as staticSzymon Janc2011-09-271-6/+6
* Bluetooth: use recommended LE connection parametersAnderson Lizardo2011-09-271-7/+7
* Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau2011-09-272-165/+81
* Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()Mat Martineau2011-09-271-2/+28
* Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-274-5/+20
* Bluetooth: Allow ACL packets over USB in HCI_RAW modePeter Hurley2011-09-271-2/+1
* Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz2011-09-211-1/+3
* Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes2011-09-211-1/+3
* Bluetooth: Reduce critical region.Andre Guedes2011-09-211-4/+3
* Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia2011-09-211-1/+1
* Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes2011-09-211-0/+2
* Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes2011-09-211-45/+15
* Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes2011-09-211-18/+28
* Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes2011-09-211-17/+2
* Bluetooth: Add mgmt events for blacklistingAntti Julku2011-09-215-34/+92
* Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes2011-09-211-5/+3
* Bluetooth: Require authentication if MITM protection is requestedVinicius Costa Gomes2011-09-211-2/+3
* Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-213-103/+185
* Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-215-71/+65
* Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann2011-09-211-0/+3
* Bluetooth: Add LE link type for debugfs outputPeter Hurley2011-09-211-0/+2
* Bluetooth: Add mgmt command for fast connectable modeAntti Julku2011-09-213-0/+75
* Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes2011-09-214-4/+6
* Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes2011-09-211-2/+8
* Bluetooth: Add support for pairing via mgmt over LEVinicius Costa Gomes2011-09-211-2/+13
* Bluetooth: Use the same timeouts for both ACL and LE linksVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2011-09-213-11/+38