summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2014-05-061-1/+1
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-2/+2
* Bluetooth: Don't fail RFCOMM tty writesPeter Hurley2014-02-141-0/+14
* Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley2014-02-141-3/+9
* Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley2014-02-141-8/+15
* Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley2014-02-141-10/+8Star
* Bluetooth: Simplify RFCOMM session state evalPeter Hurley2014-02-141-3/+2Star
* Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley2014-02-141-1/+25
* Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann2014-02-131-1/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-151-0/+3
|\
| * Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim2013-11-131-0/+1
| * Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim2013-11-131-0/+2
* | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann2013-10-181-7/+7
* | Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann2013-10-131-10/+9Star
|/
* Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun2013-03-201-1/+3
* Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins2013-03-081-5/+2Star
* Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0Star
* Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5Star
* Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-081-50/+56
* Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins2013-03-081-2/+24
* Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins2013-03-081-1/+1
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+2
* Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan2012-10-111-2/+2
* Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-5/+4Star
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-3/+3
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-14/+0Star
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-9/+9
* Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-151-6/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-27/+14Star
|\
| * Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0Star
| * Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan2011-12-221-27/+17Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-0/+1
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+1
|\ \ \ | | |/ | |/|
| * | Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau2011-12-191-0/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-2/+7
| |\ \
| | * | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-2/+7
* | | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-2/+2
| |_|/ |/| |
* | | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-11-071-2/+7
* | | Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz2011-11-071-16/+35
* | | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-9/+5Star
|/ /
* / Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-1/+4
|/
* Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley2011-08-121-10/+7Star
* Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz2011-05-111-1/+1
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-3/+5
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-5/+6
* Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-271-1/+1
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1