aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+4
2022-12-12Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz1-7/+43
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz1-6/+4
2020-02-05Bluetooth: remove __get_channel/dir and __dirAlex Shi1-3/+0
2019-01-23Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang1-32/+14
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+7
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg1-2/+4
2014-11-04rfcomm, sched/wait: Fix broken wait constructPeter Zijlstra1-10/+8
2014-10-25Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc1-1/+1
2014-10-25Bluetooth: Fix RFCOMM NSC responseSzymon Janc1-2/+2
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman1-2/+5
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg1-1/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-1/+1
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley1-0/+14
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley1-3/+9
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley1-8/+15
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley1-10/+8
2014-02-14Bluetooth: Simplify RFCOMM session state evalPeter Hurley1-3/+2
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley1-1/+25
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann1-1/+3
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim1-0/+2
2013-10-18Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfsMarcel Holtmann1-7/+7
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann1-10/+9
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun1-1/+3
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins1-5/+2
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins1-3/+0
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins1-38/+5
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins1-50/+56
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins1-2/+24
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins1-1/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+2
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan1-2/+2
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-5/+4
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-3/+3
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-14/+0
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-9/+9
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-27/+14
2011-12-27Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan1-3/+0
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-22Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan1-27/+17
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+2
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan1-0/+1
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau1-0/+1
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-2/+7
2011-11-07Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz1-16/+35
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-9/+5
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-2/+7
2011-10-14Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-2/+7
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-1/+4
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley1-10/+7
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz1-1/+1
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan1-3/+5
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-5/+6
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-1/+1
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek1-1/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg1-0/+1
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-4/+4
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz1-3/+10
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-15/+14
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko1-1/+1
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin1-4/+4
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-23/+29
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann1-1/+12
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly1-1/+5
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann1-1/+1
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann1-0/+6
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/ne...David 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/holtma...David 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
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco1-1/+1
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter1-35/+36
2005-08-06[Bluetooth] Revert session reference counting fixMarcel Holtmann1-4/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2127