summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau2011-12-191-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-201-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/+5Star
|/ /
* / Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-1/+4
|/
* Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley2011-08-121-10/+7Star
* Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz2011-05-111-1/+1
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-3/+5
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-5/+6
* Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-271-1/+1
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
* | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-021-4/+4
|/
* Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz2010-11-091-3/+10
* Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14Star
* Bluetooth: remove extra newline from debug outputAndrei Emeltchenko2010-10-121-1/+1
* Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin2010-10-121-4/+4
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-23/+29
* Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2010-03-211-1/+12
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-1/+3
* Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly2010-02-041-1/+5
* Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann2010-02-041-1/+1
* Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann2009-12-031-0/+6
* Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz2009-08-231-0/+41
* Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann2009-08-221-13/+15
* bluetooth: rfcomm_init bug fixDave Young2009-08-031-8/+19
* Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann2009-06-081-6/+6
* Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUPJohan Hedberg2009-04-191-0/+2
* Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann2009-02-271-0/+3
* Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann2009-02-271-0/+11
* Bluetooth: Use general bonding whenever possibleMarcel Holtmann2009-02-271-1/+15
* Bluetooth: When encryption is dropped, do not send RFCOMM packetsJaikumar Ganesh2009-02-271-0/+3
* Bluetooth: Update version numbersMarcel Holtmann2009-02-271-1/+1
* Bluetooth: Pause RFCOMM TX when encryption dropsMarcel Holtmann2009-02-271-6/+17
* Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann2009-02-271-21/+7Star
* Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2009-02-271-57/+24Star
* Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann2009-02-271-15/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-241-2/+0Star
|\
| * net: Fix module refcount leak in kernel_accept()Wei Yongjun2008-12-191-2/+0Star
* | Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0Star
|/
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-191-32/+60
|\
| * [Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann2008-07-141-1/+1