1. ca8bee5 Bluetooth: Rename HCI_BREDR into HCI_PRIMARY by Marcel Holtmann · 8 years ago
  2. 84cb3df Bluetooth: hci_ldisc: Fix null pointer derefence in case of early data by Loic Poulain · 8 years ago
  3. 395174b Bluetooth: hci_uart: Add Intel/AG6xx support by Loic Poulain · 8 years ago
  4. e6e981c Bluetooth: hci_ldisc: Remove dead code by Peter Hurley · 9 years ago
  5. 618e8bc Bluetooth: Use new hci_skb_pkt_* wrappers for drivers by Marcel Holtmann · 9 years ago
  6. aee61f7 Bluetooth: hci_uart: Provide initial manufacturer information by Marcel Holtmann · 9 years ago
  7. e9ca8bf Bluetooth: Move handling of HCI_RUNNING flag into core by Marcel Holtmann · 9 years ago
  8. 73d0d3c Bluetooth: Move HCI_RUNNING check into hci_send_frame by Marcel Holtmann · 9 years ago
  9. 7649faf Bluetooth: Remove useless rx_lock spinlock by Frederic Danis · 9 years ago
  10. 0ff252c Bluetooth: hciuart: Add support QCA chipset for UART by Ben Young Tae Kim · 9 years ago
  11. acf50c5 Bluetooth: hci_ldisc: Cleaned up coding style warnings by Prasanna Karthik · 9 years ago
  12. ca93cee Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devices by Loic Poulain · 9 years ago
  13. 960ef1d Bluetooth: hci_uart: Fix speed selection by Frederic Danis · 9 years ago
  14. 2a973df Bluetooth: hci_uart: Add new line discipline enhancements by Ilya Faenson · 9 years ago
  15. 7721383 Bluetooth: hci_uart: Support operational speed during setup by Frederic Danis · 9 years ago
  16. 18aeb44 Bluetooth: btbcm: Move request/release_firmware() by Frederic Danis · 9 years ago
  17. bca03c9 Bluetooth: hci_uart: Use generic Intel support for address setting by Marcel Holtmann · 9 years ago
  18. bdd8818 Bluetooth: hci_uart: Add protocol support for Broadcom UART devices by Marcel Holtmann · 9 years ago
  19. 3e0ac12 Bluetooth: hci_uart: Use generic functionality from Broadcom module by Marcel Holtmann · 9 years ago
  20. 788a675 Bluetooth: hci_uart: Update version number driver by Marcel Holtmann · 9 years ago
  21. 01009ee Bluetooth: hci_uart: Remove the manual protocol init message by Marcel Holtmann · 9 years ago
  22. 4ee7ef1 Bluetooth: hci_uart: Make struct hci_uart_proto always const by Marcel Holtmann · 9 years ago
  23. 9d1c40e Bluetooth: hci_uart: Use const data pointer for received data by Marcel Holtmann · 9 years ago
  24. facf522 Bluetooth: hci_uart: Fix indentation issues for multi-line functions by Marcel Holtmann · 9 years ago
  25. dfe19d2 Bluetooth: hci_uart: Remove unneeded cast of tty->disc_data by Marcel Holtmann · 9 years ago
  26. e9a2dd2 Bluetooth: hci_uart: Add support Broadcom address configuration by Marcel Holtmann · 9 years ago
  27. 16e3887 Bluetooth: hci_uart: Add support Intel address configuration by Marcel Holtmann · 9 years ago
  28. fb2ce8d Bluetooth: hci_uart: Add support for vendor detection flag by Marcel Holtmann · 9 years ago
  29. 41533fe Bluetooth: Remove unneeded extra ( ) in valid flags check by Marcel Holtmann · 9 years ago
  30. eb17380 Bluetooth: hci_uart: Add setup callback by Loic Poulain · 9 years ago
  31. c7e0c14 Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registered by Marcel Holtmann · 10 years ago
  32. 6afd04a Bluetooth: Add support for external configuration with UART driver by Marcel Holtmann · 10 years ago
  33. bb72bd6 Bluetooth: Check for valid HCI UART driver flags by Marcel Holtmann · 10 years ago
  34. da64c27 bluetooth: hci_ldisc: fix deadlock condition by Felipe Balbi · 10 years ago
  35. a08b15e Bluetooth: Remove assignments in if-statements by Valentin Ilie · 11 years ago
  36. 52bc423 Bluetooth: Remove pointless parameter check in hci_uart_send_frame() by Marcel Holtmann · 11 years ago
  37. 7bd8f09 Bluetooth: Add hdev parameter to hdev->send driver callback by Marcel Holtmann · 11 years ago
  38. 1687dfc Bluetooth: Remove trivial white space by Chan-yeol Park · 11 years ago
  39. 788f092 Bluetooth: Fix possible NULL dereference in hci_uart_tty_receive by Chan-yeol Park · 11 years ago
  40. f327b34 TTY: hci_ldisc, remove invalid check in open by Jiri Slaby · 12 years ago
  41. a20890d Bluetooth: hci_ldisc.c: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  42. 9f2aee8 Bluetooth: Add delayed init sequence support for UART controllers by Johan Hedberg · 12 years ago
  43. dac670b Bluetooth: Simplify hci_uart_tty_close logic by Johan Hedberg · 12 years ago
  44. 7dec65c Bluetooth: Initial skeleton for Three-wire UART (H5) support by Johan Hedberg · 12 years ago
  45. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 12 years ago
  46. 6935e0f Bluetooth: Remove redundant hdev->parent field by David Herrmann · 12 years ago
  47. 33b69bf Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close by Johan Hovold · 12 years ago
  48. 8a7a3fd Bluetooth: Add support for creating HCI UART based AMP controllers by Marcel Holtmann · 12 years ago
  49. a55e1f3 Bluetooth: Allow HCI UART reset parameter via flags ioctl by Marcel Holtmann · 12 years ago
  50. 46479e6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git by Johan Hedberg · 12 years ago
  51. 155961e Bluetooth: Remove hci_dev->driver_data by David Herrmann · 12 years ago
  52. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 12 years ago
  53. 797fe79 Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb by David Herrmann · 12 years ago
  54. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  55. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  56. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  57. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  58. 78b4a56 Bluetooth: hci_uart: check the return value of recv() by Jiejing Zhang · 13 years ago
  59. 7f4b2b0 Bluetooth: Make hci a child of the corresponding tty device. by Andrei Warkentin · 13 years ago
  60. d931956 Bluetooth: add NULL pointer check in HCI by Jun Nie · 14 years ago
  61. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  62. c19483c bluetooth: Fix missing NULL check by Alan Cox · 14 years ago
  63. 7f8f272 Bluetooth: hci_uart: Fix typo in stats for sco tx by Karl Beldan · 14 years ago
  64. b3190df Bluetooth: Support for Atheros AR300x serial chip by Suraj Sumangala · 14 years ago
  65. 63c7d09 Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls by Johan Hedberg · 14 years ago
  66. 7452d24 Bluetooth: Fix warning: variable 'tty' set but not used by Justin P. Mattock · 14 years ago
  67. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 14 years ago
  68. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  69. 7f8d09e tty: fix bluetooth scribbling on low latency flags by Alan Cox · 15 years ago
  70. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  71. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  72. 7a9d402 Bluetooth: Send HCI Reset command by default on device initialization by Marcel Holtmann · 16 years ago
  73. 47afa7a tty: some ICANON magic is in the wrong places by Alan Cox · 16 years ago
  74. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  75. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  76. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 16 years ago
  77. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  78. 3611f4d hci_ldisc: fix null pointer deref by David Newall · 16 years ago
  79. 166d2f6 [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips by Ohad Ben-Cohen · 17 years ago
  80. c33be3c [Bluetooth] Fix unintentional fall-through in HCI line discipline by Marcel Holtmann · 17 years ago
  81. 22ad420 [Bluetooth] Fix NULL pointer dereference in HCI line discipline by Marcel Holtmann · 17 years ago
  82. d215874 [Bluetooth] Add HCIUARTGETDEVICE support for HCI line discipline by Marcel Holtmann · 17 years ago
  83. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  84. 7785162 [Bluetooth] Code cleanup for the HCI UART driver by Marcel Holtmann · 18 years ago
  85. 420cc35 [Bluetooth] Avoid NULL pointer dereference with tty->driver by Marcel Holtmann · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  88. 089b1db [PATCH] bluetooth: kmalloc + memset -> kzalloc conversion by Deepak Saxena · 19 years ago
  89. 0372a66 [Bluetooth] Cleanup of the HCI UART driver by Marcel Holtmann · 19 years ago
  90. 20dd6f5 [Bluetooth] Remove TXCRC compile option for BCSP driver by Marcel Holtmann · 19 years ago
  91. 0d48d93 [Bluetooth]: Move packet type into the SKB control buffer by Marcel Holtmann · 19 years ago
  92. 66e8b6c [Bluetooth] Remove unused functions and cleanup symbol exports by Marcel Holtmann · 19 years ago
  93. 64ccd71 [PATCH] Convert users to tty_unregister_ldisc() by Alexey Dobriyan · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago