index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
kl5kusb105.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+0
2026-06-08
USB: serial: kl5kusb105: fix bulk-out buffer overflow
HyeongJun An
1
-2
/
+2
2026-05-11
USB: serial: drop unused uaccess includes
Johan Hovold
1
-1
/
+0
2026-05-11
USB: serial: drop unused tty_driver includes
Johan Hovold
1
-1
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-08-26
USB: serial: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-2
/
+3
2021-09-22
USB: serial: kl5kusb105: drop line-status helper
Johan Hovold
1
-15
/
+4
2021-09-22
USB: serial: kl5kusb105: simplify line-status handling
Johan Hovold
1
-8
/
+4
2021-09-22
USB: serial: kl5kusb105: clean up line-status handling
Johan Hovold
1
-9
/
+8
2021-09-21
USB: serial: kl5kusb105: use usb_control_msg_recv() and usb_control_msg_send()
Himadri Pandya
1
-45
/
+34
2021-02-09
USB: serial: make remove callback return void
Uwe Kleine-König
1
-4
/
+2
2020-12-04
USB: serial: kl5kusb105: fix memleak on open
Johan Hovold
1
-6
/
+4
2018-07-11
USB: serial: kl5kusb105: remove KLSI device id
Johan Hovold
1
-1
/
+0
2017-11-04
USB: serial: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-01-16
USB: serial: kl5kusb105: remove unused termios structure
Johan Hovold
1
-11
/
+0
2017-01-16
USB: serial: kl5kusb105: clean up struct definition
Johan Hovold
1
-6
/
+6
2017-01-16
USB: serial: kl5kusb105: remove dead code
Johan Hovold
1
-68
/
+8
2017-01-16
USB: serial: kl5kusb105: make logging less verbose
Johan Hovold
1
-8
/
+8
2017-01-10
USB: serial: kl5kusb105: fix line-state error handling
Johan Hovold
1
-4
/
+5
2016-11-30
USB: serial: kl5kusb105: abort on open exception path
Pan Bian
1
-0
/
+2
2016-11-30
USB: serial: kl5kusb105: fix open error path
Johan Hovold
1
-9
/
+24
2016-02-28
USB: serial: fix semicolon.cocci warnings
Mathieu OTHACEHE
1
-3
/
+0
2014-07-09
USB: kl5kusb105: Remove klsi_105_tiocmset function
Peter Senna Tschudin
1
-30
/
+0
2014-03-12
USB: serial: add missing newlines to dev_<level> messages.
Johan Hovold
1
-2
/
+2
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-03
USB: serial: remove redundant OOM messages
Johan Hovold
1
-11
/
+5
2013-03-25
USB: kl5kusb105: always disable uart on close
Johan Hovold
1
-16
/
+11
2013-03-25
USB: kl5kusb105: remove unnecessary urb kill on close
Johan Hovold
1
-3
/
+0
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+1
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-1
/
+1
2012-10-31
USB: serial: remove driver version information
Johan Hovold
1
-4
/
+0
2012-10-17
USB: kl5kusb105: fix port-data memory leak
Johan Hovold
1
-44
/
+24
2012-10-01
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-23
/
+18
2012-09-14
USB: serial: kl5kusb105.c: remove debug module parameter
Greg Kroah-Hartman
1
-5
/
+0
2012-09-14
USB: serial: kl5kusb105.c: remove dbg() usage
Greg Kroah-Hartman
1
-18
/
+18
2012-07-16
tty: move the termios object into the tty
Alan Cox
1
-9
/
+9
2012-05-08
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
1
-6
/
+1
2012-05-07
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
1
-1
/
+0
2012-05-07
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
1
-1
/
+0
2012-05-03
USB: kl5kusb105.c: remove dbg() tracing calls
Greg Kroah-Hartman
1
-9
/
+0
2012-02-28
USB: serial: kl5kusb105.c: use module_usb_serial_driver
Greg Kroah-Hartman
1
-22
/
+1
2012-02-24
usb-serial: use new registration API in [k-m]* drivers
Alan Stern
1
-16
/
+10
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-2
/
+2
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-2
/
+2
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
[next]