index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
net2280.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-17
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
1
-4
/
+4
2013-10-11
usb: Remove unnecessary semicolons
Joe Perches
1
-2
/
+2
2013-09-25
usb: gadget: Remove redundant pci_set_drvdata
Sachin Kamat
1
-1
/
+0
2013-08-27
USB: gadget: audit sysfs attribute permissions
Greg Kroah-Hartman
1
-9
/
+9
2013-04-05
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-19
/
+6
2013-03-27
usb: gadget: net2280: fix sparse warnings
Felipe Balbi
1
-4
/
+4
2013-03-20
USB: gadget: net2280: remove leftover driver->unbind call in error pathway
Alan Stern
1
-1
/
+0
2013-03-20
usb: gadget: net22xx: fix ->disconnect reporting
Felipe Balbi
1
-0
/
+7
2013-03-18
usb: gadget: net2280: remove unused DMA_ADDR_INVALID
Felipe Balbi
1
-4
/
+0
2013-03-18
usb: gadget: net2280: don't assign gadget.dev.release directly
Felipe Balbi
1
-2
/
+2
2013-03-18
usb: gadget: net2280: don't touch gadget.dev.driver
Felipe Balbi
1
-3
/
+0
2013-03-18
usb: gadget: net2280: remove unnecessary initializations
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: gadget: drop now unnecessary flag
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: gadget: net2280: let udc-core manage gadget->dev
Felipe Balbi
1
-4
/
+1
2013-01-31
USB: GADGET: optionally force full-speed for net2280 UDC
Alan Stern
1
-0
/
+15
2012-11-08
usb: gadget: Remove File-backed Storage Gadget (g_file_storage).
Michal Nazarewicz
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-28
usb: gadget: net2280: use generic map/unmap routines
Felipe Balbi
1
-10
/
+9
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-3
/
+3
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-1
/
+1
2011-12-12
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
Michal Nazarewicz
1
-1
/
+1
2011-11-29
usb: udc: Fix gadget driver's speed check in various UDC drivers
Michal Nazarewicz
1
-1
/
+1
2011-10-25
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-67
/
+20
2011-10-13
usb: gadget: net2280: convert to new style
Felipe Balbi
1
-53
/
+17
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-3
/
+1
2011-09-15
treewide: typo 'interrrupt' word corrections.
Vitaliy Ivanov
1
-1
/
+1
2011-09-09
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
1
-9
/
+0
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-2
/
+2
2011-07-01
usb: gadget: remove net2280_set_fifo_mode()
Sebastian Andrzej Siewior
1
-56
/
+0
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
1
-5
/
+13
2011-06-06
usb: gadget: include <linux/prefetch.h> to fix compiling error
Bryan Wu
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
1
-5
/
+5
2009-03-24
USB: replace uses of __constant_{endian}
Harvey Harrison
1
-8
/
+8
2009-01-07
USB: avoid needless address-taking of function parameters
Harvey Harrison
1
-1
/
+1
2008-10-17
USB: gadget: net2280: implement set_wedge
Alan Stern
1
-6
/
+34
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
1
-1
/
+1
2008-07-21
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
1
-1
/
+1
2008-02-08
usb: net2280 can't have a function called show_registers()
David Howells
1
-3
/
+3
2008-02-01
USB: Add missing "space" to printk messages
Joe Perches
1
-1
/
+1
2007-10-12
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-1
/
+1
2007-07-12
usb gadget stack: remove usb_ep_*_buffer(), part 2
David Brownell
1
-97
/
+0
2007-07-11
PCI: add pci_try_set_mwi
Randy Dunlap
1
-1
/
+1
2007-06-08
USB: usb gadgets avoid le{16,32}_to_cpup()
David Brownell
1
-3
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-07
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
1
-1
/
+1
2006-12-20
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
1
-9
/
+2
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-12-01
USB: net2280: don't send unwanted zero-length packets
Alan Stern
1
-2
/
+6
[next]