1. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  2. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  3. e57d758a Bluetooth: Fix using uninitialized variable by Luiz Augusto von Dentz · 12 years ago
  4. 393432c Bluetooth: Fix context in RFCOMM tty by Gustavo F. Padovan · 13 years ago
  5. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  6. 96af739 Bluetooth: Replace rfcomm tty tasklet by workqueue by David Herrmann · 13 years ago
  7. 5ada991 Bluetooth: Return proper error codes on rfcomm tty init by David Herrmann · 13 years ago
  8. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  9. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
  10. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  11. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  12. 840af82 Bluetooth: Release BTM while sleeping to avoid deadlock by Vladislav P · 14 years ago
  13. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  14. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  15. 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
  16. d6b2eb2 Bluetooth: make batostr() print in the right order by Gustavo F. Padovan · 14 years ago
  17. 28e9509 Bluetooth: Remove __exit from rfcomm_cleanup_ttys() by Gustavo F. Padovan · 14 years ago
  18. 2f8362a Bluetooth: Add __init and __exit marks to RFCOMM by Gustavo F. Padovan · 14 years ago
  19. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  20. 0f043a8 proc tty: remove struct tty_operations::read_proc by Alexey Dobriyan · 15 years ago
  21. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  22. 037322a bt/rfcomm/tty: join error paths by Ilpo Järvinen · 16 years ago
  23. 9a5df92 Bluetooth: Fix RFCOMM release oops when device is still in use by Marcel Holtmann · 16 years ago
  24. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  25. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  26. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  27. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  28. a0c22f2 [Bluetooth] Move pending packets from RFCOMM socket to TTY by Marcel Holtmann · 16 years ago
  29. 8b6b3da [Bluetooth] Store remote modem status for RFCOMM TTY by Marcel Holtmann · 16 years ago
  30. ca37bdd [Bluetooth] Use non-canonical TTY by default for RFCOMM by Marcel Holtmann · 16 years ago
  31. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  32. 537d59a bluetooth: rfcomm_dev_state_change deadlock fix by Dave Young · 16 years ago
  33. 1905f6c bluetooth : __rfcomm_dlc_close lock fix by Dave Young · 16 years ago
  34. 93d8074 bluetooth rfcomm tty: destroy before tty_close() by Dave Young · 17 years ago
  35. acea685 [BLUETOOTH]: Move children of connection device to NULL before connection down. by Dave Young · 17 years ago
  36. f951375 [BLUETOOTH]: rfcomm tty BUG_ON() code fix by Dave Young · 17 years ago
  37. dae6a0f [Bluetooth] Add address and channel attribute to RFCOMM TTY device by Marcel Holtmann · 17 years ago
  38. 09c7d82 [IRDA]: Fix rfcomm use-after-free by Marcel Holtmann · 17 years ago
  39. 8de0a15 [Bluetooth] Keep rfcomm_dev on the list until it is freed by Ville Tervo · 17 years ago
  40. 84950cf [Bluetooth] Hangup TTY before releasing rfcomm_dev by Mikko Rapeli · 17 years ago
  41. 77f2a45 [Bluetooth] Check that device is in rfcomm_dev_list before deleting by Marcel Holtmann · 17 years ago
  42. c1a3313 [Bluetooth] Make use of device_move() for RFCOMM TTY devices by Marcel Holtmann · 18 years ago
  43. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  44. b6e557f [Bluetooth] More checks if DLC is still attached to the TTY by Marcel Holtmann · 18 years ago
  45. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  46. ff2d367 [Bluetooth] Check if RFCOMM session is still attached to the TTY by Marcel Holtmann · 18 years ago
  47. cb19d9e [Bluetooth] Check if DLC is still attached to the TTY by Marcel Holtmann · 18 years ago
  48. b2cfcd7 [Bluetooth] Fix reference count when connection lookup fails by Marcel Holtmann · 18 years ago
  49. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  50. 0a85b96 [Bluetooth] Integrate services into the driver model by Marcel Holtmann · 18 years ago
  51. 25ea6db [Bluetooth] Remaining transitions to use kzalloc() by Marcel Holtmann · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  54. 817d6d3 [PATCH] remove TTY_DONT_FLIP by Paul Fulghum · 18 years ago
  55. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  56. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  57. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  58. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  59. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  60. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  61. 3a5e903 [Bluetooth]: Implement RFCOMM remote port negotiation by J. Suter · 19 years ago
  62. 7b9eb9e [Bluetooth]: Call tty_hangup() when DCD is de-asserted by Timo Teräs · 19 years ago
  63. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago