| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "usb: cdc-wdm: close race between read and workqueue" | Greg Kroah-Hartman | 2024-04-18 | 1 | -5/+1 |
* | usb: cdc-wdm: close race between read and workqueue | Oliver Neukum | 2024-03-26 | 1 | -1/+5 |
* | wwan: core: Support slicing in port TX flow of WWAN subsystem | haozhe chang | 2023-03-18 | 1 | -1/+2 |
* | usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pair | Shang XiaoJing | 2022-09-27 | 1 | -1/+1 |
* | usb: cdc-wdm: fix reading stuck on device close | Sergey Ryazanov | 2022-05-05 | 1 | -0/+1 |
* | Merge 5.15-rc5 into usb-next | Greg Kroah-Hartman | 2021-10-11 | 1 | -3/+3 |
|\ |
|
| * | 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 |
|/ |
|
* | usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not set | Wei Yongjun | 2021-07-21 | 1 | -3/+3 |
* | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-07-05 | 1 | -2/+3 |
|\ |
|
| * | usb: class: cdc-wdm: return the correct errno code | Junlin Yang | 2021-06-24 | 1 | -2/+3 |
* | | 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-12 | 1 | -4/+176 |
|/ |
|
* | USB: cdc-wdm: Fix use after free in service_outstanding_interrupt(). | Tetsuo Handa | 2020-12-28 | 1 | -3/+13 |
* | USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync(). | Oliver Neukum | 2020-10-02 | 1 | -17/+55 |
* | usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_... | Lee Jones | 2020-07-15 | 1 | -1/+2 |
* | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -1/+1 |
* | USB: cdc-wdm: fix race between write and disconnect due to flag abuse | Oliver Neukum | 2019-08-28 | 1 | -4/+12 |
* | usb: cdc-wdm: remove redundant assignment to rv | Colin Ian King | 2019-06-03 | 1 | -1/+1 |
* | cdc-wdm: pass return value of recover_from_urb_loss | YueHaibing | 2019-02-19 | 1 | -1/+1 |
* | Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin... | Sebastian Andrzej Siewior | 2018-09-20 | 1 | -1/+1 |
* | usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr... | Jia-Ju Bai | 2018-09-05 | 1 | -1/+1 |
* | usb: cdc-wdm: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 2018-06-28 | 1 | -6/+10 |
* | USB: cdc-wdm: don't enable interrupts in USB-giveback | Sebastian Andrzej Siewior | 2018-06-28 | 1 | -7/+24 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -4/+4 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-14 | 1 | -0/+1 |
|\ |
|
| * | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse | Bjørn Mork | 2017-09-25 | 1 | -1/+3 |
* | USB: cdc-wdm: remove unneeded DRIVER_VERSION define | Greg Kroah-Hartman | 2017-07-22 | 1 | -4/+0 |
* | usb: cdc-wdm: use memdup_user | Geliang Tang | 2017-05-17 | 1 | -13/+4 |
* | USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications" | Bjørn Mork | 2017-04-25 | 1 | -99/+4 |
* | usb: cdc-wdm: remove logically dead code | Gustavo A. R. Silva | 2017-02-15 | 1 | -1/+1 |
* | cdc-wdm: add terminating newline | Oliver Neukum | 2016-09-09 | 1 | -10/+10 |
* | cdc-wdm: cleanup debug messages | Oliver Neukum | 2016-08-15 | 1 | -4/+3 |
* | cdc-wdm: Clear read pipeline in case of error | Robert Foss | 2016-08-10 | 1 | -10/+29 |
* | cdc-wdm: fix "out-of-sync" due to missing notifications | Bjørn Mork | 2016-08-09 | 1 | -4/+99 |
* | cdc-wdm: use the common CDC parser | Oliver Neukum | 2016-07-18 | 1 | -25/+5 |
* | cdc-wdm: error returns need to be translated | Oliver Neukum | 2015-03-26 | 1 | -1/+1 |
* | cdc-wdm: fix endianness bug in debug statements | Oliver Neukum | 2015-03-26 | 1 | -5/+7 |
* | cdc-wdm: unify error handling in write | Oliver Neukum | 2015-03-26 | 1 | -15/+16 |
* | cdc-wdm: return correct error codes | Oliver Neukum | 2015-03-26 | 1 | -1/+1 |
* | usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set | Bjørn Mork | 2014-01-13 | 1 | -1/+1 |
* | Merge 3.13-rc5 into usb-next | Greg Kroah-Hartman | 2013-12-24 | 1 | -5/+3 |
|\ |
|
| * | usb: cdc-wdm: manage_power should always set needs_remote_wakeup | Bjørn Mork | 2013-12-09 | 1 | -5/+3 |
* | | usb: cdc-wdm: avoid hanging on zero length reads | Bjørn Mork | 2013-12-20 | 1 | -32/+38 |
|/ |
|
* | usb: cdc-wdm: ignore speed change notifications | Bjørn Mork | 2013-10-30 | 1 | -0/+4 |
* | USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifica... | Greg Suarez | 2013-10-30 | 1 | -4/+34 |