summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5Star
* Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60Star
* Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11Star
* Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-171-2/+14
* Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-173-348/+18Star
* Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-172-25/+583
* Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2013-04-172-0/+96
* Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2013-04-172-1/+28
* Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-172-9/+9
* Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann2013-04-171-2/+2
* Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-171-4/+8
* Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-172-4/+2Star
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-173-3/+32
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-174-41/+4Star
* Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi2013-04-111-0/+12
* Bluetooth: Remove unneeded parameterClaudio Takahasi2013-04-111-5/+5
* Bluetooth: Minor coding style fixClaudio Takahasi2013-04-111-2/+1Star
* Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi2013-04-111-1/+1
* Bluetooth: Fix SCO connection referenceClaudio Takahasi2013-04-111-1/+0Star
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-117-32/+32
* Bluetooth: Use separate function for BCM92035 vendor setupMarcel Holtmann2013-04-111-28/+24Star
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-063-0/+9
* Bluetooth: hidp: remove redundant error messageDavid Herrmann2013-04-061-1/+0Star
* Bluetooth: Remove driver init queue from coreMarcel Holtmann2013-04-042-25/+0Star
* Bluetooth: Convert BCM92035 support to driver setup callbackMarcel Holtmann2013-04-041-11/+23
* Bluetooth: Add driver setup stage for early initMarcel Holtmann2013-04-042-13/+21
* Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2013-04-042-5/+20
* Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-044-2/+22
* Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2013-04-042-0/+105
* Bluetooth: Track received events in hdevJohan Hedberg2013-04-043-0/+16
* Bluetooth: Remove trivial white spaceChan-yeol Park2013-04-041-5/+5
* Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park2013-04-041-1/+4
* Bluetooth: Fix H4 crash from incoming UART packetsChan-yeol Park2013-04-041-0/+3
* Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2013-04-042-27/+0Star
* Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2013-04-042-0/+18
* Bluetooth: Fix HCI request frameworkAndre Guedes2013-04-041-5/+1Star
* Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]Noguchi Kazutosi2013-04-042-0/+3
* brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel2013-04-033-60/+627
* brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel2013-04-031-6/+6
* brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2013-04-032-7/+10
* brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel2013-04-031-68/+68
* brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel2013-04-031-1/+1
* brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel2013-04-031-4/+4
* brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel2013-04-034-62/+63
* brcmfmac: avoid error output on header only packetPiotr Haber2013-04-031-2/+2
* brcmfmac: avoid error output in receive pathArend van Spriel2013-04-031-3/+3
* brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel2013-04-033-14/+33
* brcmfmac: enable tx status signallingArend van Spriel2013-04-035-87/+455
* brcmfmac: add flow-control mode to firmware signallingArend van Spriel2013-04-034-11/+41
* brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel2013-04-033-3/+56