aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg1-0/+1
2014-09-24Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches1-2/+2
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann1-1/+0
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann1-0/+1
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg1-2/+1
2014-09-08Bluetooth: Fix locking of the SMP contextJohan Hedberg1-1/+0
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg1-1/+2
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg1-1/+1
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg1-4/+0
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg1-0/+1
2014-09-08Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg1-2/+2
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2-2/+3
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg1-0/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+2
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-0/+2
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg1-1/+0
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg1-0/+4
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg1-1/+0
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg1-1/+0
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2-0/+2
2014-08-14Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg1-0/+25
2014-08-14Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg1-0/+1
2014-08-14Bluetooth: Create unified helper function for updating page scanJohan Hedberg1-0/+5
2014-08-14Bluetooth: Add convenience function to check for pending power offJohan Hedberg1-0/+1
2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg1-2/+2
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg1-1/+1
2014-07-26Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas1-0/+2
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/+2
2014-07-23Bluetooth: Read list of local codecs supported by the controllerMarcel Holtmann1-0/+2
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg1-0/+1
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2-2/+3
2014-07-16Bluetooth: Track number of LE slave connectionsJohan Hedberg1-0/+5
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-1/+2
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+3
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-1/+1
2014-07-16Bluetooth: Add proper defines for HCI connection roleJohan Hedberg1-3/+3
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann1-2/+1
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann1-0/+1
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann1-4/+0
2014-07-11Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constantMarcel Holtmann1-1/+0
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann1-13/+0
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann1-12/+0
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann1-1/+4
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann1-8/+1
2014-07-11Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann1-11/+0
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann1-9/+0
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann3-149/+176
2014-07-10Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg1-1/+0
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg1-1/+1