aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/mcs7830.c
AgeCommit message (Expand)Author
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-31usbnet: mcs7830: rework link state detectionOctavian Purdila
2013-12-06usb: Fix FSF address in file headersJeff Kirsher
2013-04-11usbnet: mcs7830: apply usbnet_link_changeMing Lei
2013-04-11usbnet: mcs7830: don't reset linkMing Lei
2012-10-26usbnet: mcs7830: apply introduced usb command APIsMing Lei
2012-10-12mcs7830: Fix link state detectionOndrej Zary
2012-06-02mcs7830: Implement link state detectionOndrej Zary
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-02-23mcs7830: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2010-12-23USB: mcs7830: return negative if auto negotiate failsDan Carpenter
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-03MCS7830 USB-Ether: resume _with_ working link, via .reset_resume supportAndreas Mohr
2010-02-03MCS7830 USB-Ether: change register defineAndreas Mohr
2010-02-03MCS7830 USB-Ether: Spelling correctionsAndreas Mohr
2010-02-03MCS7830 USB-Ether: add Rx error supportAndreas Mohr
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-03-21usbnet: convert msc7830 driver to net_device_opsStephen Hemminger
2009-01-21usb/mcs7830: Don't use buffers from stack for USB transfersChristian Eggers
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-08-27net/usb/mcs7830: add set_mac_addressOliver Martin
2008-08-27net/usb/mcs7830: new device IDsArnd Bergmann
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna
2008-01-08[NET]: mcs7830 passes msecs instead of jiffies to usb_control_msgRuss Dill
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik