summaryrefslogtreecommitdiff
path: root/drivers/net/usb/hso.c
AgeCommit message (Expand)Author
2024-02-21net: hso: constify the struct device_type usageRicardo B. Marliere
2023-11-25tty: hso: don't initialize global serial_tableJiri Slaby (SUSE)
2023-11-25tty: hso: don't emit load/unload info to the logJiri Slaby (SUSE)
2023-08-11tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-02-15net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET
2021-09-17net: hso: fix muxed tty registrationJohan Hovold
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-02net: hso: add failure handler for add_net_deviceZiyang Xuan
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-13net: hso: drop unused function argumentPavel Skripkin
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-21usb: hso: remove the bailout parameterDongliang Mu
2021-07-21usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-15usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-24net: hso: fix control-request directionsJohan Hovold
2021-05-20net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing
2021-05-19net: hso: bail out on interrupt URB allocation failureJohan Hovold
2021-05-17net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam
2021-02-02net: usb: hso: use new tasklet APIEmil Renner Berthing
2021-01-05net: usb: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-08-05usb: hso: remove bogus check for EINPROGRESSOliver Neukum
2020-08-05usb: hso: no complaint about kmalloc failureOliver Neukum
2020-08-05hso: fix bailout in error case of probeOliver Neukum
2020-07-28usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev
2020-07-13usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven
2020-05-07usb: hso: correct debug messageOliver Neukum
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-26net: hso: Fix -Wcast-function-typePhong Tran
2019-10-17usb: hso: obey DMA rules in tiocmgetOliver Neukum
2019-10-01hso: fix NULL-deref on tty openJohan Hovold
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner
2018-12-12USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng
2018-07-16net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva
2018-06-22net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman
2017-11-01net: hso: remove redundant unused variable devColin Ian King
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu