aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgGravatar Luiz Augusto von Dentz 1-7/+43
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicGravatar Luiz Augusto von Dentz 1-6/+4
2020-02-05Bluetooth: remove __get_channel/dir and __dirGravatar Alex Shi 1-3/+0
2019-01-23Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-11/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2015-12-20Bluetooth: use list_for_each_entry*Gravatar Geliang Tang 1-32/+14
2015-05-11net: Add a struct net parameter to sock_create_kernGravatar Eric W. Biederman 1-1/+1
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMGravatar Marcel Holtmann 1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+7
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMGravatar Johan Hedberg 1-2/+4
2014-11-04rfcomm, sched/wait: Fix broken wait constructGravatar Peter Zijlstra 1-10/+8
2014-10-25Bluetooth: Improve RFCOMM __test_pf macro robustnessGravatar Szymon Janc 1-1/+1
2014-10-25Bluetooth: Fix RFCOMM NSC responseGravatar Szymon Janc 1-2/+2
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedGravatar Vignesh Raman 1-2/+5
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Gravatar Johan Hedberg 1-1/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-1/+1
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesGravatar Libor Pechacek 1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-2/+2
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-2/+2
2014-02-14Bluetooth: Don't fail RFCOMM tty writesGravatar Peter Hurley 1-0/+14
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionGravatar Peter Hurley 1-3/+9
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Gravatar Peter Hurley 1-8/+15
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Gravatar Peter Hurley 1-10/+8
2014-02-14Bluetooth: Simplify RFCOMM session state evalGravatar Peter Hurley 1-3/+2
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createGravatar Peter Hurley 1-1/+25
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsGravatar Marcel Holtmann 1-1/+3
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectGravatar Seung-Woo Kim 1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockGravatar Seung-Woo Kim 1-0/+2
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsGravatar Marcel Holtmann 1-7/+7
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelGravatar Marcel Holtmann 1-10/+9
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Gravatar Wei Yongjun 1-1/+3
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsGravatar Dean Jenkins 1-5/+2
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discGravatar Dean Jenkins 1-3/+0
2013-03-08Bluetooth: Remove RFCOMM session refcntGravatar Dean Jenkins 1-38/+5
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionGravatar Dean Jenkins 1-50/+56
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeGravatar Dean Jenkins 1-2/+24
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionGravatar Dean Jenkins 1-1/+1
2013-02-04net: remove redundant check for timer pending state before del_timerGravatar Ying Xue 1-2/+2
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMGravatar Syam Sidhardhan 1-2/+2
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrGravatar Andrei Emeltchenko 1-5/+4
2012-09-27Bluetooth: Use %pMR in debug instead of batostrGravatar Andrei Emeltchenko 1-3/+3
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-14/+0
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 1-9/+9
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueGravatar Octavian Purdila 1-6/+12