summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann2014-12-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-5/+7
|\
| * Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg2014-11-041-2/+4
| * Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc2014-10-251-1/+1
| * Bluetooth: Fix RFCOMM NSC responseSzymon Janc2014-10-251-2/+2
* | rfcomm, sched/wait: Fix broken wait constructPeter Zijlstra2014-11-041-10/+8
|/
* Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman2014-07-221-2/+5
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-291-1/+1
|\
| * Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2014-05-051-1/+1
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
|/
* 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/+8
* Bluetooth: Simplify RFCOMM session state evalPeter Hurley2014-02-141-3/+2
* 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/+9
|/
* 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/+2
* Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0
* Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5
* 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/+4
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-3/+3
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-14/+0
* 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/+14
|\
| * Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0
| * Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan2011-12-221-27/+17
| * 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-181-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-191-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/+5
|/ /
OpenPOWER on IntegriCloud