aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David 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
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer1-1/+1
2010-07-21Bluetooth: Remove extraneous white spaceRon Shaffer1-7/+7
2010-07-21Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2-0/+12
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann1-0/+2
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan1-0/+6
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan1-2/+1
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan1-1/+2
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan1-0/+4
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan1-9/+11
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan1-1/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-1/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2-0/+5
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann1-0/+2
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2-2/+2
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan1-0/+1