Age | Commit message (Expand) | Author | Files | Lines |
2022-10-07 | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2022-09-27 | usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pair | Shang XiaoJing | 1 | -1/+1 |
2022-09-05 | Merge 6.0-rc4 into tty-next | Greg Kroah-Hartman | 1 | -0/+3 |
2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -2/+2 |
2022-08-19 | USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020) | Thierry GUIBERT | 1 | -0/+3 |
2022-07-25 | USB: cdc-acm: use CDC serial-state defines | Johan Hovold | 2 | -25/+12 |
2022-07-25 | USB: cdc-acm: use CDC control-line defines | Johan Hovold | 2 | -16/+9 |
2022-06-29 | USB: cdc-acm: use define for timeout | Oliver Neukum | 1 | -1/+1 |
2022-05-19 | tty: remove CMSPAR ifdefs | Ilpo Järvinen | 1 | -8/+0 |
2022-05-05 | usb: cdc-wdm: fix reading stuck on device close | Sergey Ryazanov | 1 | -0/+1 |
2022-03-15 | usb: usbtmc: Fix bug in pipe direction for control transfers | Alan Stern | 1 | -3/+10 |
2021-12-21 | tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLIT | Andy Shevchenko | 1 | -4/+0 |
2021-10-11 | Merge 5.15-rc5 into usb-next | Greg Kroah-Hartman | 2 | -3/+11 |
2021-10-05 | USB: cdc-acm: fix break reporting | Johan Hovold | 1 | -0/+3 |
2021-10-05 | USB: cdc-acm: fix racy tty buffer accesses | Johan Hovold | 1 | -0/+5 |
2021-10-05 | usb: cdc-wdm: Fix check for WWAN | Rikard Falkeborn | 1 | -3/+3 |
2021-10-05 | usb: cdc-wdm: Constify static struct wwan_port_ops | Rikard Falkeborn | 1 | -1/+1 |
2021-09-27 | Merge 5.15-rc3 into usb-next | Greg Kroah-Hartman | 2 | -2/+7 |
2021-09-21 | USB: cdc-acm: remove duplicate USB device ID | Krzysztof Kozlowski | 1 | -1/+0 |
2021-09-14 | USB: cdc-acm: fix minor-number release | Johan Hovold | 2 | -2/+7 |
2021-08-09 | Merge 5.14-rc5 into tty-next | Greg Kroah-Hartman | 2 | -11/+4 |
2021-07-27 | USB: usbtmc: Fix RCU stall warning | Qiang.zhang | 1 | -8/+1 |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -3/+3 |
2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -4/+4 |
2021-07-21 | usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not set | Wei Yongjun | 1 | -3/+3 |
2021-07-05 | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -2/+8 |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -17/+4 |
2021-06-24 | USB: cdc-acm: blacklist Heimann USB Appset device | Hannu Hartikainen | 1 | -0/+5 |
2021-06-24 | usb: class: cdc-wdm: return the correct errno code | Junlin Yang | 1 | -2/+3 |
2021-06-15 | tty: make use of tty_get_{char,frame}_size | Jiri Slaby | 1 | -15/+2 |
2021-05-31 | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman | 1 | -8/+22 |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+24 |
2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -1/+1 |
2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
2021-05-11 | usb: class: cdc-wdm: WWAN framework integration | Loic Poulain | 1 | -4/+176 |
2021-05-10 | cdc-wdm: untangle a circular dependency between callback and softint | Oliver Neukum | 1 | -8/+22 |
2021-04-22 | Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 1 | -3/+11 |
2021-04-22 | USB: CDC-ACM: fix poison/unpoison imbalance | Oliver Neukum | 1 | -1/+2 |
2021-04-13 | USB: cdc-acm: add more Maxlinear/Exar models to ignore list | Mauro Carvalho Chehab | 1 | -3/+11 |
2021-04-09 | USB: cdc-acm: fix TIOCGSERIAL implementation | Johan Hovold | 1 | -2/+1 |
2021-04-09 | USB: cdc-acm: fix unprivileged TIOCCSERIAL | Johan Hovold | 1 | -2/+0 |
2021-04-09 | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL" | Johan Hovold | 1 | -9/+2 |
2021-03-23 | USB: cdc-acm: do not log successful probe on later errors | Johan Hovold | 1 | -2/+2 |
2021-03-23 | USB: cdc-acm: always claim data interface | Johan Hovold | 1 | -8/+6 |
2021-03-23 | USB: cdc-acm: use negation for NULL checks | Johan Hovold | 1 | -2/+2 |
2021-03-23 | USB: cdc-acm: clean up probe error labels | Johan Hovold | 1 | -17/+18 |
2021-03-23 | USB: cdc-acm: drop redundant driver-data reset | Johan Hovold | 1 | -1/+0 |
2021-03-23 | USB: cdc-acm: drop redundant driver-data assignment | Johan Hovold | 1 | -1/+0 |
2021-03-23 | USB: cdc-acm: fix use-after-free after probe failure | Johan Hovold | 1 | -0/+5 |
2021-03-23 | USB: cdc-acm: fix double free on probe failure | Johan Hovold | 1 | -1/+0 |