gpio: rdc321x needs to select MFD_CORE
[safe/jmp/linux-2.6] / drivers / net / wimax /
2010-05-25 David S. MillerMerge branch 'wimax-2.6.35.y' of git://git./linux/kerne...
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-05-20 Alan SternUSB: remove leftover references to udev->autosuspend_di...
2010-05-20 Inaky Perez-Gonzalezwimax/i2400m: fix bad race condition check in RX path
2010-05-18 Joe Perchesdrivers/net: remove useless semicolons
2010-05-16 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-11 Inaky Perez-Gonzalezwimax/i2400m: driver defaults to firmware v1.5 for...
2010-05-11 Inaky Perez-Gonzalezwimax/i2400m: driver defaults to firmware v1.5 for...
2010-05-11 Prasanna S Panchamukhiwimax/i2400m: Move module params to other file so they...
2010-05-11 Dan Carpenterwimax: wimax_msg_alloc() returns ERR_PTR not null
2010-05-11 Prasanna S. Pancha... wimax/i2400m: USB specific TX queue's minimum buffer...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: SDIO specific TX queue's minimum buffer...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: reserve additional space in the TX queue...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: fix incorrect handling of type 2 and...
2010-05-11 Prasanna S. Pancha... wimax i2400m: fix race condition while accessing rx_roq...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: increase tx queue length from 5 to 20...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: fix system freeze caused by an infinite...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: modify i2400m_tx_fifo_push() to check...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: fix BUILD_BUG_ON() to use the maximum...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: limit the message size upto 16KiB [v1]
2010-05-11 Prasanna S. Pancha... wimax/i2400m: increase the maximum number of payloads...
2010-05-11 Cindy H Kaowimax/i2400m: Reset the TX FIFO indices when allocating...
2010-05-11 Cindy H Kaowimax/i2400m: Correct the error path handlers order...
2010-05-11 Cindy H Kaowimax/i2400m: add the error recovery mechanism on TX...
2010-05-11 Cindy H Kaowimax/i2400m: fix for missed reset events if triggered...
2010-05-11 Cindy H Kaowimax/i2400m: correct the error path handlers in dev_st...
2010-05-11 Cindy H Kaowimax/i2400m: fix the race condition for accessing...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: fix insufficient size of Tx buffer for...
2010-05-11 Prasanna S. Pancha... wimax/i2400m: move I2400M_MAX_MTU enum from netdev...
2010-05-11 Prasanna S.Panchamukhiwimax/i2400m: fix incorrect return -ESHUTDOWN when...
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Frans Popnet/various: remove trailing space in messages
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-22 Inaky Perez-Gonzalezwimax/i2400m: Add support for more i6x50 SKUs
2010-01-07 hartleysdrivers/net/wimax/i2400m/driver.c: use %pM to show...
2010-01-07 hartleysdrivers/net/wimax/i2400m/fw.c: use %pM to show MAC...
2009-12-11 Alan SternUSB: remove the auto_pm flag
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-06 David S. MillerMerge branch 'linux-2.6.33.y' of git://git./linux/kerne...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: fix inverted value in i2400ms_bus_setup()
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: fix SDIO debugfs dentry name
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: fix bad assignment of return value in...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: handle USB stalls
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: don't retry SDIO enable in probe() paths
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: correctly identify all iwmc3200-based...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: Fix USB timeout specifications (to ms...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: fix device getting stuck in IDLE mode
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: introduce i2400m_reset(), stopping TX...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: implement passive mode as a module option
2009-10-20 Tomas Winkleri2400m-sdio: select IWMC3200TOP in Kconfig
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: SDIO: fix oops on reset when TXing on...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: make i2400m->bus_dev_{stop,start}() optional
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix oops caused by race condition when...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: Let device's status reports change the...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix oops in TX when tearing down the...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: queue device's report until the driver...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: move i2400m_init() out of i2400m.h
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix deadlock: don't do BUS reset under...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: when stopping the device, cancel any...
2009-10-19 Cindy H Kaowimax/i2400m: change the bcf_len to exclude the extende...
2009-10-19 Cindy H Kaowimax/i2400m: use JUMP cmd for last FW chunk indication
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix race condition with tcpdump et al
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: reduce verbosity of debug messages in...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: Implement pre/post reset support in the...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: do bootmode buffer management in i2400m_s...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: introduce i2400m->bus_setup/release
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: clarify and fix i2400m->{ready,updown}
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: cleanup initialization/destruction flow
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: on device stop, clean up pending wake...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: don't overwrite error codes when failing...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: implement .reset_resume in USB subdriver
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: cache firmware on system suspend
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: add reason argument to i2400m_dev_reset_h...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: clean up & add a payload argument to...
2009-10-19 Dirk Brandewiewimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series...
2009-10-19 Cindy H Kaowimax/iwmc3200: add new sdio device ID to support iwmc3...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: on firmware upload, select BCF header...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: support extended firmware format
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: verify firmware format version is known
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix reboot echo/ack barker deadlock
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: retry loading firmware files in sequence
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: rework bootrom initialization to be more...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: decide properly if using signed vs non...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: workaround not-so-working %zd printf...
2009-10-19 Inaky Perez-Gonzalezwimax: allow specifying debug levels as command line...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: add missing debug submodule definition
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: during probe, call sdio_disable at most...
2009-10-19 Cindy H Kaowimax/i2400m: don't write to memory allocated by reques...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: be smarter about copying command buffer...
2009-10-19 Cindy H Kaowimax/i2400m/sdio: clear the INTR status bit after...
2009-10-19 Dirk Brandewiewimax/i2400m: USB driver uses a configurable endpoint map
2009-10-19 Cindy H Kaowimax/iwmc3200: increase wait time before enable retry
2009-10-19 Cindy H Kaowimax/iwmc3200: don't disable the SDIO function if...
2009-10-19 Cindy H Kaowimax/iwmc3200: overwrite SDIO IOR timeout value to...
2009-10-19 Dirk Brandewiewimax/i2400m: Make boot retries a BUS-specific parameter
next