index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} error
Biju Das
1
-2
/
+2
2023-06-21
usb: gadget: udc: core: Prevent soft_connect_store() race
Badhri Jagan Sridharan
1
-49
/
+106
2023-06-21
usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
Badhri Jagan Sridharan
1
-2
/
+27
2023-06-09
usb: gadget: f_fs: Add unbind event before functionfs_unbind
Uttkarsh Aggarwal
1
-1
/
+1
2023-05-24
Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"
Francesco Dolcini
1
-104
/
+44
2023-05-24
Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"
Francesco Dolcini
1
-3
/
+0
2023-05-24
usb: gadget: u_ether: Fix host MAC address case
Konrad Gräfe
1
-0
/
+3
2023-05-11
usb: gadget: tegra-xudc: Fix crash in vbus_draw
Jon Hunter
1
-1
/
+1
2023-05-11
usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...
Zheng Wang
1
-0
/
+1
2023-05-11
scsi: target: Pass in cmd counter to use during cmd setup
Mike Christie
1
-2
/
+2
2023-05-11
usb: gadget: udc: core: Prevent redundant calls to pullup
Badhri Jagan Sridharan
1
-0
/
+3
2023-05-11
usb: gadget: udc: core: Invoke usb_gadget_connect only when started
Badhri Jagan Sridharan
1
-44
/
+104
2023-04-05
usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUF
Sandeep Dhavale
1
-1
/
+1
2023-04-05
usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUF
Sandeep Dhavale
1
-1
/
+1
2023-03-16
usb: gadget: Use correct endianness of the wLength field for WebUSB
Andy Shevchenko
1
-4
/
+3
2023-03-09
usb: gadget: u_audio: don't let userspace block driver unbind
Alvin Šipraga
1
-1
/
+1
2023-02-24
Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
25
-327
/
+5484
2023-02-21
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-3655
/
+3
2023-02-15
usb: gadget: u_ether: Don't warn in gether_setup_name_default()
Jon Hunter
1
-2
/
+0
2023-02-15
usb: gadget: u_ether: Convert prints to device prints
Jon Hunter
1
-35
/
+1
2023-02-14
usb: gadget: u_serial: Add null pointer check in gserial_resume
Prashanth K
1
-4
/
+19
2023-02-14
usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
Yang Yingliang
1
-16
/
+16
2023-02-14
Merge 6.2-rc8 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2023-02-09
Revert "usb: gadget: u_ether: Do not make UDC parent of the net device"
Paul Cercueil
1
-0
/
+4
2023-02-09
usb: gadget: configfs: Fix set but not used variable warning
Daniel Scally
1
-3
/
+1
2023-02-07
usb: gadget: uvc: Use custom strings if available
Daniel Scally
1
-5
/
+13
2023-02-07
usb: gadget: uvc: Allow linking function to string descs
Daniel Scally
2
-0
/
+68
2023-02-07
usb: gadget: uvc: Pick up custom string descriptor IDs
Daniel Scally
1
-0
/
+9
2023-02-07
usb: gadget: uvc: Allow linking XUs to string descriptors
Daniel Scally
2
-0
/
+53
2023-02-07
usb: gadget: configfs: Attach arbitrary strings to cdev
Daniel Scally
1
-16
/
+77
2023-02-07
usb: gadget: configfs: Support arbitrary string descriptors
Daniel Scally
1
-2
/
+170
2023-02-07
usb: gadget: configfs: Rename struct gadget_strings
Daniel Scally
1
-16
/
+16
2023-02-07
usb: gadget: uvc: Copy XU descriptors during .bind()
Daniel Scally
2
-0
/
+34
2023-02-07
usb: gadget: uvc: Allow definition of XUs in configfs
Daniel Scally
4
-0
/
+525
2023-02-07
usb: gadget: uvc: Generalise helper functions for reuse
Daniel Scally
1
-53
/
+67
2023-02-07
usb: gadget: uvc: Make bSourceID read/write
Daniel Scally
1
-1
/
+58
2023-02-06
usb: gadget: uvc: Allow creating new color matching descriptors
Daniel Scally
1
-2
/
+97
2023-02-06
usb: gadget: uvc: Make color matching attributes read/write
Daniel Scally
1
-1
/
+38
2023-02-06
usb: gadget: uvc: Remove the hardcoded default color matching
Daniel Scally
2
-10
/
+0
2023-02-06
usb: gadget: uvc: Copy color matching descriptor for each frame
Daniel Scally
2
-9
/
+70
2023-02-06
usb: gadget: uvc: Add struct for color matching in configs
Daniel Scally
2
-14
/
+52
2023-02-06
USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
usb: gadget: configfs: Use memcpy_and_pad()
Andy Shevchenko
1
-2
/
+1
2023-02-06
Merge 6.2-rc7 into usb-next
Greg Kroah-Hartman
17
-16
/
+4
2023-02-02
usb: gadget: uvc: Disable interrupt endpoint by default
Daniel Scally
2
-23
/
+38
2023-02-02
usb: gadget: uvc: Add new enable_interrupt_ep attribute
Daniel Scally
2
-0
/
+55
[next]