index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
u_ether.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-10
usb: gadget: u_ether: allow getting binary-form host address
Andrzej Pietrasiewicz
1
-0
/
+9
2013-06-10
usb: gadget: u_ether: construct with default values and add setters/getters
Andrzej Pietrasiewicz
1
-1
/
+184
2013-06-10
usb: gadget: u_ether: convert into module
Andrzej Pietrasiewicz
1
-20
/
+18
2013-04-03
usb: gadget: move the global the_dev variable to their users
Sebastian Andrzej Siewior
1
-22
/
+10
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-5
/
+5
2012-11-08
usb: gadget: g_ether: fix frame size check for 802.1Q
Ian Coolidge
1
-1
/
+2
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2012-09-12
Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-7
/
+1
2012-09-10
usb: gadget: add module.h to u_ether.c
Sebastian Andrzej Siewior
1
-0
/
+1
2012-08-31
usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
Michal Nazarewicz
1
-7
/
+0
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-1
/
+1
2012-08-10
usb: gadget: u_ether: fix kworker 100% CPU issue with still used interfaces i...
Michael Grzeschik
1
-0
/
+6
2012-07-26
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+6
2012-07-17
usb: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-06-25
usb: gadget: Fix g_ether interface link status
Kevin Cernekee
1
-6
/
+6
2012-05-10
usb: gadget: Add variant of gether_setup to customize the device name
Mike Lockwood
1
-3
/
+5
2011-09-10
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
1
-9
/
+0
2011-07-08
usb: gadget: add SS descriptors to Ethernet gadget
Paul Zimmerman
1
-5
/
+7
2011-06-28
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
1
-6
/
+6
2011-03-03
usb-gadget: fix warning in ethernet
Stephen Hemminger
1
-1
/
+1
2011-01-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+1
2010-12-24
usb: don't use flush_scheduled_work()
Tejun Heo
1
-3
/
+1
2010-12-16
Merge branch 'usb-next' into musb-merge
Greg Kroah-Hartman
1
-2
/
+12
2010-12-11
usb: gadget: u_ether: prepare for NCM
Yauheni Kaliuta
1
-2
/
+12
2010-11-01
USB: gadget: fix ethernet gadget crash in gether_setup
Dmitry Artamonow
1
-1
/
+0
2010-10-28
USB: gadget: fix ethernet gadget crash in gether_setup
Dmitry Artamonow
1
-1
/
+1
2010-08-11
usb: throw away custom hex digit methods
Andy Shevchenko
1
-13
/
+2
2010-05-21
USB: gadget: __init and __exit tags removed
Michal Nazarewicz
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-03
USB: gadget: Add DEVTYPE support for Ethernet functions
Marcel Holtmann
1
-0
/
+5
2009-09-24
headers: utsname.h redux
Alexey Dobriyan
1
-1
/
+0
2009-09-23
USB: gadget: Add EEM gadget driver
Brian Niebuhr
1
-28
/
+57
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-09-01
usbnet: convert to netdev_tx_t
Stephen Hemminger
1
-1
/
+2
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-3
/
+3
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-04-17
usb gadget: fix ethernet link reports to ethtool
Jonathan McDowell
1
-7
/
+1
2009-01-08
gadget: convert devices to new API
Stephen Hemminger
1
-6
/
+10
2008-11-20
netdev: expose ethernet address primitives
Stephen Hemminger
1
-2
/
+2
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-4
/
+2
2008-10-18
usb gadget: cdc ethernet notification bugfix
David Brownell
1
-0
/
+7
2008-10-16
usb gadget: link fixes for cdc composite gadget
David Brownell
1
-2
/
+2
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
1
-3
/
+0
2008-07-22
usb ethernet gadget: split out network core
David Brownell
1
-0
/
+967