summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Use list_for_each_entry() in mgmtGustavo F. Padovan2011-10-141-5/+2
* Bluetooth: Add missing cmd_status() in mgmtGustavo F. Padovan2011-10-141-2/+2
* Bluetooth: return proper error if sock_queue_rcv_skb() failsGustavo F. Padovan2011-10-141-4/+8
* Bluetooth: Forward errors from hci_register_devDavid Herrmann2011-10-141-6/+12
* Bluetooth: Rename sysfs un/register to add/delDavid Herrmann2011-10-143-6/+6
* Bluetooth: Fix hci core device initializationDavid Herrmann2011-10-143-6/+14
* Bluetooth: AMP: read local amp info HCI commandAndrei Emeltchenko2011-10-133-0/+54
* Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko2011-10-131-0/+45
* Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko2011-10-132-0/+16
* Bluetooth: EFS: definitions and headersAndrei Emeltchenko2011-10-131-0/+26
* Bluetooth: EWS: define L2CAP header sizesAndrei Emeltchenko2011-10-131-0/+6
* Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko2011-10-131-3/+18
* Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko2011-10-132-7/+23
* Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko2011-10-132-10/+25
* Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko2011-10-132-6/+21
* Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko2011-10-132-20/+38
* Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko2011-10-132-23/+39
* Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko2011-10-132-20/+47
* Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko2011-10-132-23/+45
* Bluetooth: EWS: adds ext control field bit maskAndrei Emeltchenko2011-10-131-12/+29
* Bluetooth: EWS: extended window size option supportAndrei Emeltchenko2011-10-133-9/+58
* Bluetooth: Fix permission of enable_le paramGustavo F. Padovan2011-10-111-1/+1
* 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