aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Bluetooth: Add disconnect managment commandJohan Hedberg2-0/+11
2011-02-08Bluetooth: Add connected/disconnected management eventsJohan Hedberg2-0/+14
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg3-0/+48
2011-02-08Bluetooth: Add class of device control to the management interfaceJohan Hedberg3-0/+18
2011-02-08Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg2-0/+13
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg1-0/+6
2011-02-08Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg1-1/+2
2011-02-08Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg2-0/+18
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2-0/+22
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg2-0/+5
2011-02-08Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg1-0/+1
2011-02-08Bluetooth: Unify mode related management messages to a single structJohan Hedberg1-35/+4
2011-02-08Bluetooth: Add set_connectable management commandJohan Hedberg2-0/+18
2011-02-08Bluetooth: Add support for set_discoverable management commandJohan Hedberg2-0/+17
2011-02-08Bluetooth: Add support for set_powered management commandJohan Hedberg2-1/+12
2011-02-08Bluetooth: Add support for management powered eventJohan Hedberg2-0/+7
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2-0/+9
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko4-0/+9
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg1-0/+1
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg1-1/+2
2010-12-22Bluetooth: Add management events for controller addition & removalJohan Hedberg2-0/+12
2010-12-22Bluetooth: Add read_info management commandJohan Hedberg1-0/+19
2010-12-22Bluetooth: Add read_index_list management commandJohan Hedberg1-0/+6
2010-12-22Bluetooth: Add read_version management commandJohan Hedberg1-0/+6
2010-12-07Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg1-0/+1
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg1-0/+3
2010-12-07Bluetooth: Add Bluetooth Management interface definitionsJohan Hedberg3-0/+51
2010-12-01Bluetooth: clean up legal textAndrei Emeltchenko4-25/+25
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko2-9/+9
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko1-5/+5
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-2/+2
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko1-4/+4
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-5/+0
2010-10-12Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau1-0/+2
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel1-1/+1
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+18
2010-09-30Bluetooth: Fix deadlock in the ERTM logicGustavo F. Padovan1-0/+18
2010-09-23net: return operator cleanupEric Dumazet2-2/+2
2010-08-10Bluetooth: Use 3-DH5 payload size for default ERTM max PDU sizeMat Martineau1-1/+1
2010-08-10Bluetooth: Change default L2CAP ERTM retransmit timeoutMat Martineau1-1/+1
2010-07-31Bluetooth: Use list_head for HCI blacklist headDavid Miller1-1/+1
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann1-0/+2
2010-07-21Bluetooth: Use __packed annotationGustavo F. Padovan4-113/+113
2010-07-21Bluetooth: Add Google's copyright to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamSuraj Sumangala1-0/+1
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsSuraj Sumangala1-0/+1
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblySuraj Sumangala1-2/+2
2010-07-21Bluetooth: Add Copyright notice to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Remove the send_lock spinlock from ERTMGustavo F. Padovan1-1/+0
2010-07-21Bluetooth: Disconnect early if mode is not supportedGustavo F. Padovan1-0/+5