summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/mcs7830.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* usbnet: remove generic hard_header_len checkEmil Goode2014-02-171-2/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-15/+4
|\
| * usbnet: mcs7830: rework link state detectionOctavian Purdila2013-12-311-15/+4
* | usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
|/
* usbnet: mcs7830: apply usbnet_link_changeMing Lei2013-04-111-4/+1
* usbnet: mcs7830: don't reset linkMing Lei2013-04-111-3/+2
* usbnet: mcs7830: apply introduced usb command APIsMing Lei2012-10-261-79/+6
* mcs7830: Fix link state detectionOndrej Zary2012-10-121-9/+21
* mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* mcs7830: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-11/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* USB: mcs7830: return negative if auto negotiate failsDan Carpenter2010-12-231-1/+1
* net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr2010-12-201-2/+10
* drivers/net/usb: Use kmemdupJulia Lawall2010-05-171-3/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net/usb: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-4/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* MCS7830 USB-Ether: resume _with_ working link, via .reset_resume supportAndreas Mohr2010-02-031-67/+123
* MCS7830 USB-Ether: change register defineAndreas Mohr2010-02-031-2/+3
* MCS7830 USB-Ether: Spelling correctionsAndreas Mohr2010-02-031-6/+6
* MCS7830 USB-Ether: add Rx error supportAndreas Mohr2010-02-031-1/+42
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* usbnet: convert msc7830 driver to net_device_opsStephen Hemminger2009-03-211-3/+13
* usb/mcs7830: Don't use buffers from stack for USB transfersChristian Eggers2009-01-211-2/+18
* net: prepare usb net drivers for addition of status as a parameterOliver Neukum2008-12-181-2/+3
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-2/+2
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-1/+1
* net/usb/mcs7830: add set_mac_addressOliver Martin2008-08-271-0/+24
* net/usb/mcs7830: new device IDsArnd Bergmann2008-08-271-1/+22
* Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-01-311-2/+1
* [NET]: mcs7830 passes msecs instead of jiffies to usb_control_msgRuss Dill2008-01-081-2/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-8/+8
* Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-091-0/+534
OpenPOWER on IntegriCloud