summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2914-351/+403
|\
| * Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-213-6/+6
| * Bluetooth: Remove unneeded variable assignment in hmac_sha256Marcel Holtmann2014-07-201-1/+1
| * Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg2014-07-201-2/+1Star
| * Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-184-5/+5
| * Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg2014-07-171-2/+7
| * Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-172-0/+8
| * Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-175-11/+14
| * Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg2014-07-171-0/+3
| * Bluetooth: never linger on process exitVladimir Davydov2014-07-173-4/+8
| * Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-172-1/+7
| * Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-07-171-1/+1
| * Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg2014-07-161-12/+11Star
| * Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg2014-07-161-0/+6
| * Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-163-21/+17Star
| * Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-166-21/+27
| * Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-164-33/+23Star
| * Bluetooth: Add proper defines for HCI connection roleJohan Hedberg2014-07-161-1/+1
| * Bluetooth: Don't try to reject failed LE connectionsJohan Hedberg2014-07-151-5/+5
| * Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg2014-07-151-5/+2Star
| * Bluetooth: cmtp: Remove unnecessary null testHimangi Saraogi2014-07-141-6/+0Star
| * Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg2014-07-141-2/+5
| * Bluetooth: Remove sco_chan_get helper functionMarcel Holtmann2014-07-141-11/+9Star
| * Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-131-3/+3
| * Bluetooth: Remove unneeded forward declaration of sco_chan_delMarcel Holtmann2014-07-131-29/+27Star
| * Bluetooth: Remove unneeded forward declaration of __sco_chan_addMarcel Holtmann2014-07-131-12/+11Star
| * Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann2014-07-131-1/+1
| * Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann2014-07-131-1/+4
| * Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann2014-07-131-4/+7
| * Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann2014-07-131-3/+5
| * 6lowpan: introduce new net/6lowpan directoryAlexander Aring2014-07-121-2/+1Star
| * Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg2014-07-111-9/+8Star
| * Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+3
| * Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+13
| * Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-111-0/+12
| * Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-111-1/+1
| * Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-112-1/+15
| * Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-0/+11
| * Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann2014-07-111-1/+1
| * Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-0/+8
| * Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann2014-07-101-6/+10
| * Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann2014-07-101-6/+19
| * Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-102-14/+0Star
| * Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-103-61/+49Star
| * Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg2014-07-101-13/+22
| * Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-103-40/+4Star
| * Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg2014-07-101-2/+2
| * Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg2014-07-101-0/+9
| * Bluetooth: Fix advertising parameter update when toggling connectableJohan Hedberg2014-07-101-2/+2
| * Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg2014-07-091-4/+0Star