summaryrefslogtreecommitdiffstats
path: root/drivers/tty/ipwireless
AgeCommit message (Expand)AuthorLines
2023-11-23tty: ipwireless: remove unused ipw_dev::attribute_memoryJiri Slaby (SUSE)-3/+0
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-3/+2
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+4
2021-06-15ipwireless: remove unused ipw_tty::closingJiri Slaby-2/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby-2/+2
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby-6/+1
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby-1/+0
2020-09-04tty: ipwireless: fix error handlingTong Zhang-3/+3
2020-08-18tty: ipwireless: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2019-03-28tty: ipwireless: fix missing checks for ioremapKangjie Lu-0/+8
2019-01-30tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing-0/+2
2018-10-13ipwireless: switch to ->[sg]et_serial()Al Viro-18/+18
2018-04-23tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-6/+5
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2016-06-25tty: ipwireless, cleanup TIOCGSERIALJiri Slaby-10/+1
2016-04-30tty: ipwireless: fix possible NULL dereferenceSudip Mukherjee-0/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2015-03-06ipwireless: missing assignmentAlan-1/+1
2014-11-05tty: ipwireless: Fix probable mask then right shift defectsJoe Perches-6/+6
2014-07-10tty: ipwireless: Remove tty->closing abort from ipw_open()Peter Hurley-5/+0
2014-02-28tty: Fix low_latency BUGPeter Hurley-3/+0
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-03-15tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan-2/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina-1/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-7/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby-0/+1
2012-11-15ipwireless: don't oops if we run out of spaceAlan Cox-1/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-3/+3
2012-09-17tty: ipwireless: check ppp register workedAlan Cox-1/+6
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-3/+3
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-1/+1
2012-04-09TTY: ipwireless, use tty from tty_portJiri Slaby-9/+8
2012-04-09TTY: ipwireless, add tty_portJiri Slaby-14/+15
2012-04-09TTY: ipwireless, move prints to appropriate placesJiri Slaby-21/+10
2012-04-09TTY: ipwireless, use synchronous hangupJiri Slaby-3/+3