index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_ldisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-30
bluetooth: hci_ldisc: fix deadlock condition
Felipe Balbi
1
-5
/
+19
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
[next]