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