aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/mcs7830.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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