aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17net: hso: fix muxed tty registrationJohan Hovold1-7/+5
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+8
2021-09-02net: hso: add failure handler for add_net_deviceZiyang Xuan1-3/+8
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+6
2021-08-13net: hso: drop unused function argumentPavel Skripkin1-4/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman1-10/+23
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-21usb: hso: remove the bailout parameterDongliang Mu1-3/+3
2021-07-21usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-15usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-23/+22
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+22
2021-05-24net: hso: fix control-request directionsJohan Hovold1-2/+2
2021-05-20net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-19net: hso: bail out on interrupt URB allocation failureJohan Hovold1-7/+7
2021-05-17net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter1-19/+18
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-02-02net: usb: hso: use new tasklet APIEmil Renner Berthing1-5/+5
2021-01-05net: usb: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2020-08-05usb: hso: remove bogus check for EINPROGRESSOliver Neukum1-2/+1
2020-08-05usb: hso: no complaint about kmalloc failureOliver Neukum1-3/+2
2020-08-05hso: fix bailout in error case of probeOliver Neukum1-4/+4
2020-07-28usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-07-13usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven1-2/+3
2020-05-07usb: hso: correct debug messageOliver Neukum1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-26net: hso: Fix -Wcast-function-typePhong Tran1-2/+3
2019-10-17usb: hso: obey DMA rules in tiocmgetOliver Neukum1-4/+9
2019-10-01hso: fix NULL-deref on tty openJohan Hovold1-4/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner1-15/+1
2018-12-12USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2018-07-16net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva1-6/+3
2018-06-22net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-14/+21
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-4/+4
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-2/+1
2017-11-01net: hso: remove redundant unused variable devColin Ian King1-2/+0
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-7/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-7/+6
2017-04-28net: hso: register netdev later to avoid a race conditionAndreas Kemnade1-7/+7
2017-04-25net: hso: fix module unloadingAndreas Kemnade1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-09-06hso: Convert printk to pr_<level>Joe Perches1-10/+11
2016-09-06hso: Use a more common logging styleJoe Perches1-53/+44
2016-08-13net: usb: hso: don't print error when allocating urb failsWolfram Sang1-15/+5
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1