summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram2014-09-241-7/+7
* mrf24j40: remove unnecessary return statementVarka Bhadram2014-09-241-2/+0
* mrf24j40: fix Missing a blank line after declarationsVarka Bhadram2014-09-241-0/+3
* Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-242-1/+2
* Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-242-12/+6
* Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
* Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-172-21/+0
* Bluetooth: btusb: Implement driver internal packet reassemblyMarcel Holtmann2014-09-161-8/+189
* Bluetooth: btusb: Split fragement receiption into separate functionsMarcel Holtmann2014-09-161-9/+21
* Bluetooth: btusb: Fix old coding style issuesMarcel Holtmann2014-09-161-56/+58
* MAINTAINERS: add maintainer for generic 6LoWPANJukka Rissanen2014-09-151-0/+1
* Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-152-0/+2
* Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann2014-09-151-0/+3
* Bluetooth: btusb: Separate TX URB allocation and submissionMarcel Holtmann2014-09-141-81/+125
* Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame()Johan Hedberg2014-09-141-5/+5
* Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg2014-09-121-0/+1
* Bluetooth: Expire RPA if encryption failsJohan Hedberg2014-09-111-0/+6
* Bluetooth: Avoid hard-coded IO capability values in SMPJohan Hedberg2014-09-111-2/+2
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2014-09-111-20/+33
* Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg2014-09-113-5/+10
* Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg2014-09-111-2/+10
* Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg2014-09-111-16/+1
* Bluetooth: Fix ignoring unknown SMP authentication requirement bitsJohan Hedberg2014-09-111-9/+13
* Bluetooth: Remove unnecessary early initialization of variableJohan Hedberg2014-09-111-6/+2
* Bluetooth: Fix allowing SMP Signing info PDUJohan Hedberg2014-09-101-0/+2
* Bluetooth: 6lowpan: Route packets that are not meant to peer via correct deviceJukka Rissanen2014-09-091-2/+63
* Bluetooth: 6lowpan: Set the peer IPv6 address correctlyJukka Rissanen2014-09-091-0/+13
* Bluetooth: 6lowpan: Increase the connection timeout valueJukka Rissanen2014-09-091-1/+1
* Bluetooth: Fix issue with USB suspend in btusb driverChampion Chen2014-09-091-0/+9
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-094-14/+17
* Bluetooth: Fix dereferencing conn variable before NULL checkJohan Hedberg2014-09-081-1/+3
* Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.cBehan Webster2014-09-081-7/+6
* Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2014-09-082-38/+84
* Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-081-2/+3
* Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-081-2/+3
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-082-33/+44
* Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-081-16/+5
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-083-4/+11
* Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-081-2/+4
* Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-081-5/+1
* Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg2014-09-081-0/+5
* Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg2014-09-081-19/+13
* Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()Johan Hedberg2014-09-081-5/+1
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-082-3/+3
* Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-081-8/+5
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-082-29/+0
* Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-081-2/+2
* Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg2014-09-081-0/+3
* Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg2014-09-081-4/+1
OpenPOWER on IntegriCloud