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
/
net
/
usb
/
hso.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-24
Merge 2.6.38-rc6 into tty-next
Greg Kroah-Hartman
1
-6
/
+6
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-3
/
+3
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2011-02-14
Net, USB, Option, hso: Do not dereference NULL pointer
Jesper Juhl
1
-6
/
+6
2010-12-21
usb: Use static const, consolidate code
Joe Perches
1
-23
/
+16
2010-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+0
2010-12-10
hso: IP checksuming doesn't work on GE0301 option cards
Thomas Bogendoerfer
1
-4
/
+0
2010-12-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+6
2010-11-28
hso: fix disable_net
Filip Aben
1
-4
/
+6
2010-11-15
hso: Fix unused variable warning
Alan Cox
1
-1
/
+0
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-9
/
+0
2010-10-22
tty: Convert the USB drivers to the new icount interface
Alan Cox
1
-19
/
+16
2010-09-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-09-17
drivers/net/usb/hso.c: prevent reading uninitialized memory
Dan Rosenberg
1
-0
/
+2
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-9
/
+0
2010-08-04
hso: Add new product ID
Filip Aben
1
-0
/
+1
2010-07-13
hso: remove driver version
Filip Aben
1
-4
/
+1
2010-06-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2010-06-22
hso: remove setting of low_latency flag
Filip Aben
1
-1
/
+0
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-1
/
+1
2010-05-26
hso: add support for new products
Filip Aben
1
-0
/
+3
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
2010-03-16
obsolete config in kernel source: HSO_AUTOPM
Christoph Egger
1
-3
/
+0
2010-01-07
hso: fixed missing newlines
Jan Dumon
1
-8
/
+8
2010-01-07
hso: Fix for 5 sec timeouts with v2.x firmware
Jan Dumon
1
-0
/
+4
2010-01-07
hso: Attempt to recover from usb bus errors
Jan Dumon
1
-10
/
+44
2010-01-07
hso: don't change the state of a closed port
Jan Dumon
1
-5
/
+5
2010-01-07
hso: Fix for endian issues on big endian machines
Jan Dumon
1
-5
/
+7
2010-01-07
hso: Add Vendor/Product ID's for new devices
Jan Dumon
1
-0
/
+9
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-17
/
+17
2009-11-23
hso: fix soft-lockup
Antti Kaijanmäki
1
-1
/
+3
2009-11-23
hso: fix debug routines
Antti Kaijanmäki
1
-2
/
+2
2009-09-11
net: Add DEVTYPE support for Ethernet based devices
Marcel Holtmann
1
-0
/
+5
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
-1
/
+1
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 8)
Patrick McHardy
1
-1
/
+1
2009-06-08
hso: convert dev_alloc_skb() to netdev_alloc_skb()
Paulius Zaleckas
1
-3
/
+2
2009-06-03
rfkill: rewrite
Johannes Berg
1
-20
/
+22
2009-05-02
net: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-2
/
+2
2009-04-23
rfkill: remove deprecated state constants
Johannes Berg
1
-2
/
+2
2009-04-03
hso: fix for the 'invalid frame length' messages
Jan Dumon
1
-4
/
+6
2009-04-03
hso: fix for crash when unplugging the device
Jan Dumon
1
-8
/
+11
2009-04-02
hso: add Vendor/Product ID's for new devices
Jan Dumon
1
-2
/
+9
2009-03-22
usbnet: convert hso driver to net_device_ops
Stephen Hemminger
1
-4
/
+8
2009-02-27
hso: remove hso_free_device()
Paulius Zaleckas
1
-10
/
+4
2009-02-27
hso: remove claiming and releasing of USB interface
Paulius Zaleckas
1
-4
/
+0
2009-02-18
drivers/net/usb: fix sparse warnings: Should it be static?
Hannes Eder
1
-5
/
+5
[next]