summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-11/+4
|\
| * tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-3/+3
| * tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
| * tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-111-7/+0
* | Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTOLee, Chun-Yi2023-08-111-1/+2
|/
* Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptionsIlpo Järvinen2023-04-231-4/+4
* Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa2022-09-191-2/+5
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\
| * tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldiscThadeu Lima de Souza Cascardo2021-09-221-0/+3
|/
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-6/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-17/+17
|\
| * tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-17/+17
* | Bluetooth: hci_uart: Fix a race for write_work schedulingClaire Chang2020-12-181-4/+3
|/
* Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2020-08-021-0/+1
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-07-311-0/+13
* Bluetooth: hci_ldisc: Add function to wait for characters to be sentSascha Hauer2019-07-061-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...Kefeng Wang2019-02-261-2/+1
* Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-02-181-7/+14
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang2018-09-111-0/+2
|/
* Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede2018-05-301-1/+1
* Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede2018-05-301-9/+11
* Bluetooth: hci_ldisc: Provide a 'default' switch caseFabio Estevam2018-05-181-0/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Bluetooth: hci_ldisc: Fix another race when closing the tty.Ronald Tschalär2017-10-301-2/+2
* Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Ronald Tschalär2017-10-291-16/+22
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: Style fix - align block commentsDerek Robson2017-07-221-1/+2
* Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesDean Jenkins2017-05-181-5/+35
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()Dean Jenkins2017-04-301-0/+3
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()Dean Jenkins2017-04-301-3/+5
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()Dean Jenkins2017-04-301-0/+3
* Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins2017-04-221-0/+1
* Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevDean Jenkins2017-04-221-1/+4
* Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Dean Jenkins2017-04-221-0/+1
* bluetooth: hci_uart: remove unused hci_uart_init_ttyRob Herring2017-04-131-19/+0
* Bluetooth: hci_serdev: allow modular driversSebastian Reichel2017-04-121-0/+1
* Bluetooth: hci_uart: add support for word alignmentSebastian Reichel2017-04-121-0/+4
* Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman2016-09-241-13/+15
* Bluetooth: hci_uart: Add Marvell supportLoic Poulain2016-09-191-0/+6
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1