summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* remove final fastcall usersHarvey Harrison2008-02-131-2/+2
* bluetooth rfcomm tty: destroy before tty_close()Dave Young2008-02-051-1/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1
* [BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young2008-01-231-1/+2
* [BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young2008-01-101-9/+13
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann2007-10-221-39/+21
* [Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann2007-10-221-0/+25
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-5/+5
* [IRDA]: Fix rfcomm use-after-freeMarcel Holtmann2007-07-311-2/+3
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* [Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo2007-07-111-8/+22
* [Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli2007-07-111-0/+4
* [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann2007-05-051-0/+10
* [Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann2007-05-051-3/+8
* [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
* [Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann2007-02-261-1/+8
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-103-61/+61
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-091-3/+6
* [Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann2007-01-091-7/+15
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [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] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-211-1/+1
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-151-0/+3
* [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-151-3/+1
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-152-2/+4
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-281-1/+1
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-281-1/+20
* [Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann2006-07-241-2/+17
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-122-6/+6
* [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-032-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+1
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2
|/
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+5
* [Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann2006-02-131-4/+9
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-7/+2
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2005-11-082-184/+30
* [Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann2005-10-283-72/+44
OpenPOWER on IntegriCloud