aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/mcs7830.c
Commit message (Expand)AuthorAgeFilesLines
* usbnet: remove generic hard_header_len checkEmil Goode2014-04-021-2/+3
* 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