summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-20/+0
* Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
* Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg2014-09-121-0/+1
* Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg2014-09-081-17/+15
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-081-2/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-2/+12
|\
| * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-2/+12
* | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-11/+2
* | Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg2014-08-141-30/+2
* | Bluetooth: Move SMP initialization after HCI initJohan Hedberg2014-08-141-7/+3
* | Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg2014-08-141-12/+34
* | Bluetooth: Fix IRK lookup when tfm_aes is not availableJohan Hedberg2014-08-141-0/+3
* | Bluetooth: Fix hci_update_random_address() error return for no cryptoJohan Hedberg2014-08-141-0/+6
* | Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg2014-08-141-1/+19
* | Bluetooth: Create unified helper function for updating page scanJohan Hedberg2014-08-141-0/+31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-451/+739
|\
| * Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-2/+2
| * Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann2014-07-271-1/+1
| * Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas2014-07-261-0/+60
| * Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-261-0/+2
| * Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2014-07-261-0/+12
| * Bluetooth: Add support for using controller white list filteringMarcel Holtmann2014-07-261-0/+96
| * Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-0/+1
| * Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann2014-07-231-0/+4
| * Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann2014-07-231-0/+4
| * Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-211-3/+3
| * Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg2014-07-201-2/+1
| * Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-8/+11
| * 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
| * Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-0/+14
| * 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_discoverable functionJohan Hedberg2014-07-101-4/+20
| * Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg2014-07-101-13/+22
| * Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-3/+3
| * Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg2014-07-101-2/+2
| * Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+17
| * Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+29
| * Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-73/+12
| * Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-091-1/+1
| * Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-081-1/+1
| * Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg2014-07-071-0/+4
| * Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg2014-07-071-1/+2
| * Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg2014-07-071-0/+4
| * Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg2014-07-071-4/+6
| * Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann2014-07-061-1/+1
| * Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann2014-07-061-2/+7
OpenPOWER on IntegriCloud