aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/mcs7830.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-20net: usb: remove leading spaces before tabsHui Tang1-1/+1
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum1-2/+2
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-03-21net: usb: mcs7830: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-2/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode1-2/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+4
2013-12-31usbnet: mcs7830: rework link state detectionOctavian Purdila1-15/+4
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-04-11usbnet: mcs7830: apply usbnet_link_changeMing Lei1-4/+1
2013-04-11usbnet: mcs7830: don't reset linkMing Lei1-3/+2
2012-10-26usbnet: mcs7830: apply introduced usb command APIsMing Lei1-79/+6
2012-10-12mcs7830: Fix link state detectionOndrej Zary1-9/+21
2012-06-02mcs7830: Implement link state detectionOndrej Zary1-2/+23
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-02-23mcs7830: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-11/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-12-23USB: mcs7830: return negative if auto negotiate failsDan Carpenter1-1/+1
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr1-2/+10
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall1-3/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-02-03MCS7830 USB-Ether: resume _with_ working link, via .reset_resume supportAndreas Mohr1-67/+123
2010-02-03MCS7830 USB-Ether: change register defineAndreas Mohr1-2/+3
2010-02-03MCS7830 USB-Ether: Spelling correctionsAndreas Mohr1-6/+6
2010-02-03MCS7830 USB-Ether: add Rx error supportAndreas Mohr1-1/+42
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-03-21usbnet: convert msc7830 driver to net_device_opsStephen Hemminger1-3/+13
2009-01-21usb/mcs7830: Don't use buffers from stack for USB transfersChristian Eggers1-2/+18
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-2/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-2/+2
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-27net/usb/mcs7830: add set_mac_addressOliver Martin1-0/+24
2008-08-27net/usb/mcs7830: new device IDsArnd Bergmann1-1/+22
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna1-2/+1
2008-01-08[NET]: mcs7830 passes msecs instead of jiffies to usb_control_msgRuss Dill1-2/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-8/+8
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+534