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