index
:
pub/scm/linux/kernel/git/mdf/linux.git
master
Moritz Fischer's fork of linux.git
Moritz Fischer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
io_ti.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
USB: serial: io_ti: reject oversized boot-mode firmware
Pengpeng Hou
1
-0
/
+6
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-02
USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
Adrian Korwel
1
-0
/
+5
2026-06-02
USB: serial: io_ti: fix heap overflow in get_manuf_info()
Adrian Korwel
1
-0
/
+6
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
-11
/
+11
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-12
/
+11
2024-08-26
USB: serial: drop driver owner initialization
Krzysztof Kozlowski
1
-2
/
+0
2023-06-07
USB: serial: return errors from break handling
Johan Hovold
1
-2
/
+7
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-3
/
+5
2022-06-09
USB: serial: io_ti: add Agilent E5805A support
Robert Eckelmann
1
-0
/
+2
2021-08-26
USB: serial: replace symbolic permissions by octal permissions
Utkarsh Verma
1
-2
/
+2
2021-05-19
USB: serial: make usb_serial_driver::chars_in_buffer return uint
Jiri Slaby
1
-3
/
+3
2021-05-19
USB: serial: make usb_serial_driver::write_room return uint
Jiri Slaby
1
-3
/
+3
2021-04-13
USB: serial: io_ti: drop unnecessary packed attributes
Johan Hovold
1
-1
/
+1
2021-04-13
USB: serial: io_ti: use kernel types consistently
Johan Hovold
1
-55
/
+55
2021-04-13
USB: serial: io_ti: add read-port-command helper
Johan Hovold
1
-6
/
+9
2021-04-13
USB: serial: io_ti: add send-port-command helper
Johan Hovold
1
-28
/
+13
2021-04-13
USB: serial: io_ti: clean up vendor-request helpers
Johan Hovold
1
-7
/
+6
2021-04-13
USB: serial: io_ti: document reason for drain delay
Johan Hovold
1
-0
/
+4
2021-04-08
USB: serial: io_ti: switch to 30-second closing wait
Johan Hovold
1
-3
/
+0
2021-04-08
USB: serial: io_ti: drop closing_wait module parameter
Johan Hovold
1
-5
/
+1
2021-04-08
USB: serial: stop reporting legacy UART types
Johan Hovold
1
-7
/
+0
2021-04-08
USB: serial: add generic support for TIOCSSERIAL
Johan Hovold
1
-15
/
+2
2021-04-08
USB: serial: io_ti: fix TIOCGSERIAL implementation
Johan Hovold
1
-8
/
+4
2021-02-09
USB: serial: make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-01-18
USB: serial: io_ti: fix a debug-message copy-paste error
Johan Hovold
1
-1
/
+1
2021-01-18
USB: serial: io_ti: drop short control-transfer check
Johan Hovold
1
-5
/
+1
2018-10-13
io_ti: switch to ->get_serial()
Al Viro
1
-33
/
+14
2018-06-26
USB: serial: io_ti: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
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-05-15
USB: serial: io_ti: fix div-by-zero in set_termios
Johan Hovold
1
-1
/
+4
2017-03-29
USB: serial: drop termios-flag debugging
Johan Hovold
1
-8
/
+0
2017-03-28
USB: serial: io_ti: drop redundant read-urb check
Johan Hovold
1
-6
/
+0
2017-03-28
USB: serial: io_ti: verify interrupt endpoint at probe
Johan Hovold
1
-8
/
+2
2017-03-28
USB: serial: io_ti: always require a bulk-out endpoint
Johan Hovold
1
-0
/
+2
2017-03-28
USB: serial: io_ti: use calc_num_endpoints to verify endpoints
Johan Hovold
1
-6
/
+19
2017-03-08
USB: serial: io_ti: fix information leak in completion handler
Johan Hovold
1
-1
/
+1
2017-03-08
USB: serial: io_ti: fix NULL-deref in interrupt callback
Johan Hovold
1
-0
/
+6
2017-01-26
USB: serial: drop unused ASYNC flags
Johan Hovold
1
-1
/
+0
2017-01-04
USB: serial: io_ti: bind to interface after fw download
Johan Hovold
1
-2
/
+1
2017-01-04
USB: serial: io_ti: fix I/O after disconnect
Johan Hovold
1
-0
/
+3
2017-01-04
USB: serial: io_ti: fix another NULL-deref at open
Johan Hovold
1
-3
/
+6
2017-01-04
USB: serial: io_ti: fix NULL-deref at open
Johan Hovold
1
-0
/
+7
2016-11-11
USB: serial: fix invalid user-pointer checks
Johan Hovold
1
-3
/
+0
2015-10-09
USB: io_ti: Remove extra blank lines separating functions
Peter E. Berger
1
-6
/
+0
2015-10-09
USB: io_ti: Fix non-standard comment formatting
Peter E. Berger
1
-48
/
+91
2015-10-09
USB: io_ti: Move request_firmware from edge_startup to download_fw
Peter E. Berger
1
-26
/
+30
[next]