summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau3-38/+37
2013-04-18Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery1-1/+12
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann2-25/+583
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2-0/+96
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2-1/+28
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2-9/+9
2013-04-17Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann1-2/+2
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann3-3/+32
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann4-41/+4
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi1-5/+5
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann7-32/+32
2013-04-11Bluetooth: Use separate function for BCM92035 vendor setupMarcel Holtmann1-28/+24
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann3-0/+9
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann2-25/+0
2013-04-04Bluetooth: Convert BCM92035 support to driver setup callbackMarcel Holtmann1-11/+23
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann2-13/+21
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2-5/+20
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg4-2/+22
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2-0/+105
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg3-0/+16
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park1-5/+5
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park1-1/+4
2013-04-04Bluetooth: Fix H4 crash from incoming UART packetsChan-yeol Park1-0/+3
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2-27/+0
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2-0/+18
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes1-5/+1
2013-04-04Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]Noguchi Kazutosi2-0/+3
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel3-60/+627
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel1-6/+6
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2-7/+10
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel1-68/+68
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel1-1/+1
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel1-4/+4
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel4-62/+63
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber1-2/+2
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel1-3/+3
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel3-14/+33