index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_ldisc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registered
Marcel Holtmann
2014-07-12
1
-1
/
+1
*
Bluetooth: Add support for external configuration with UART driver
Marcel Holtmann
2014-07-11
1
-1
/
+5
*
Bluetooth: Check for valid HCI UART driver flags
Marcel Holtmann
2014-07-11
1
-1
/
+18
*
bluetooth: hci_ldisc: fix deadlock condition
Felipe Balbi
2014-04-24
1
-5
/
+19
*
Bluetooth: Remove assignments in if-statements
Valentin Ilie
2014-03-05
1
-3
/
+6
*
Bluetooth: Remove pointless parameter check in hci_uart_send_frame()
Marcel Holtmann
2013-10-11
1
-8
/
+1
*
Bluetooth: Add hdev parameter to hdev->send driver callback
Marcel Holtmann
2013-10-11
1
-2
/
+1
*
Bluetooth: Remove trivial white space
Chan-yeol Park
2013-04-04
1
-5
/
+5
*
Bluetooth: Fix possible NULL dereference in hci_uart_tty_receive
Chan-yeol Park
2013-04-04
1
-1
/
+4
*
TTY: hci_ldisc, remove invalid check in open
Jiri Slaby
2012-10-22
1
-6
/
+1
*
Bluetooth: hci_ldisc.c: removes unnecessary semicolon
Peter Senna Tschudin
2012-09-18
1
-1
/
+1
*
Bluetooth: Add delayed init sequence support for UART controllers
Johan Hedberg
2012-07-17
1
-1
/
+38
*
Bluetooth: Simplify hci_uart_tty_close logic
Johan Hedberg
2012-07-17
1
-12
/
+13
*
Bluetooth: Initial skeleton for Three-wire UART (H5) support
Johan Hedberg
2012-07-17
1
-0
/
+6
*
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
Szymon Janc
2012-06-05
1
-1
/
+1
*
Bluetooth: Remove redundant hdev->parent field
David Herrmann
2012-05-09
1
-1
/
+1
*
Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close
Johan Hovold
2012-03-28
1
-1
/
+1
*
Bluetooth: Add support for creating HCI UART based AMP controllers
Marcel Holtmann
2012-02-24
1
-0
/
+5
*
Bluetooth: Allow HCI UART reset parameter via flags ioctl
Marcel Holtmann
2012-02-24
1
-8
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
Johan Hedberg
2012-02-16
1
-1
/
+1
|
\
|
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-1
/
+1
*
|
Bluetooth: Remove hci_dev->driver_data
David Herrmann
2012-02-13
1
-3
/
+3
*
|
Bluetooth: Remove HCI-owner field
David Herrmann
2012-02-13
1
-2
/
+0
*
|
Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb
David Herrmann
2012-02-13
1
-10
/
+2
|
/
*
Revert "tty: make receive_buf() return the amout of bytes received"
Linus Torvalds
2011-06-04
1
-11
/
+6
*
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-05-23
1
-8
/
+11
|
\
|
*
tty: make receive_buf() return the amout of bytes received
Felipe Balbi
2011-04-22
1
-4
/
+8
*
|
Bluetooth: hci_uart: check the return value of recv()
Jiejing Zhang
2011-04-13
1
-2
/
+4
|
/
*
Bluetooth: Make hci a child of the corresponding tty device.
Andrei Warkentin
2011-02-16
1
-0
/
+1
*
Bluetooth: add NULL pointer check in HCI
Jun Nie
2010-12-08
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-10-23
1
-1
/
+1
|
\
|
*
Bluetooth: hci_uart: Fix typo in stats for sco tx
Karl Beldan
2010-10-12
1
-1
/
+1
*
|
bluetooth: Fix missing NULL check
Alan Cox
2010-10-22
1
-0
/
+7
|
/
*
Bluetooth: Support for Atheros AR300x serial chip
Suraj Sumangala
2010-07-21
1
-0
/
+6
*
Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls
Johan Hedberg
2010-07-21
1
-0
/
+12
*
Bluetooth: Fix warning: variable 'tty' set but not used
Justin P. Mattock
2010-07-21
1
-2
/
+0
*
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
2010-02-27
1
-1
/
+1
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
tty: fix bluetooth scribbling on low latency flags
Alan Cox
2009-06-11
1
-1
/
+0
*
tty: rewrite the ldisc locking
Alan Cox
2009-06-11
1
-2
/
+2
*
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
2008-11-30
1
-5
/
+0
*
Bluetooth: Send HCI Reset command by default on device initialization
Marcel Holtmann
2008-11-30
1
-2
/
+2
*
tty: some ICANON magic is in the wrong places
Alan Cox
2008-10-13
1
-1
/
+1
*
[Bluetooth] Consolidate maintainers information
Marcel Holtmann
2008-08-18
1
-1
/
+1
*
tty: Ldisc revamp
Alan Cox
2008-07-20
1
-3
/
+3
*
tty: add throttle/unthrottle helpers
Alan Cox
2008-04-30
1
-3
/
+1
*
tty: The big operations rework
Alan Cox
2008-04-30
1
-8
/
+5
*
hci_ldisc: fix null pointer deref
David Newall
2008-02-12
1
-0
/
+1
*
[Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips
Ohad Ben-Cohen
2007-10-22
1
-1
/
+7
*
[Bluetooth] Fix unintentional fall-through in HCI line discipline
Marcel Holtmann
2007-05-10
1
-0
/
+1
[next]