summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)Author
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg
2014-11-15Bluetooth: Convert IRK list to RCUJohan Hedberg
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg
2014-11-13Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg
2014-11-03Bluetooth: Add hci_conn_lookup_type() helper functionMarcel Holtmann
2014-11-03Bluetooth: Introduce HCI_QUIRK_STRICT_DUPLICATE_FILTERMarcel Holtmann
2014-11-02Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann
2014-11-02Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann
2014-10-25Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta
2014-10-25Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg
2014-09-24Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg
2014-09-08Bluetooth: Fix locking of the SMP contextJohan Hedberg
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg
2014-09-08Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan 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: Remove unused l2cap_conn->security_timerJohan Hedberg
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg
2014-08-14Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg
2014-08-14Bluetooth: Create unified helper function for updating page scanJohan Hedberg
2014-08-14Bluetooth: Add convenience function to check for pending power offJohan Hedberg
2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas
2014-07-23Bluetooth: 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-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-16Bluetooth: Track number of LE slave connectionsJohan Hedberg
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg
2014-07-16Bluetooth: Add proper defines for HCI connection roleJohan Hedberg
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann