aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1
* [Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann2007-10-221-39/+21
* 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/+6
* [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-251-1/+1
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-28/+28
* [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro2006-12-021-8/+8
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-021-1/+1
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-281-1/+1
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-121-4/+5
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-031-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-031-5/+13
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-031-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+5
* [Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann2006-02-131-4/+9
* [Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2005-11-081-107/+17
* [Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann2005-10-281-0/+43
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2005-08-291-1/+1
* [Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter2005-08-291-35/+36
* [Bluetooth] Revert session reference counting fixMarcel Holtmann2005-08-061-4/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2127