| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 5.15-rc5 into usb-next | Greg Kroah-Hartman | 2021-10-11 | 2 | -3/+11 |
|\ |
|
| * | USB: cdc-acm: fix break reporting | Johan Hovold | 2021-10-05 | 1 | -0/+3 |
| * | USB: cdc-acm: fix racy tty buffer accesses | Johan Hovold | 2021-10-05 | 1 | -0/+5 |
| * | usb: cdc-wdm: Fix check for WWAN | Rikard Falkeborn | 2021-10-05 | 1 | -3/+3 |
* | | usb: cdc-wdm: Constify static struct wwan_port_ops | Rikard Falkeborn | 2021-10-05 | 1 | -1/+1 |
* | | Merge 5.15-rc3 into usb-next | Greg Kroah-Hartman | 2021-09-27 | 2 | -2/+7 |
|\ \
| |/ |
|
| * | USB: cdc-acm: fix minor-number release | Johan Hovold | 2021-09-14 | 2 | -2/+7 |
* | | USB: cdc-acm: remove duplicate USB device ID | Krzysztof Kozlowski | 2021-09-21 | 1 | -1/+0 |
|/ |
|
* | Merge 5.14-rc5 into tty-next | Greg Kroah-Hartman | 2021-08-09 | 2 | -11/+4 |
|\ |
|
| * | USB: usbtmc: Fix RCU stall warning | Qiang.zhang | 2021-07-27 | 1 | -8/+1 |
| * | usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not set | Wei Yongjun | 2021-07-21 | 1 | -3/+3 |
* | | tty: drop put_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -3/+3 |
* | | tty: stop using alloc_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-07-05 | 2 | -2/+8 |
|\ |
|
| * | USB: cdc-acm: blacklist Heimann USB Appset device | Hannu Hartikainen | 2021-06-24 | 1 | -0/+5 |
| * | usb: class: cdc-wdm: return the correct errno code | Junlin Yang | 2021-06-24 | 1 | -2/+3 |
* | | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-07-05 | 1 | -17/+4 |
|\ \ |
|
| * | | tty: make use of tty_get_{char,frame}_size | Jiri Slaby | 2021-06-15 | 1 | -15/+2 |
| * | | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman | 2021-05-31 | 1 | -8/+22 |
| |\ \
| | |/ |
|
| * | | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 2021-05-13 | 1 | -1/+1 |
| * | | tty: make tty_operations::write_room return uint | Jiri Slaby | 2021-05-13 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-05-27 | 1 | -9/+24 |
|\ \ \
| | |/
| |/| |
|
| * | | cdc-wdm: untangle a circular dependency between callback and softint | Oliver Neukum | 2021-05-10 | 1 | -8/+22 |
| |/ |
|
* | | usb: class: cdc-wdm: WWAN framework integration | Loic Poulain | 2021-05-11 | 1 | -4/+176 |
|/ |
|
* | Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2021-04-22 | 1 | -3/+11 |
|\ |
|
| * | USB: cdc-acm: add more Maxlinear/Exar models to ignore list | Mauro Carvalho Chehab | 2021-04-13 | 1 | -3/+11 |
* | | USB: CDC-ACM: fix poison/unpoison imbalance | Oliver Neukum | 2021-04-22 | 1 | -1/+2 |
* | | USB: cdc-acm: fix TIOCGSERIAL implementation | Johan Hovold | 2021-04-09 | 1 | -2/+1 |
* | | USB: cdc-acm: fix unprivileged TIOCCSERIAL | Johan Hovold | 2021-04-09 | 1 | -2/+0 |
* | | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL" | Johan Hovold | 2021-04-09 | 1 | -9/+2 |
* | | USB: cdc-acm: do not log successful probe on later errors | Johan Hovold | 2021-03-23 | 1 | -2/+2 |
* | | USB: cdc-acm: always claim data interface | Johan Hovold | 2021-03-23 | 1 | -8/+6 |
* | | USB: cdc-acm: use negation for NULL checks | Johan Hovold | 2021-03-23 | 1 | -2/+2 |
* | | USB: cdc-acm: clean up probe error labels | Johan Hovold | 2021-03-23 | 1 | -17/+18 |
* | | USB: cdc-acm: drop redundant driver-data reset | Johan Hovold | 2021-03-23 | 1 | -1/+0 |
* | | USB: cdc-acm: drop redundant driver-data assignment | Johan Hovold | 2021-03-23 | 1 | -1/+0 |
* | | USB: cdc-acm: fix use-after-free after probe failure | Johan Hovold | 2021-03-23 | 1 | -0/+5 |
* | | USB: cdc-acm: fix double free on probe failure | Johan Hovold | 2021-03-23 | 1 | -1/+0 |
* | | USB: cdc-acm: downgrade message to debug | Oliver Neukum | 2021-03-23 | 1 | -1/+2 |
* | | USB: cdc-acm: untangle a circular dependency between callback and softint | Oliver Neukum | 2021-03-23 | 1 | -16/+32 |
* | | cdc-acm: fix BREAK rx code path adding necessary calls | Oliver Neukum | 2021-03-23 | 1 | -1/+3 |
|/ |
|
* | USB: usblp: fix a hang in poll() if disconnected | Pete Zaitcev | 2021-03-10 | 1 | -4/+12 |
* | Goodix Fingerprint device is not a modem | Yorick de Wid | 2021-03-10 | 1 | -0/+5 |
* | Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2021-02-10 | 1 | -0/+6 |
|\ |
|
| * | USB: cdc-acm: ignore Exar XR21V141X when serial driver is built | Mauro Carvalho Chehab | 2021-01-21 | 1 | -0/+6 |
* | | Merge 5.11-rc7 into usb-next | Greg Kroah-Hartman | 2021-02-08 | 1 | -8/+11 |
|\ \ |
|
| * | | USB: usblp: don't call usb_set_interface if there's a single alt | Jeremy Figgins | 2021-01-26 | 1 | -8/+11 |
| |/ |
|
* | | Merge 5.11-rc3 into usb-next | Greg Kroah-Hartman | 2021-01-11 | 3 | -5/+36 |
|\ \
| |/ |
|
| * | USB: usblp: fix DMA to stack | Johan Hovold | 2021-01-04 | 1 | -2/+19 |
| * | USB: cdc-wdm: Fix use after free in service_outstanding_interrupt(). | Tetsuo Handa | 2020-12-28 | 1 | -3/+13 |