aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz1-0/+41
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann1-13/+15
2009-08-03bluetooth: rfcomm_init bug fixDave Young1-8/+19
2009-06-08Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann1-6/+6
2009-04-19Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg1-0/+2
2009-02-27Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann1-0/+3
2009-02-27Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann1-0/+11
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann1-1/+15
2009-02-27Bluetooth: When encryption is dropped, do not send RFCOMM packetsJaikumar Ganesh1-0/+3
2009-02-27Bluetooth: Update version numbersMarcel Holtmann1-1/+1
2009-02-27Bluetooth: Pause RFCOMM TX when encryption dropsMarcel Holtmann1-6/+17
2009-02-27Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann1-21/+7
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann1-57/+24
2009-02-27Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann1-15/+41
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun1-2/+0
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-32/+60
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann1-1/+1
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann1-0/+4
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann1-1/+2
2008-07-14[Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann1-0/+8
2008-07-14[Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann1-31/+46
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young1-1/+1
2008-02-13remove final fastcall usersHarvey Harrison1-2/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+1
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann1-39/+21
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-05-05[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann1-0/+10
2007-05-05[Bluetooth] Use in-kernel sockets APIMarcel Holtmann1-13/+6
2007-04-26[BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton1-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-28/+28
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro1-8/+8
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro1-1/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsMarcel Holtmann1-1/+2
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann1-1/+1
2006-07-24[Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann1-2/+17
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann1-4/+5
2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann1-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann1-5/+13
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-3/+5
2006-02-13[Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann1-4/+9
2005-11-08[Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann1-107/+17
2005-10-28[Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann1-0/+43