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.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
/
udc
/
net2280.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
usb: gadget: net2280: fix memory leak on probe error handling paths
Evgeny Novikov
1
-1
/
+3
2019-05-04
usb: gadget: net2280: Fix net2280_dequeue()
Guido Kiener
1
-2
/
+2
2019-05-04
usb: gadget: net2280: Fix overrun of OUT messages
Guido Kiener
1
-3
/
+1
2018-09-26
USB: net2280: Fix erroneous synchronization change
Alan Stern
1
-2
/
+14
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-2
/
+3
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
1
-8
/
+1
2017-05-17
usb: gadget: udc: add null check before pointer dereference
Gustavo A. R. Silva
1
-2
/
+3
2017-03-16
usb: gadget: net2280: Replace PCI pool old API
Romain Perier
1
-6
/
+6
2017-03-06
usb: gadget: udc: net2280: Fix tmp reusage in net2280 driver
Raz Manor
1
-12
/
+13
2016-11-03
usb: gadget: udc: net2280: remove unnecessary & operation
Felipe Balbi
1
-3
/
+3
2016-08-31
usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid"
Colin Ian King
1
-1
/
+1
2016-08-25
usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulk
Jussi Kivilinna
1
-0
/
+38
2016-08-25
usb: gadget: net2280: fix infinite loop in irq handler
Jussi Kivilinna
1
-3
/
+37
2016-06-20
usb: gadget: net2280: add USB2380 support
Tim Harvey
1
-21
/
+30
2016-03-15
PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition
Heikki Krogerus
1
-4
/
+4
2015-10-19
usb: gadget: net2280: restore ep_cfg after defect7374 workaround
Mian Yousaf Kaukab
1
-1
/
+1
2015-08-06
usb: gadget: net2280: add net2280_match_ep() function
Robert Baldyga
1
-0
/
+28
2015-08-04
usb: gadget: net2280: add ep capabilities support
Robert Baldyga
1
-12
/
+55
2015-05-26
usb: gadget: net2280: fix pullup handling
Mian Yousaf Kaukab
1
-5
/
+11
2015-05-26
usb: gadget: net2280: physically disable endpoint on disable operation
Mian Yousaf Kaukab
1
-0
/
+7
2015-05-26
usb: gadget: net2280: fix use of GPEP in both directions
Mian Yousaf Kaukab
1
-9
/
+32
2015-05-26
usb: gadget: net2280: check interrupts for all endpoints
Mian Yousaf Kaukab
1
-13
/
+44
2015-05-26
usb: gadget: net2280: set all byte enables on start
Mian Yousaf Kaukab
1
-0
/
+1
2015-05-26
usb: gadget: net2280: don't set ep_cfg.direction bit
Mian Yousaf Kaukab
1
-2
/
+0
2015-05-26
usb: gadget: net2280: unconditionally reset dma in usb_reset
Mian Yousaf Kaukab
1
-1
/
+7
2015-05-26
usb: gadget: net2280: reset sequence number on ep enable
Mian Yousaf Kaukab
1
-0
/
+4
2015-05-26
usb: gadget: net2280: fix ep_cfg for defect7374
Mian Yousaf Kaukab
1
-2
/
+2
2015-03-10
usb: gadget: net2280: silence sparse warning
Felipe Balbi
1
-0
/
+2
2015-03-10
usb: gadget: net2280: don't connect from udc_start
Mian Yousaf Kaukab
1
-1
/
+0
2015-03-10
usb: gadget: net2280: print error in ep_ops error paths
Mian Yousaf Kaukab
1
-47
/
+119
2015-03-10
usb: gadget: net2280: remove fiforegs as it is unused
Mian Yousaf Kaukab
1
-4
/
+0
2015-03-10
usb: gadget: net2280: use ep_autoconfig compatible names in advance mode
Mian Yousaf Kaukab
1
-1
/
+8
2015-01-29
usb: gadget: net2280: use common is_selfpowered
Peter Chen
1
-3
/
+3
2015-01-15
usb: gadget: net2280: Dont use 0 as NULL pointer
Ricardo Ribalda Delgado
1
-1
/
+1
2015-01-12
usb: gadget: udc: net2280: Re-enable dynamic debug messages
Ricardo Ribalda Delgado
1
-4
/
+2
2015-01-12
usb: gadget: udc: net2280: Move ASSERT_OUT_NAKING into out_flush
Ricardo Ribalda Delgado
1
-2
/
+8
2015-01-12
usb: gadget: udc: net2280: Simplify scan_dma_completions
Ricardo Ribalda Delgado
1
-3
/
+2
2015-01-12
usb: gadget: udc: net2280: Remove function resume_dma
Ricardo Ribalda Delgado
1
-5
/
+0
2015-01-12
usb: gadget: udc: net2280: Improve patching of defect 7374
Ricardo Ribalda Delgado
1
-87
/
+66
2015-01-12
usb: gadget: udc: net2280: Clean function net2280_queue
Ricardo Ribalda Delgado
1
-17
/
+5
2015-01-12
usb: gadget: udc: net2280: Merge abort_dma for 228x and 338x
Ricardo Ribalda Delgado
1
-21
/
+2
2015-01-12
usb: gadget: udc: net2280: Remove function ep_stall
Ricardo Ribalda Delgado
1
-29
/
+15
2015-01-12
usb: gadget: udc: net2280: Remove field is_halt
Ricardo Ribalda Delgado
1
-5
/
+1
2015-01-12
usb: gadget: udc: net2280: Code cleanout remove ep_stdrsp function
Ricardo Ribalda Delgado
1
-41
/
+8
2015-01-12
usb: gadget: udc: net2280: Remove restart_dma inline function definition
Ricardo Ribalda Delgado
1
-2
/
+0
2015-01-12
usb: gadget: udc: net2280: Remove dma_started field
Ricardo Ribalda Delgado
1
-4
/
+0
2015-01-12
usb: gadget: udc: net2280: Remove use_dma module parameter
Ricardo Ribalda Delgado
1
-28
/
+5
2015-01-12
usb: gadget: udc: net2280: Remove module parameter use_msi
Ricardo Ribalda Delgado
1
-4
/
+2
2015-01-12
usb: gadget: udc: net2280: remove full_speed module parameter
Ricardo Ribalda Delgado
1
-17
/
+1
2015-01-12
usb: gadget: udc: net2280: Remove obsolete module param use_dma_chaining
Ricardo Ribalda Delgado
1
-134
/
+13
[next]