index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
/
tty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-20
Bluetooth: don't release the port in rfcomm_dev_state_change()
Gianluca Anzolin
1
-33
/
+2
2013-08-21
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
Gianluca Anzolin
1
-0
/
+6
2013-08-21
Bluetooth: Fix the reference counting of tty_port
Gianluca Anzolin
1
-34
/
+12
2013-08-21
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
Gianluca Anzolin
1
-70
/
+47
2013-08-21
Bluetooth: Move the tty initialization and cleanup out of open/close
Gianluca Anzolin
1
-42
/
+72
2013-08-21
Bluetooth: Remove the device from the list in the destructor
Gianluca Anzolin
1
-21
/
+6
2013-08-21
Bluetooth: Take proper tty_struct references
Gianluca Anzolin
1
-12
/
+17
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-11
/
+5
2013-01-16
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-2
/
+3
2012-10-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-3
/
+3
2012-09-28
Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr
Andrei Emeltchenko
1
-1
/
+1
2012-09-28
Bluetooth: Use %pMR in debug instead of batostr
Andrei Emeltchenko
1
-2
/
+2
2012-08-27
Merge 3.6-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2012-08-16
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
Mathias Krause
1
-1
/
+1
2012-08-14
TTY: use tty_port_register_device
Jiri Slaby
1
-2
/
+2
2012-08-10
tty: localise the lock
Alan Cox
1
-2
/
+2
2012-08-06
Merge tty-next into 3.6-rc1
Greg Kroah-Hartman
1
-7
/
+2
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-1
/
+1
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
1
-2
/
+2
2012-07-07
tty: localise the lock
Alan Cox
1
-2
/
+2
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
1
-5
/
+0
2012-06-05
Bluetooth: Remove most of the inline usage
Gustavo Padovan
1
-2
/
+2
2012-06-03
tty: Revert the tty locking series, it needs more work
Linus Torvalds
1
-2
/
+2
2012-05-05
tty_lock: Localise the lock
Alan Cox
1
-2
/
+2
2012-04-09
TTY: rfcomm/tty, use count from tty_port
Jiri Slaby
1
-9
/
+21
2012-04-09
TTY: rfcomm/tty, remove work for tty_wakeup
Jiri Slaby
1
-19
/
+3
2012-04-09
TTY: rfcomm/tty, use tty_port refcounting
Jiri Slaby
1
-32
/
+26
2012-04-09
TTY: rfcomm/tty, add tty_port
Jiri Slaby
1
-12
/
+13
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2012-03-08
Bluetooth: Fix using uninitialized variable
Luiz Augusto von Dentz
1
-3
/
+3
2012-01-03
Bluetooth: Fix context in RFCOMM tty
Gustavo F. Padovan
1
-11
/
+11
2011-11-07
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
1
-13
/
+7
2011-11-07
Bluetooth: Replace rfcomm tty tasklet by workqueue
David Herrmann
1
-7
/
+9
2011-11-07
Bluetooth: Return proper error codes on rfcomm tty init
David Herrmann
1
-3
/
+6
2011-03-17
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+3
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-1
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2011-02-16
Bluetooth: Release BTM while sleeping to avoid deadlock
Vladislav P
1
-0
/
+2
2010-12-02
Bluetooth: clean up rfcomm code
Andrei Emeltchenko
1
-12
/
+16
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-3
/
+1
2010-10-22
tty: icount changeover for other main devices
Alan Cox
1
-4
/
+0
2010-10-12
Bluetooth: make batostr() print in the right order
Gustavo F. Padovan
1
-3
/
+1
2010-08-01
Bluetooth: Remove __exit from rfcomm_cleanup_ttys()
Gustavo F. Padovan
1
-1
/
+1
2010-07-27
Bluetooth: Add __init and __exit marks to RFCOMM
Gustavo F. Padovan
1
-2
/
+2
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2009-04-01
proc tty: remove struct tty_operations::read_proc
Alexey Dobriyan
1
-6
/
+0
2009-03-25
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
1
-2
/
+3
2008-12-15
bt/rfcomm/tty: join error paths
Ilpo Järvinen
1
-6
/
+7
[next]