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
/
keyspan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
Merge tag 'usb-serial-7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-2
/
+0
2026-05-20
USB: serial: keyspan: fix missing indat transfer sanity check
Johan Hovold
1
-0
/
+4
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-08-26
USB: serial: drop driver owner initialization
Krzysztof Kozlowski
1
-4
/
+0
2024-03-04
USB: serial: keyspan: remove redundant assignment to pointer data
Colin Ian King
1
-1
/
+0
2023-06-07
USB: serial: return errors from break handling
Johan Hovold
1
-1
/
+4
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+2
2021-10-27
USB: serial: keyspan: fix memleak on probe errors
Wang Hai
1
-8
/
+7
2021-05-19
USB: serial: make usb_serial_driver::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-03-15
USB: serial: keyspan: drop unneeded forward declarations
Jiri Slaby
1
-20
/
+0
2021-02-09
USB: serial: make remove callback return void
Uwe Kleine-König
1
-4
/
+2
2020-01-17
USB: serial: keyspan: handle unbound ports
Johan Hovold
1
-0
/
+4
2019-10-04
USB: serial: keyspan: fix NULL-derefs on open() and write()
Johan Hovold
1
-2
/
+2
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-02-15
USB: serial: keyspan: drop header file
Johan Hovold
1
-3
/
+589
2016-05-10
USB: serial: keyspan: fix debug and error messages
Johan Hovold
1
-17
/
+25
2016-05-10
USB: serial: keyspan: fix URB unlink
Johan Hovold
1
-16
/
+10
2016-05-10
USB: serial: keyspan: fix use-after-free in probe error path
Johan Hovold
1
-0
/
+4
2016-02-28
USB: serial: fix semicolon.cocci warnings
Mathieu OTHACEHE
1
-1
/
+1
2015-01-02
USB: keyspan: fix null-deref at probe
Johan Hovold
1
-5
/
+15
2014-11-19
USB: keyspan: fix overrun-error reporting
Johan Hovold
1
-10
/
+11
2014-11-19
USB: keyspan: fix tty line-status reporting
Johan Hovold
1
-28
/
+48
2014-05-27
USB: keyspan: fix potential null pointer dereference
Rickard Strandqvist
1
-2
/
+2
2014-03-12
USB: keyspan: remove dead debugging code
Johan Hovold
1
-30
/
+0
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-03
USB: serial: correct spelling mistakes in comments
Rahul Bedarkar
1
-1
/
+1
2014-01-03
USB: serial: remove redundant OOM messages
Johan Hovold
1
-6
/
+2
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2013-08-14
USB: keyspan: fix port DMA-buffer allocations
Johan Hovold
1
-8
/
+56
2013-08-14
USB: keyspan: fix serial DMA-buffer allocations
Johan Hovold
1
-4
/
+36
2013-08-14
USB: keyspan: fix null-deref at disconnect and release
Johan Hovold
1
-1
/
+1
2013-06-10
USB: serial: ports: add minor and port number
Greg Kroah-Hartman
1
-16
/
+13
2013-06-08
Merge 3.10-rc5 into usb-next
Greg Kroah-Hartman
1
-10
/
+0
2013-06-04
USB: keyspan: remove unused endpoint-array access
Johan Hovold
1
-10
/
+0
2013-06-04
USB: keyspan: fix bogus array index
Johan Hovold
1
-1
/
+1
2013-05-30
usb: serial: dump small buffers with help of %*ph
Andy Shevchenko
1
-11
/
+2
2013-04-29
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-54
/
+42
2013-04-05
USB: keyspan: add a sanity test on "len"
Dan Carpenter
1
-2
/
+3
2013-04-05
USB: keyspan: pull in one indent level
Dan Carpenter
1
-35
/
+34
2013-03-25
USB: keyspan: remove bogus disconnect test in close
Johan Hovold
1
-19
/
+7
2013-03-18
TTY: add tty_port_tty_hangup helper
Jiri Slaby
1
-33
/
+10
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-35
/
+25
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-23
/
+8
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-3
/
+5
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-9
/
+12
2013-01-11
usb: serial: keyspan: fixed coding style issues
Stefan Hubner
1
-2
/
+2
[next]