summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann-0/+2
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan-0/+1
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan-0/+6
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan-1/+1
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan-0/+2
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan-2/+1
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan-0/+2
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan-1/+2
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan-0/+4
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan-9/+11
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan-1/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann-1/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann-0/+5
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann-0/+2
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann-2/+2
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan-0/+1
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan-1/+0
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann-16/+0
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann-22/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger-1/+1
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan-0/+2
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz-0/+2
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan-0/+3
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan-1/+14
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan-0/+2
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan-3/+13
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan-0/+1
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan-1/+8
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan-2/+55
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan-7/+21
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann-3/+5
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner-3/+3
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann-0/+4
2009-08-03bluetooth: rfcomm_init bug fixDave Young-1/+11
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller-27/+52
2009-06-08bluetooth: Kill skb_frags_no(), unused.David S. Miller-9/+0
2009-06-08Bluetooth: Add native RFKILL soft-switch support for all devicesMarcel Holtmann-0/+2
2009-06-08Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann-6/+0
2009-06-08Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann-21/+42
2009-06-08Bluetooth: Use macro for L2CAP hint mask on receiving config requestGustavo F. Padovan-0/+2
2009-06-08Bluetooth: Use macros for L2CAP channel identifiersGustavo F. Padovan-0/+6
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann-0/+1
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann-2/+4
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros-1/+2
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann-4/+23
2009-02-27Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann-0/+1
2009-02-27Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann-0/+1
2009-02-27Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann-0/+3
2009-02-27Bluetooth: Fix double L2CAP connection requestMarcel Holtmann-0/+1
2009-02-27Bluetooth: Fix race condition with L2CAP information requestMarcel Holtmann-1/+2