summaryrefslogtreecommitdiffstats
path: root/drivers/tty/ipwireless
Commit message (Expand)AuthorAgeFilesLines
* tty: make everyone's write_room return >= 0Jiri Slaby2021-03-101-2/+2
* tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-6/+1
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+0
* tty: ipwireless: fix error handlingTong Zhang2020-09-042-3/+3
* tty: ipwireless: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-041-0/+1
* tty: ipwireless: fix missing checks for ioremapKangjie Lu2019-03-281-0/+8
* tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing2019-01-301-0/+2
* ipwireless: switch to ->[sg]et_serial()Al Viro2018-10-131-18/+18
* tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai2018-04-231-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-6/+5
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-0/+1
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* tty: ipwireless, cleanup TIOCGSERIALJiri Slaby2016-06-251-10/+1
* tty: ipwireless: fix possible NULL dereferenceSudip Mukherjee2016-04-301-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * ipwireless: missing assignmentAlan2015-03-061-1/+1
* | tty: ipwireless: Fix probable mask then right shift defectsJoe Perches2014-11-051-6/+6
|/
* tty: ipwireless: Remove tty->closing abort from ipw_open()Peter Hurley2014-07-101-5/+0
* tty: Fix low_latency BUGPeter Hurley2014-02-281-3/+0
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-151-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-292-1/+5
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-2/+2
* | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* | | TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* | | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\|
| * various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
* | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+1
* | ipwireless: don't oops if we run out of spaceAlan Cox2012-11-151-1/+4
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-3/+3
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-202-3/+3
* | tty: ipwireless: check ppp register workedAlan Cox2012-09-171-1/+6
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+1
|/
* TTY: ipwireless, use tty from tty_portJiri Slaby2012-04-091-9/+8
* TTY: ipwireless, add tty_portJiri Slaby2012-04-091-14/+15
* TTY: ipwireless, move prints to appropriate placesJiri Slaby2012-04-091-21/+10
* TTY: ipwireless, use synchronous hangupJiri Slaby2012-04-091-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-202-2/+2
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-042-2/+2
* | TTY: ipwireless, fix tty->index handlingJiri Slaby2012-03-081-23/+13
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\
| * pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* | tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-20/+32