1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  3. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  4. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. b811246 wimax/i2400m: Add support for more i6x50 SKUs by Inaky Perez-Gonzalez · 14 years ago
  6. 4754b3d drivers/net/wimax/i2400m/driver.c: use %pM to show MAC address by hartleys · 14 years ago
  7. 595acf2 drivers/net/wimax/i2400m/fw.c: use %pM to show MAC address by hartleys · 14 years ago
  8. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  9. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  10. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  11. 62d8368 Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  12. e7fec0bb wimax/i2400m: fix inverted value in i2400ms_bus_setup() by Inaky Perez-Gonzalez · 15 years ago
  13. 20d57f8 wimax/i2400m: fix SDIO debugfs dentry name by Inaky Perez-Gonzalez · 15 years ago
  14. 5a039e7 wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_out by Inaky Perez-Gonzalez · 15 years ago
  15. faf57162 wimax/i2400m: handle USB stalls by Inaky Perez-Gonzalez · 15 years ago
  16. fae9221 wimax/i2400m: don't retry SDIO enable in probe() paths by Inaky Perez-Gonzalez · 15 years ago
  17. 02eb41e wimax/i2400m: correctly identify all iwmc3200-based SKUs by Inaky Perez-Gonzalez · 15 years ago
  18. 296bd4b wimax/i2400m: Fix USB timeout specifications (to ms from HZ) by Inaky Perez-Gonzalez · 15 years ago
  19. 5ab5a72 wimax/i2400m: fix device getting stuck in IDLE mode by Inaky Perez-Gonzalez · 15 years ago
  20. c931cee wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier by Inaky Perez-Gonzalez · 15 years ago
  21. 55a662d wimax/i2400m: implement passive mode as a module option by Inaky Perez-Gonzalez · 15 years ago
  22. ce5eb7a i2400m-sdio: select IWMC3200TOP in Kconfig by Tomas Winkler · 15 years ago
  23. a8ee303 wimax/i2400m: SDIO: fix oops on reset when TXing on uninitialized data by Inaky Perez-Gonzalez · 15 years ago
  24. 097acbe wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional by Inaky Perez-Gonzalez · 15 years ago
  25. 4a78fd9 wimax/i2400m: fix oops caused by race condition when exiting USB kthreads by Inaky Perez-Gonzalez · 15 years ago
  26. 0c96859 wimax/i2400m: Let device's status reports change the device state by Inaky Perez-Gonzalez · 15 years ago
  27. 46c50147 wimax/i2400m: fix oops in TX when tearing down the device by Inaky Perez-Gonzalez · 15 years ago
  28. a0beba2 wimax/i2400m: queue device's report until the driver is ready for them by Inaky Perez-Gonzalez · 15 years ago
  29. af77dfa wimax/i2400m: move i2400m_init() out of i2400m.h by Inaky Perez-Gonzalez · 15 years ago
  30. b9ee950 wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex by Inaky Perez-Gonzalez · 15 years ago
  31. 5eeae35 wimax/i2400m: when stopping the device, cancel any pending message by Inaky Perez-Gonzalez · 15 years ago
  32. 28cff50 wimax/i2400m: change the bcf_len to exclude the extended header size by Cindy H Kao · 15 years ago
  33. 6f4fc90 wimax/i2400m: use JUMP cmd for last FW chunk indication by Cindy H Kao · 15 years ago
  34. 9835fd8 wimax/i2400m: fix race condition with tcpdump et al by Inaky Perez-Gonzalez · 15 years ago
  35. e1633fd wimax/i2400m: reduce verbosity of debug messages in boot mode by Inaky Perez-Gonzalez · 15 years ago
  36. 3725d8c wimax/i2400m: Implement pre/post reset support in the USB driver by Inaky Perez-Gonzalez · 15 years ago
  37. 2869da8 wimax/i2400m: do bootmode buffer management in i2400m_setup/release() by Inaky Perez-Gonzalez · 15 years ago
  38. 0856ccf wimax/i2400m: introduce i2400m->bus_setup/release by Inaky Perez-Gonzalez · 15 years ago
  39. c2315b4 wimax/i2400m: clarify and fix i2400m->{ready,updown} by Inaky Perez-Gonzalez · 15 years ago
  40. 8f90f3e wimax/i2400m: cleanup initialization/destruction flow by Inaky Perez-Gonzalez · 15 years ago
  41. ac53aed wimax/i2400m: on device stop, clean up pending wake & TX work by Inaky Perez-Gonzalez · 15 years ago
  42. cb5b756 wimax/i2400m: don't overwrite error codes when failing to load firmware by Inaky Perez-Gonzalez · 15 years ago
  43. 1a5a73c wimax/i2400m: implement .reset_resume in USB subdriver by Inaky Perez-Gonzalez · 15 years ago
  44. 7b43ca7 wimax/i2400m: cache firmware on system suspend by Inaky Perez-Gonzalez · 15 years ago
  45. 3ef6129 wimax/i2400m: add reason argument to i2400m_dev_reset_handle() by Inaky Perez-Gonzalez · 15 years ago
  46. b0fbcb2 wimax/i2400m: clean up & add a payload argument to i2400m_schedule_work() by Inaky Perez-Gonzalez · 15 years ago
  47. 7329012 wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series support by Dirk Brandewie · 15 years ago
  48. f8fc329 wimax/iwmc3200: add new sdio device ID to support iwmc3200 2.5GHz sku by Cindy H Kao · 15 years ago
  49. 10607c8 wimax/i2400m: on firmware upload, select BCF header that matches device's request by Inaky Perez-Gonzalez · 15 years ago
  50. bfc4418 wimax/i2400m: support extended firmware format by Inaky Perez-Gonzalez · 15 years ago
  51. fabce1a wimax/i2400m: verify firmware format version is known by Inaky Perez-Gonzalez · 15 years ago
  52. 923d708 wimax/i2400m: fix reboot echo/ack barker deadlock by Inaky Perez-Gonzalez · 15 years ago
  53. ebc5f62 wimax/i2400m: retry loading firmware files in sequence by Inaky Perez-Gonzalez · 15 years ago
  54. aba3792 wimax/i2400m: rework bootrom initialization to be more flexible by Inaky Perez-Gonzalez · 15 years ago
  55. 32742e6 wimax/i2400m: decide properly if using signed vs non-signed firmware loading by Inaky Perez-Gonzalez · 15 years ago
  56. 59bdc4b wimax/i2400m: workaround not-so-working %zd printf format by Inaky Perez-Gonzalez · 15 years ago
  57. 4c2b1a1 wimax: allow specifying debug levels as command line option by Inaky Perez-Gonzalez · 15 years ago
  58. 4dc1bf0 wimax/i2400m: add missing debug submodule definition by Inaky Perez-Gonzalez · 15 years ago
  59. c77ca95 wimax/i2400m: during probe, call sdio_disable at most once by Inaky Perez-Gonzalez · 15 years ago
  60. 8d8fe19 wimax/i2400m: don't write to memory allocated by request_firmware() by Cindy H Kao · 15 years ago
  61. 77e1251 wimax/i2400m: be smarter about copying command buffer to bm_cmd_buf by Inaky Perez-Gonzalez · 15 years ago
  62. 339ccc3 wimax/i2400m/sdio: clear the INTR status bit after reading size by Cindy H Kao · 15 years ago
  63. 2093586 wimax/i2400m: USB driver uses a configurable endpoint map by Dirk Brandewie · 15 years ago
  64. 8bec9a5 wimax/iwmc3200: increase wait time before enable retry by Cindy H Kao · 15 years ago
  65. 5c29e21 wimax/iwmc3200: don't disable the SDIO function if enable fails by Cindy H Kao · 15 years ago
  66. f2696fb wimax/iwmc3200: overwrite SDIO IOR timeout value to avoid platform hang by Cindy H Kao · 15 years ago
  67. c308365 wimax/i2400m: Make boot retries a BUS-specific parameter by Dirk Brandewie · 15 years ago
  68. a134fd6 wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message by Dirk Brandewie · 15 years ago
  69. 81b182a wimax/i2400m: Update comments to talk about SDIO reset and not USB. by Dirk Brandewie · 15 years ago
  70. abb3073 i2400m: minimal ethtool support by Dan Williams · 15 years ago
  71. 2d44f20 wimax: misplaced parenthesis by Roel Kluin · 15 years ago
  72. a6346fa i2400m: keep index within ms_to_errno[] by Roel Kluin · 15 years ago
  73. 5b45bfe wimax/i2400m: fix the bootmode RX deadlock in SDIO driver by Cindy H Kao · 15 years ago
  74. 663ebb4 wimax/i2400m/usb: remove unnecessary power management primitive in i2400m by Oliver Neukum · 15 years ago
  75. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 15 years ago
  76. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  77. 51def0b imwc3200: move iwmc3200 SDIO ids to sdio_ids.h by Tomas Winkler · 15 years ago
  78. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  79. 98eb0f5 wimax: fix gcc warnings in sh4 when calling BUG() by Inaky Perez-Gonzalez · 15 years ago
  80. 0bcfc5e wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS by Cindy H Kao · 15 years ago
  81. 8b5b30ee wimax/i2400m: when bootstrap fails, reinitialize the bootrom by Cindy H Kao · 15 years ago
  82. 16820c1 wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine by Inaky Perez-Gonzalez · 15 years ago
  83. 6e053d6 wimax/i2400m: don't reset device when bootrom init retries are exceeded by Inaky Perez-Gonzalez · 15 years ago
  84. 1c0b2dd wimax/i2400m/sdio: Add device specific poke table. by Dirk Brandewie · 15 years ago
  85. 7308a0c wimax/i2400m: move boot time poke table out of common driver by Dirk Brandewie · 15 years ago
  86. ecddfd5 wimax/i2400m: Allow bus-specific driver to specify retry count by Inaky Perez-Gonzalez · 15 years ago
  87. b4013f9 wimax/i2400m: if a device reboot happens during probe, handle it by Inaky Perez-Gonzalez · 15 years ago
  88. 59063af wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check by Inaky Perez-Gonzalez · 15 years ago
  89. b4bd07e wimax/i2400m: don't reset device on i2400m_dev_shutdown() by Inaky Perez-Gonzalez · 15 years ago
  90. 2971a5b wimax/i2400m: fix panic due to missed corner cases on tail_room calculation by Inaky Perez-Gonzalez · 15 years ago
  91. c56affa wimax/i2400m: fix panic/warnings caused by missed check on empty TX message by Inaky Perez-Gonzalez · 15 years ago
  92. 8593a19 wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN by Inaky Perez-Gonzalez · 15 years ago
  93. 10b1de6 wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type by Dirk Brandewie · 15 years ago
  94. ead6823 wimax/i2400m: Change d_printf() level for secure boot messages by Dirk Brandewie · 15 years ago
  95. 16eafba wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue by Inaky Perez-Gonzalez · 15 years ago
  96. e9a6b45 wimax/i2400m: i2400m's work queue should be initialized before RX support by Inaky Perez-Gonzalez · 15 years ago
  97. fff1068 wimax/i2400m: don't call netif_start_queue() in _tx_msg_sent() by Inaky Perez-Gonzalez · 15 years ago
  98. fb10167 wimax/i2400m: introduce module parameter to disable entering power save by Inaky Perez-Gonzalez · 15 years ago
  99. 2618ab7 wimax/i2400m: usb: fix device reset on autosuspend while not yet idle by Inaky Perez-Gonzalez · 15 years ago
  100. a0a4c4c wimax/i2400m: sdio: set the block size before enabling the function by Inaky Perez-Gonzalez · 15 years ago