summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)AuthorLines
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixDave Young-1/+12
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young-5/+0
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young-1/+2
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young-1/+2
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young-9/+13
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann-0/+25
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann-2/+3
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo-8/+22
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli-0/+4
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann-3/+8
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann-1/+8
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki-23/+23
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann-7/+15
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-2/+2
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann-1/+1
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann-3/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike-1/+1
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann-1/+20
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds-2/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum-6/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman-1/+0
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap-0/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox-7/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro-1/+1
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco-1/+1
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter-37/+160
2005-08-29[Bluetooth]: Call tty_hangup() when DCD is de-assertedTimo Teräs-1/+6
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+930