| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap | Christian Eggers | 1 | -3/+3 |
| 2025-03-25 | Bluetooth: hci_uart: Fix another race during initialization | Arseniy Krasnov | 1 | -6/+14 |
| 2025-03-25 | Bluetooth: hci_uart: fix race during initialization | Arseniy Krasnov | 1 | -1/+2 |
| 2024-11-14 | bluetooth: Fix typos in the comments | Yan Zhen | 1 | -1/+1 |
| 2024-09-10 | Bluetooth: hci_ldisc: Use speed set by btattach as oper_speed | Frédéric Danis | 1 | -0/+3 |
| 2024-09-10 | Bluetooth: hci_uart: Add support for Amlogic HCI UART | Yang Li | 1 | -2/+6 |
| 2024-07-14 | Bluetooth: Use sizeof(*pointer) instead of sizeof(type) | Erick Archer | 1 | -1/+1 |
| 2024-05-14 | Bluetooth: HCI: Remove HCI_AMP support | Luiz Augusto von Dentz | 1 | -6/+0 |
| 2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -11/+4 |
| 2023-08-11 | tty: ldops: unify to u8 | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: remove dummy tty_ldisc_ops::poll() implementations | Jiri Slaby (SUSE) | 1 | -7/+0 |
| 2023-08-11 | Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO | Lee, Chun-Yi | 1 | -1/+2 |
| 2023-04-23 | Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptions | Ilpo Järvinen | 1 | -4/+4 |
| 2022-09-19 | Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure | Tetsuo Handa | 1 | -2/+5 |
| 2021-11-25 | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl | Jiri Slaby | 1 | -3/+2 |
| 2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
| 2021-09-22 | tty: remove file from n_tty_ioctl_helper | Jiri Slaby | 1 | -1/+1 |
| 2021-09-22 | Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
| 2021-05-13 | tty: no checking of tty_unregister_ldisc | Jiri Slaby | 1 | -6/+1 |
| 2021-05-13 | tty: make tty_ldisc_ops a param in tty_unregister_ldisc | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: set tty_ldisc_ops::num statically | Jiri Slaby | 1 | -1/+2 |
| 2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby | 1 | -1/+1 |
| 2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby | 1 | -1/+0 |
| 2021-02-20 | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -17/+17 |
| 2021-01-20 | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer | Linus Torvalds | 1 | -17/+17 |
| 2020-12-18 | Bluetooth: hci_uart: Fix a race for write_work scheduling | Claire Chang | 1 | -4/+3 |
| 2020-08-02 | Bluetooth: hci_uart: Cancel init work before unregistering | Samuel Holland | 1 | -0/+1 |
| 2019-07-31 | Bluetooth: hci_uart: check for missing tty operations | Vladis Dronov | 1 | -0/+13 |
| 2019-07-06 | Bluetooth: hci_ldisc: Add function to wait for characters to be sent | Sascha Hauer | 1 | -0/+8 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -16/+1 |
| 2019-02-26 | Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p... | Kefeng Wang | 1 | -2/+1 |
| 2019-02-18 | Bluetooth: hci_ldisc: Initialize hci_dev before open() | Jeremy Cline | 1 | -7/+14 |
| 2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2018-10-13 | change semantics of ldisc ->compat_ioctl() | Al Viro | 1 | -0/+1 |
| 2018-09-11 | Bluetooth: hci_ldisc: Free rw_semaphore on close | Hermes Zhang | 1 | -0/+2 |
| 2018-05-30 | Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working | Hans de Goede | 1 | -1/+1 |
| 2018-05-30 | Bluetooth: hci_uart: Restore hci_dev->flush callback on open() | Hans de Goede | 1 | -9/+11 |
| 2018-05-18 | Bluetooth: hci_ldisc: Provide a 'default' switch case | Fabio Estevam | 1 | -0/+2 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-10-30 | Bluetooth: hci_ldisc: Fix another race when closing the tty. | Ronald Tschalär | 1 | -2/+2 |
| 2017-10-29 | Bluetooth: hci_ldisc: Allow sleeping while proto locks are held. | Ronald Tschalär | 1 | -16/+22 |
| 2017-10-06 | Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev | Hans de Goede | 1 | -0/+7 |
| 2017-07-22 | Bluetooth: Style fix - align block comments | Derek Robson | 1 | -1/+2 |
| 2017-05-18 | Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races | Dean Jenkins | 1 | -5/+35 |
| 2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup() | Dean Jenkins | 1 | -0/+3 |
| 2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue() | Dean Jenkins | 1 | -3/+5 |
| 2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame() | Dean Jenkins | 1 | -0/+3 |
| 2017-04-22 | Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY | Dean Jenkins | 1 | -0/+1 |
| 2017-04-22 | Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev | Dean Jenkins | 1 | -1/+4 |
| 2017-04-22 | Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work() | Dean Jenkins | 1 | -0/+1 |
| 2017-04-13 | bluetooth: hci_uart: remove unused hci_uart_init_tty | Rob Herring | 1 | -19/+0 |
| 2017-04-12 | Bluetooth: hci_serdev: allow modular drivers | Sebastian Reichel | 1 | -0/+1 |
| 2017-04-12 | Bluetooth: hci_uart: add support for word alignment | Sebastian Reichel | 1 | -0/+4 |
| 2016-09-24 | Bluetooth: Use single return in hci_uart_tty_ioctl() call | Vignesh Raman | 1 | -13/+15 |
| 2016-09-19 | Bluetooth: hci_uart: Add Marvell support | Loic Poulain | 1 | -0/+6 |
| 2016-07-09 | Bluetooth: Rename HCI_BREDR into HCI_PRIMARY | Marcel Holtmann | 1 | -1/+1 |
| 2016-04-08 | Bluetooth: hci_ldisc: Fix null pointer derefence in case of early data | Loic Poulain | 1 | -4/+7 |
| 2016-02-24 | Bluetooth: hci_uart: Add Intel/AG6xx support | Loic Poulain | 1 | -0/+6 |
| 2015-12-10 | Bluetooth: hci_ldisc: Remove dead code | Peter Hurley | 1 | -7/+1 |
| 2015-11-19 | Bluetooth: Use new hci_skb_pkt_* wrappers for drivers | Marcel Holtmann | 1 | -2/+3 |
| 2015-10-21 | Bluetooth: hci_uart: Provide initial manufacturer information | Marcel Holtmann | 1 | -0/+7 |
| 2015-10-05 | Bluetooth: Move handling of HCI_RUNNING flag into core | Marcel Holtmann | 1 | -6/+0 |
| 2015-10-05 | Bluetooth: Move HCI_RUNNING check into hci_send_frame | Marcel Holtmann | 1 | -3/+0 |
| 2015-09-24 | Bluetooth: Remove useless rx_lock spinlock | Frederic Danis | 1 | -5/+3 |
| 2015-08-10 | Bluetooth: hciuart: Add support QCA chipset for UART | Ben Young Tae Kim | 1 | -0/+6 |
| 2015-07-27 | Bluetooth: hci_ldisc: Cleaned up coding style warnings | Prasanna Karthik | 1 | -1/+1 |
| 2015-07-23 | Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devices | Loic Poulain | 1 | -0/+6 |
| 2015-06-18 | Bluetooth: hci_uart: Fix speed selection | Frederic Danis | 1 | -6/+6 |
| 2015-06-17 | Bluetooth: hci_uart: Add new line discipline enhancements | Ilya Faenson | 1 | -6/+102 |
| 2015-06-06 | Bluetooth: hci_uart: Support operational speed during setup | Frederic Danis | 1 | -0/+26 |
| 2015-06-06 | Bluetooth: btbcm: Move request/release_firmware() | Frederic Danis | 1 | -0/+1 |
| 2015-04-07 | Bluetooth: hci_uart: Use generic Intel support for address setting | Marcel Holtmann | 1 | -1/+3 |
| 2015-04-07 | Bluetooth: hci_uart: Add protocol support for Broadcom UART devices | Marcel Holtmann | 1 | -0/+6 |
| 2015-04-07 | Bluetooth: hci_uart: Use generic functionality from Broadcom module | Marcel Holtmann | 1 | -1/+3 |
| 2015-04-07 | Bluetooth: hci_uart: Update version number driver | Marcel Holtmann | 1 | -1/+1 |
| 2015-04-07 | Bluetooth: hci_uart: Remove the manual protocol init message | Marcel Holtmann | 1 | -0/+2 |
| 2015-04-07 | Bluetooth: hci_uart: Make struct hci_uart_proto always const | Marcel Holtmann | 1 | -5/+5 |
| 2015-04-07 | Bluetooth: hci_uart: Use const data pointer for received data | Marcel Holtmann | 1 | -1/+1 |
| 2015-04-07 | Bluetooth: hci_uart: Fix indentation issues for multi-line functions | Marcel Holtmann | 1 | -6/+7 |
| 2015-04-07 | Bluetooth: hci_uart: Remove unneeded cast of tty->disc_data | Marcel Holtmann | 1 | -4/+4 |
| 2015-04-07 | Bluetooth: hci_uart: Add support Broadcom address configuration | Marcel Holtmann | 1 | -0/+5 |
| 2015-04-07 | Bluetooth: hci_uart: Add support Intel address configuration | Marcel Holtmann | 1 | -0/+5 |
| 2015-04-07 | Bluetooth: hci_uart: Add support for vendor detection flag | Marcel Holtmann | 1 | -1/+28 |
| 2015-04-02 | Bluetooth: Remove unneeded extra ( ) in valid flags check | Marcel Holtmann | 1 | -1/+1 |
| 2015-03-25 | Bluetooth: hci_uart: Add setup callback | Loic Poulain | 1 | -0/+11 |
| 2014-07-12 | Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registered | Marcel Holtmann | 1 | -1/+1 |
| 2014-07-11 | Bluetooth: Add support for external configuration with UART driver | Marcel Holtmann | 1 | -1/+5 |
| 2014-07-11 | Bluetooth: Check for valid HCI UART driver flags | Marcel Holtmann | 1 | -1/+18 |
| 2014-04-24 | bluetooth: hci_ldisc: fix deadlock condition | Felipe Balbi | 1 | -5/+19 |
| 2014-03-05 | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 1 | -3/+6 |
| 2013-10-11 | Bluetooth: Remove pointless parameter check in hci_uart_send_frame() | Marcel Holtmann | 1 | -8/+1 |
| 2013-10-11 | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann | 1 | -2/+1 |
| 2013-04-04 | Bluetooth: Remove trivial white space | Chan-yeol Park | 1 | -5/+5 |
| 2013-04-04 | Bluetooth: Fix possible NULL dereference in hci_uart_tty_receive | Chan-yeol Park | 1 | -1/+4 |
| 2012-10-22 | TTY: hci_ldisc, remove invalid check in open | Jiri Slaby | 1 | -6/+1 |
| 2012-09-18 | Bluetooth: hci_ldisc.c: removes unnecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
| 2012-07-17 | Bluetooth: Add delayed init sequence support for UART controllers | Johan Hedberg | 1 | -1/+38 |
| 2012-07-17 | Bluetooth: Simplify hci_uart_tty_close logic | Johan Hedberg | 1 | -12/+13 |
| 2012-07-17 | Bluetooth: Initial skeleton for Three-wire UART (H5) support | Johan Hedberg | 1 | -0/+6 |
| 2012-06-05 | Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE | Szymon Janc | 1 | -1/+1 |
| 2012-05-09 | Bluetooth: Remove redundant hdev->parent field | David Herrmann | 1 | -1/+1 |
| 2012-03-28 | Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close | Johan Hovold | 1 | -1/+1 |
| 2012-02-24 | Bluetooth: Add support for creating HCI UART based AMP controllers | Marcel Holtmann | 1 | -0/+5 |
| 2012-02-24 | Bluetooth: Allow HCI UART reset parameter via flags ioctl | Marcel Holtmann | 1 | -8/+3 |
| 2012-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | Johan Hedberg | 1 | -1/+1 |
| 2012-02-13 | Bluetooth: Remove hci_dev->driver_data | David Herrmann | 1 | -3/+3 |
| 2012-02-13 | Bluetooth: Remove HCI-owner field | David Herrmann | 1 | -2/+0 |
| 2012-02-13 | Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb | David Herrmann | 1 | -10/+2 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -11/+6 |
| 2011-05-23 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -8/+11 |
| 2011-04-22 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -4/+8 |
| 2011-04-13 | Bluetooth: hci_uart: check the return value of recv() | Jiejing Zhang | 1 | -2/+4 |
| 2011-02-16 | Bluetooth: Make hci a child of the corresponding tty device. | Andrei Warkentin | 1 | -0/+1 |
| 2010-12-08 | Bluetooth: add NULL pointer check in HCI | Jun Nie | 1 | -2/+4 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2010-10-22 | bluetooth: Fix missing NULL check | Alan Cox | 1 | -0/+7 |
| 2010-10-12 | Bluetooth: hci_uart: Fix typo in stats for sco tx | Karl Beldan | 1 | -1/+1 |
| 2010-07-21 | Bluetooth: Support for Atheros AR300x serial chip | Suraj Sumangala | 1 | -0/+6 |
| 2010-07-21 | Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls | Johan Hedberg | 1 | -0/+12 |
| 2010-07-21 | Bluetooth: Fix warning: variable 'tty' set but not used | Justin P. Mattock | 1 | -2/+0 |
| 2010-02-27 | Bluetooth: Convert controller hdev->type to hdev->bus | Marcel Holtmann | 1 | -1/+1 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-06-11 | tty: fix bluetooth scribbling on low latency flags | Alan Cox | 1 | -1/+0 |
| 2009-06-11 | tty: rewrite the ldisc locking | Alan Cox | 1 | -2/+2 |
| 2008-11-30 | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 1 | -5/+0 |
| 2008-11-30 | Bluetooth: Send HCI Reset command by default on device initialization | Marcel Holtmann | 1 | -2/+2 |
| 2008-10-13 | tty: some ICANON magic is in the wrong places | Alan Cox | 1 | -1/+1 |
| 2008-08-18 | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 1 | -1/+1 |
| 2008-07-20 | tty: Ldisc revamp | Alan Cox | 1 | -3/+3 |
| 2008-04-30 | tty: add throttle/unthrottle helpers | Alan Cox | 1 | -3/+1 |
| 2008-04-30 | tty: The big operations rework | Alan Cox | 1 | -8/+5 |
| 2008-02-12 | hci_ldisc: fix null pointer deref | David Newall | 1 | -0/+1 |
| 2007-10-22 | [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips | Ohad Ben-Cohen | 1 | -1/+7 |
| 2007-05-10 | [Bluetooth] Fix unintentional fall-through in HCI line discipline | Marcel Holtmann | 1 | -0/+1 |
| 2007-05-10 | [Bluetooth] Fix NULL pointer dereference in HCI line discipline | Marcel Holtmann | 1 | -1/+3 |
| 2007-05-10 | [Bluetooth] Add HCIUARTGETDEVICE support for HCI line discipline | Marcel Holtmann | 1 | -0/+5 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2006-09-28 | [Bluetooth] Code cleanup for the HCI UART driver | Marcel Holtmann | 1 | -8/+5 |
| 2006-07-12 | [Bluetooth] Avoid NULL pointer dereference with tty->driver | Marcel Holtmann | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -15/+1 |
| 2005-11-07 | [PATCH] bluetooth: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 1 | -3/+1 |
| 2005-10-28 | [Bluetooth] Cleanup of the HCI UART driver | Marcel Holtmann | 1 | -65/+69 |
| 2005-10-28 | [Bluetooth] Remove TXCRC compile option for BCSP driver | Marcel Holtmann | 1 | -1/+1 |
| 2005-08-29 | [Bluetooth]: Move packet type into the SKB control buffer | Marcel Holtmann | 1 | -2/+2 |
| 2005-08-06 | [Bluetooth] Remove unused functions and cleanup symbol exports | Marcel Holtmann | 1 | -2/+0 |
| 2005-06-23 | [PATCH] Convert users to tty_unregister_ldisc() | Alexey Dobriyan | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+593 |