aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/ipwireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-03-28tty: ipwireless: fix missing checks for ioremapKangjie Lu1-0/+8
2019-01-30tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing1-0/+2
2018-10-13ipwireless: switch to ->[sg]et_serial()Al Viro1-18/+18
2018-04-23tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-6/+5
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-06-25tty: ipwireless, cleanup TIOCGSERIALJiri Slaby1-10/+1
2016-04-30tty: ipwireless: fix possible NULL dereferenceSudip Mukherjee1-0/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-06ipwireless: missing assignmentAlan1-1/+1
2014-11-05tty: ipwireless: Fix probable mask then right shift defectsJoe Perches1-6/+6
2014-07-10tty: ipwireless: Remove tty->closing abort from ipw_open()Peter Hurley1-5/+0
2014-02-28tty: Fix low_latency BUGPeter Hurley1-3/+0
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-03-15tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina2-1/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-11-15ipwireless: don't oops if we run out of spaceAlan Cox1-1/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-3/+3
2012-09-17tty: ipwireless: check ppp register workedAlan Cox1-1/+6
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-3/+3
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+1
2012-04-09TTY: ipwireless, use tty from tty_portJiri Slaby1-9/+8
2012-04-09TTY: ipwireless, add tty_portJiri Slaby1-14/+15
2012-04-09TTY: ipwireless, move prints to appropriate placesJiri Slaby1-21/+10
2012-04-09TTY: ipwireless, use synchronous hangupJiri Slaby1-3/+3
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+2
2012-03-08TTY: ipwireless, fix tty->index handlingJiri Slaby1-23/+13
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2-2/+2
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds10-0/+3644
2011-02-22tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman10-0/+3632