index
:
pub/scm/linux/kernel/git/david/linux.git
master
david's fork of linux.git
David Hildenbrand
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
digi_acceleport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-195
/
+130
2026-08-03
USB: serial: digi_acceleport: add port lock nesting annotation
Johan Hovold
1
-2
/
+7
2026-07-13
USB: serial: digi_acceleport: fix oob port dev_printk()
Johan Hovold
1
-6
/
+7
2026-07-13
USB: serial: digi_acceleport: clean up inb command submission
Johan Hovold
1
-4
/
+3
2026-07-13
USB: serial: digi_acceleport: clean up write completion
Johan Hovold
1
-9
/
+8
2026-07-13
USB: serial: digi_acceleport: clean up xfer buf length expression
Johan Hovold
1
-4
/
+4
2026-07-13
USB: serial: digi_acceleport: drop unused in-buf define
Johan Hovold
1
-4
/
+0
2026-07-13
USB: serial: digi_acceleport: stop OOB I/O when not in use
Johan Hovold
1
-49
/
+51
2026-07-13
USB: serial: digi_acceleport: drop redundant driver data sanity checks
Johan Hovold
1
-36
/
+4
2026-07-13
USB: serial: digi_acceleport: clean up declarations and whitespace
Johan Hovold
1
-59
/
+29
2026-07-13
USB: serial: digi_acceleport: add oob port helper
Johan Hovold
1
-2
/
+9
2026-07-13
USB: serial: digi_acceleport: always stop write urb on close
Johan Hovold
1
-6
/
+2
2026-07-13
USB: serial: digi_acceleport: drop unused wait queue
Johan Hovold
1
-3
/
+0
2026-07-13
USB: serial: digi_acceleport: fix port registration order
Johan Hovold
1
-29
/
+19
2026-07-13
USB: serial: digi_acceleport: do not log stopping of urbs as errors
Johan Hovold
1
-1
/
+11
2026-06-29
USB: serial: digi_acceleport: fix broken rx after throttle
Johan Hovold
1
-0
/
+16
2026-06-29
USB: serial: digi_acceleport: fix hard lockup on disconnect
Johan Hovold
1
-5
/
+7
2026-06-29
USB: serial: digi_acceleport: fix write buffer corruption
Johan Hovold
1
-5
/
+10
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: digi_acceleport: fix memory corruption with small endpoints
Johan Hovold
1
-2
/
+21
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
-2
/
+0
2023-06-07
USB: serial: return errors from break handling
Johan Hovold
1
-3
/
+4
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-2
/
+4
2021-05-21
USB: serial: drop irq-flags initialisations
Johan Hovold
1
-7
/
+6
2021-05-21
USB: serial: digi_acceleport: add chars_in_buffer locking
Johan Hovold
1
-9
/
+11
2021-05-21
USB: serial: digi_acceleport: reduce chars_in_buffer over-reporting
Johan Hovold
1
-2
/
+1
2021-05-19
USB: serial: make usb_serial_driver::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-19
USB: serial: make usb_serial_driver::write_room return uint
Jiri Slaby
1
-4
/
+4
2021-02-09
USB: serial: make remove callback return void
Uwe Kleine-König
1
-4
/
+2
2020-11-04
USB: serial: remove write wait queue
Johan Hovold
1
-6
/
+6
2020-11-04
USB: serial: digi_acceleport: fix write-wakeup deadlocks
Johan Hovold
1
-32
/
+13
2020-10-27
USB: serial: digi_acceleport: remove in_interrupt() usage
Ahmed S. Darwish
1
-3
/
+2
2020-02-10
USB: serial: digi_acceleport: remove redundant assignment to pointer priv
Colin Ian King
1
-1
/
+1
2019-04-21
USB: serial: digi_acceleport: clean up set_termios
Johan Hovold
1
-17
/
+16
2019-04-21
USB: serial: digi_acceleport: clean up modem-control handling
Johan Hovold
1
-4
/
+4
2018-06-27
USB: serial: digi_acceleport: rename tty flag variable
Johan Hovold
1
-6
/
+6
2018-06-26
USB: serial: digi_acceleport: use irqsave() in USB's complete callback
John Ogness
1
-10
/
+13
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-03-16
USB: serial: digi_acceleport: simplify endpoint check
Johan Hovold
1
-19
/
+4
2017-03-09
USB: serial: digi_acceleport: fix OOB-event processing
Johan Hovold
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-01-31
USB: serial: digi_acceleport: fix incomplete rx sanity check
Johan Hovold
1
-15
/
+23
2017-01-31
USB: serial: digi_acceleport: fix OOB data sanity check
Johan Hovold
1
-5
/
+9
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
1
-2
/
+1
2016-03-31
USB: digi_acceleport: do sanity checking for the number of ports
Oliver Neukum
1
-0
/
+19
[next]