summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)Author
2010-09-30Bluetooth: Fix deadlock in the ERTM logicGustavo F. Padovan
2010-08-10Bluetooth: Use 3-DH5 payload size for default ERTM max PDU sizeMat Martineau
2010-08-10Bluetooth: Change default L2CAP ERTM retransmit timeoutMat Martineau
2010-07-31Bluetooth: Use list_head for HCI blacklist headDavid Miller
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann
2010-07-21Bluetooth: Use __packed annotationGustavo F. Padovan
2010-07-21Bluetooth: Add Google's copyright to L2CAPGustavo F. Padovan
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamSuraj Sumangala
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsSuraj Sumangala
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblySuraj Sumangala
2010-07-21Bluetooth: Add Copyright notice to L2CAPGustavo F. Padovan
2010-07-21Bluetooth: Remove the send_lock spinlock from ERTMGustavo F. Padovan
2010-07-21Bluetooth: Disconnect early if mode is not supportedGustavo F. Padovan
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer
2010-07-21Bluetooth: Remove extraneous white spaceRon Shaffer
2010-07-21Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann
2009-08-03bluetooth: rfcomm_init bug fixDave Young