summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/tty.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz1-3/+3
2012-01-03Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan1-11/+11
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-13/+7
2011-11-07Bluetooth: Replace rfcomm tty tasklet by workqueueDavid Herrmann1-7/+9
2011-11-07Bluetooth: Return proper error codes on rfcomm tty initDavid Herrmann1-3/+6
2011-03-17Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P1-0/+2
2010-12-02Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-12/+16
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+1
2010-10-22tty: icount changeover for other main devicesAlan Cox1-4/+0
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan1-3/+1
2010-08-01Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gustavo F. Padovan1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to RFCOMMGustavo F. Padovan1-2/+2
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-6/+0
2009-03-25Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-2/+3
2008-12-15bt/rfcomm/tty: join error pathsIlpo Järvinen1-6/+7
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann1-9/+21
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+58
2008-07-21tty: Ldisc revampAlan Cox1-11/+2
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-1/+58
2008-07-14[Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann1-1/+54
2008-07-14[Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann1-0/+3
2008-07-14[Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann1-0/+1
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-04bluetooth: rfcomm_dev_state_change deadlock fixDave Young1-1/+12
2008-04-02bluetooth : __rfcomm_dlc_close lock fixDave Young1-5/+0
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young1-1/+2
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young1-1/+2
2008-01-11[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young1-9/+13
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann1-0/+25
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann1-2/+3
2007-07-11[Bluetooth] Keep rfcomm_dev on the list until it is freedVille Tervo1-8/+22
2007-07-11[Bluetooth] Hangup TTY before releasing rfcomm_devMikko Rapeli1-0/+4
2007-05-05[Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann1-3/+8
2007-02-26[Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann1-1/+8
2007-02-11[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-23/+23
2007-01-09[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann1-7/+15
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-11-22[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann1-1/+1
2006-10-16[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann1-0/+3
2006-10-16[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann1-3/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-29[Bluetooth] Integrate services into the driver modelMarcel Holtmann1-1/+20