summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison-2/+2
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann-0/+1
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann-1/+1
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann-0/+1
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann-0/+1
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann-4/+16
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann-1/+4
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeMarcel Holtmann-0/+8
2008-07-14[Bluetooth] Track status of Simple Pairing modeMarcel Holtmann-0/+12
2008-07-14[Bluetooth] Disable disconnect timer during Simple PairingMarcel Holtmann-0/+11
2008-07-14[Bluetooth] Make use of the default link policy settingsMarcel Holtmann-0/+11
2008-07-14[Bluetooth] Track connection packet type changesMarcel Holtmann-0/+10
2008-07-14[Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann-5/+5
2008-07-14[Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann-0/+1
2008-03-05bluetooth: Make hci_sock_cleanup() return voidTobias Klauser-1/+1
2008-01-28[NET]: Remove FASTCALL macroHarvey Harrison-2/+2
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann-0/+1
2007-10-22[Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann-0/+13
2007-10-22[Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann-2/+12
2007-10-22[Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann-5/+5
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann-257/+359
2007-07-31[BLUETOOTH] l2cap: endianness annotationsAl Viro-25/+25
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann-2/+18
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo-0/+1
2007-07-11[Bluetooth] Add hci_recv_fragment() helper functionMarcel Holtmann-0/+3
2007-05-24[Bluetooth] Fix L2CAP configuration parameter handlingMarcel Holtmann-2/+6
2007-04-25[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdrArnaldo Carvalho de Melo-0/+18
2006-12-13[PATCH] hci endianness annotationsAl Viro-2/+2
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro-2/+2
2006-10-15[Bluetooth] Support concurrent connect requestsMarcel Holtmann-0/+17
2006-09-28[Bluetooth] Support create connection cancel commandMarcel Holtmann-3/+12
2006-09-28[Bluetooth] Read local version information on device initMarcel Holtmann-0/+3
2006-09-28[Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann-0/+2
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann-1/+2
2006-09-28[Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann-0/+6
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann-4/+4
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann-0/+1
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann-38/+86
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann-1/+2
2006-02-13[Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann-1/+1
2005-11-08[Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann-11/+2
2005-11-08[Bluetooth]: Add endian annotations to the coreMarcel Holtmann-59/+59
2005-10-28[Bluetooth] Make more functions staticMarcel Holtmann-0/+6
2005-10-28[Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann-3/+0
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro-2/+2
2005-09-13[Bluetooth] Add support for extended inquiry responsesMarcel Holtmann-0/+11
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy-1/+1
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann-1/+2
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco-2/+2
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter-3/+9