summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-191-11/+1Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-6/+6
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-121-2/+2
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-201-32/+14Star
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* 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/+8Star
|/
* 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-061-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/+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
|\ \ \ | | |/ | |/|