aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc_eem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17net: cdc_eem: fix tx fixup skb leakLinyu Yuan1-1/+1
2021-05-14net: cdc_eem: fix URL to CDC EEM 1.0 specJonathan Davies1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-03-07net: cdc_eem: clean up bind error pathJohan Hovold1-4/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-11-07net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge1-1/+2
2012-10-11usbnet: Support devices reporting idlenessOliver Neukum1-0/+4
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-01net: usb: cdc_eem: fix mtuRabin Vincent1-0/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-4/+6
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-09-23USB: Fix CDC EEM host driver 'sentinel' CRC validationBrian Niebuhr1-7/+10
2009-07-16cdc-eem: bad crc checkingVincent CUISSARD1-1/+1
2009-06-30cdc_eem: Use netdev stats structureHerbert Xu1-1/+1
2009-05-04usbnet: CDC EEM support (v5)Omar Laazimani1-0/+381