summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)Author
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22tty: icount changeover for other main devicesAlan Cox
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-07-31Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gustavo F. Padovan
2010-07-27Bluetooth: Add __init and __exit marks to RFCOMMGustavo F. Padovan
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2008-12-14bt/rfcomm/tty: join error pathsIlpo Järvinen
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-20tty: Ldisc revampAlan Cox
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-06-03bluetooth: rfcomm_dev_state_change deadlock fixDave Young
2008-04-01bluetooth : __rfcomm_dlc_close lock fixDave Young
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap