aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann1-20/+0
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann1-0/+1
2014-09-12Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg1-0/+1
2014-09-08Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg1-17/+15
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg1-2/+7
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+12
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-2/+12
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg1-11/+2
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg1-30/+2
2014-08-14Bluetooth: Move SMP initialization after HCI initJohan Hedberg1-7/+3
2014-08-14Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg1-12/+34
2014-08-14Bluetooth: Fix IRK lookup when tfm_aes is not availableJohan Hedberg1-0/+3
2014-08-14Bluetooth: Fix hci_update_random_address() error return for no cryptoJohan Hedberg1-0/+6
2014-08-14Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg1-1/+19
2014-08-14Bluetooth: Create unified helper function for updating page scanJohan Hedberg1-0/+31
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-451/+739
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg1-2/+2
2014-07-27Bluetooth: Set Simultaneous LE and BR/EDR controller option to zeroMarcel Holtmann1-1/+1
2014-07-26Bluetooth: Expose default LE advertising interval via debugfsGeorg Lukas1-0/+60
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas1-0/+2
2014-07-26Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann1-0/+12
2014-07-26Bluetooth: Add support for using controller white list filteringMarcel Holtmann1-0/+96
2014-07-24Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann1-0/+1
2014-07-23Bluetooth: Get MWS transport configuration of the controllerMarcel Holtmann1-0/+4
2014-07-23Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann1-0/+4
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg1-3/+3
2014-07-20Bluetooth: Disable HCI_CONNECTABLE based passive scanning for nowJohan Hedberg1-2/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-8/+11
2014-07-13Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann1-1/+1
2014-07-13Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann1-1/+4
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann1-4/+7
2014-07-13Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann1-3/+5
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann1-0/+14
2014-07-10Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann1-6/+10
2014-07-10Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann1-6/+19
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg1-4/+20
2014-07-10Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg1-13/+22
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg1-3/+3
2014-07-10Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg1-2/+2
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg1-0/+17
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg1-0/+29
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-73/+12
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-1/+1
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg1-1/+1
2014-07-07Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg1-0/+4
2014-07-07Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg1-1/+2
2014-07-07Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg1-0/+4
2014-07-07Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg1-4/+6
2014-07-06Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann1-1/+1