aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/core.c
AgeCommit message (Expand)Author
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2012-10-11Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-27Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan
2011-12-18Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc
2011-11-07Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-10-14Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin
2010-09-23net: return operator cleanupEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz