aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29wimax: move out to stagingArnd Bergmann1-764/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-53/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner1-16/+1
2019-02-08net: wimax/i2400m: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-03-13net: wimax/i2400m: fix NULL-deref at probeJohan Hovold1-0/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-12-15i2400m: add Intel 6150 device IDsDan Williams1-0/+6
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-03-27wimax: i2400m-usb - use a private struct ethtool_opsPhil Sutter1-0/+18
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-2/+2
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-12-12i2400m: drop i2400m_schedule_work()Tejun Heo1-1/+0
2010-11-17USB: fix leftover references to udev->autosuspend_delayAlan Stern1-1/+1
2010-07-24Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller1-0/+2
2010-07-22wimax/i2400m: Add PID & VID for Intel WiMAX 6250Alexey Shvetsov1-0/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-05-20USB: remove leftover references to udev->autosuspend_disabledAlan Stern1-1/+1
2010-05-11wimax/i2400m: driver defaults to firmware v1.5 for i6x60 devicesInaky Perez-Gonzalez1-0/+1
2010-05-11wimax/i2400m: driver defaults to firmware v1.5 for i5x50 devicesInaky Perez-Gonzalez1-1/+3
2010-05-11wimax/i2400m: USB specific TX queue's minimum buffer room required for new messagePrasanna S. Panchamukhi1-0/+7
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-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2010-01-21wimax/i2400m: Add support for more i6x50 SKUsInaky Perez-Gonzalez1-1/+11
2009-12-11USB: remove the auto_pm flagAlan Stern1-5/+2
2009-11-03wimax/i2400m: handle USB stallsInaky Perez-Gonzalez1-6/+51
2009-11-03wimax/i2400m: Fix USB timeout specifications (to ms from HZ)Inaky Perez-Gonzalez1-1/+1
2009-11-03wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez1-1/+1
2009-10-19wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutexInaky Perez-Gonzalez1-4/+10
2009-10-19wimax/i2400m: Implement pre/post reset support in the USB driverInaky Perez-Gonzalez1-0/+33
2009-10-19wimax/i2400m: do bootmode buffer management in i2400m_setup/release()Inaky Perez-Gonzalez1-8/+0
2009-10-19wimax/i2400m: introduce i2400m->bus_setup/releaseInaky Perez-Gonzalez1-0/+2
2009-10-19wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez1-1/+6
2009-10-19wimax/i2400m: implement .reset_resume in USB subdriverInaky Perez-Gonzalez1-0/+16
2009-10-19wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series supportDirk Brandewie1-7/+19
2009-10-19wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez1-0/+9
2009-10-19wimax/i2400m: USB driver uses a configurable endpoint mapDirk Brandewie1-6/+14
2009-10-19wimax/i2400m: Make boot retries a BUS-specific parameterDirk Brandewie1-1/+1
2009-10-19wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first messageDirk Brandewie1-0/+8
2009-10-19wimax/i2400m/usb: remove unnecessary power management primitive in i2400mOliver Neukum1-1/+0
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-06-11wimax: fix gcc warnings in sh4 when calling BUG()Inaky Perez-Gonzalez1-1/+3
2009-06-11wimax/i2400m: Allow bus-specific driver to specify retry countInaky Perez-Gonzalez1-0/+1
2009-05-28wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez1-5/+30
2009-03-02wimax/i2400m: add the ability to fallback to other firmware files if the default is not thereInaky Perez-Gonzalez1-3/+11
2009-02-01wimax: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2009-01-08i2400m/usb: wrap USB power saving in #ifdef CONFIG_PMInaky Perez-Gonzalez1-0/+6