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
/
drivers
/
tty
/
ipwireless
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+4
2021-06-15
ipwireless: remove unused ipw_tty::closing
Jiri Slaby
1
-2
/
+0
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-03-10
tty: make everyone's write_room return >= 0
Jiri Slaby
1
-2
/
+2
2021-03-10
tty: do not check tty_unregister_driver's return value
Jiri Slaby
1
-6
/
+1
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-1
/
+0
2020-09-04
tty: ipwireless: fix error handling
Tong Zhang
2
-3
/
+3
2020-08-18
tty: ipwireless: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2019-04-04
tty: add SPDX identifiers to Kconfig and Makefiles
Greg Kroah-Hartman
1
-0
/
+1
2019-03-27
tty: ipwireless: fix missing checks for ioremap
Kangjie Lu
1
-0
/
+8
2019-01-30
tty: ipwireless: Fix potential NULL pointer dereference
YueHaibing
1
-0
/
+2
2018-10-13
ipwireless: switch to ->[sg]et_serial()
Al Viro
1
-18
/
+18
2018-04-23
tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_create
Jia-Ju Bai
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-6
/
+5
2017-11-14
Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
8
-0
/
+8
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2016-06-25
tty: ipwireless, cleanup TIOCGSERIAL
Jiri Slaby
1
-10
/
+1
2016-04-30
tty: ipwireless: fix possible NULL dereference
Sudip Mukherjee
1
-0
/
+5
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-03-07
ipwireless: missing assignment
Alan
1
-1
/
+1
2014-11-06
tty: ipwireless: Fix probable mask then right shift defects
Joe Perches
1
-6
/
+6
2014-07-11
tty: ipwireless: Remove tty->closing abort from ipw_open()
Peter Hurley
1
-5
/
+0
2014-03-01
tty: Fix low_latency BUG
Peter Hurley
1
-3
/
+0
2014-01-08
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-03-16
tty: ipwireless: Remove redundant NULL check before kfree
Syam Sidhardhan
1
-2
/
+1
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2013-01-29
Merge branch 'master' into for-next
Jiri Kosina
2
-1
/
+5
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+1
2013-01-16
TTY: move low_latency to tty_port
Jiri Slaby
1
-1
/
+1
2013-01-16
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-1
/
+1
2013-01-03
treewide: Replace incomming with incoming in all comments and strings
Jorrit Schippers
1
-2
/
+2
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-19
various: Fix spelling of "asynchronous" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+1
2012-11-16
ipwireless: don't oops if we run out of space
Alan Cox
1
-1
/
+4
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-3
/
+3
2012-09-17
tty: ipwireless: check ppp register worked
Alan Cox
1
-1
/
+6
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2
-3
/
+3
2012-08-14
TTY: use tty_port_register_device
Jiri Slaby
1
-1
/
+1
2012-04-09
TTY: ipwireless, use tty from tty_port
Jiri Slaby
1
-9
/
+8
2012-04-09
TTY: ipwireless, add tty_port
Jiri Slaby
1
-14
/
+15
2012-04-09
TTY: ipwireless, move prints to appropriate places
Jiri Slaby
1
-21
/
+10
2012-04-09
TTY: ipwireless, use synchronous hangup
Jiri Slaby
1
-3
/
+3
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-2
/
+2
2012-03-08
TTY: ipwireless, fix tty->index handling
Jiri Slaby
1
-23
/
+13
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
[next]