summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2008-07-141-0/+4
| * [Bluetooth] Export details about authentication requirementsMarcel Holtmann2008-07-141-1/+2
| * [Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann2008-07-141-0/+8
| * [Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2008-07-141-31/+46
* | net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
|/
* bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven2008-05-291-1/+1
* bluetooth : __rfcomm_dlc_close lock fixDave Young2008-04-021-1/+1
* remove final fastcall usersHarvey Harrison2008-02-141-2/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1Star
* [Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann2007-10-221-39/+21Star
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann2007-05-051-0/+10
* [Bluetooth] Use in-kernel sockets APIMarcel Holtmann2007-05-051-13/+6Star
* [BLUETOOTH] rfcomm_worker(): fix wakeup raceAndrew Morton2007-04-261-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-28/+28
* [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro2006-12-031-8/+8
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-031-1/+1
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-161-1/+2
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-291-1/+1
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-131-4/+5
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-041-0/+5