summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-151-1/+1
* net: hso: fix muxed tty registrationJohan Hovold2021-09-171-7/+5
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-071-3/+8
|\
| * net: hso: add failure handler for add_net_deviceZiyang Xuan2021-09-021-3/+8
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ | |/ |/|
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-10/+23
| |\
| | * usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-151-10/+23
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
| |/
* | net: hso: drop unused function argumentPavel Skripkin2021-08-131-4/+3
* | usb: hso: remove the bailout parameterDongliang Mu2021-07-211-3/+3
* | usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-211-10/+23
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-4/+4
|\
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-23/+22
| |\
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-23/+22
|\ \ \ | | |/ | |/|
| * | net: hso: fix control-request directionsJohan Hovold2021-05-241-2/+2
| * | net: hso: bail out on interrupt URB allocation failureJohan Hovold2021-05-191-7/+7
| * | net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter2021-05-171-19/+18
| |/
* / net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing2021-05-201-4/+3
|/
* net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-261-1/+1
* net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam2021-04-071-21/+12
* net: usb: hso: use new tasklet APIEmil Renner Berthing2021-02-021-5/+5
* net: usb: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-2/+1
* usb: hso: remove bogus check for EINPROGRESSOliver Neukum2020-08-051-2/+1
* usb: hso: no complaint about kmalloc failureOliver Neukum2020-08-051-3/+2
* hso: fix bailout in error case of probeOliver Neukum2020-08-051-4/+4
* usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev2020-07-281-1/+4
* usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven2020-07-131-2/+3
* usb: hso: correct debug messageOliver Neukum2020-05-071-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: hso: Fix -Wcast-function-typePhong Tran2019-11-261-2/+3
* usb: hso: obey DMA rules in tiocmgetOliver Neukum2019-10-171-4/+9
* hso: fix NULL-deref on tty openJohan Hovold2019-10-011-4/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-15/+1
* USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng2018-12-121-2/+16
* net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva2018-07-161-6/+3
* net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-14/+21
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-4/+4
* net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-11-181-2/+1
* net: hso: remove redundant unused variable devColin Ian King2017-11-011-2/+0
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-7/+6
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-7/+6
* net: hso: register netdev later to avoid a race conditionAndreas Kemnade2017-04-281-7/+7
* net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* hso: Convert printk to pr_<level>Joe Perches2016-09-061-10/+11
* hso: Use a more common logging styleJoe Perches2016-09-061-53/+44