1. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  2. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  3. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  4. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 0aa7dea NET: wimax, fix use after free by Jiri Slaby · 14 years ago
  6. e3d3268 wimax: make functions local by stephen hemminger · 14 years ago
  7. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  8. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  9. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  10. 76ac21f Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  11. 41a8730 wimax/i2400m: Add PID & VID for Intel WiMAX 6250 by Alexey Shvetsov · 14 years ago
  12. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  13. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  14. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  15. e79aa86 Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  16. a385a53 wimax/i2400m: fix missing endian correction read in fw loader by Inaky Perez-Gonzalez · 14 years ago
  17. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  18. 7466a38 Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  19. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  20. beb7b04 USB: remove leftover references to udev->autosuspend_disabled by Alan Stern · 14 years ago
  21. 3a24934 wimax/i2400m: fix bad race condition check in RX path by Inaky Perez-Gonzalez · 14 years ago
  22. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  23. 1cdc5ab Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  24. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  25. 0fb0a4f wimax/i2400m: driver defaults to firmware v1.5 for i6x60 devices by Inaky Perez-Gonzalez · 15 years ago
  26. 6c6706b3 wimax/i2400m: driver defaults to firmware v1.5 for i5x50 devices by Inaky Perez-Gonzalez · 15 years ago
  27. 9d7fdf1 wimax/i2400m: Move module params to other file so they can be static by Prasanna S Panchamukhi · 15 years ago
  28. 3e02a06 wimax: wimax_msg_alloc() returns ERR_PTR not null by Dan Carpenter · 14 years ago
  29. 7ef9f9a wimax/i2400m: USB specific TX queue's minimum buffer room required for new message by Prasanna S. Panchamukhi · 14 years ago
  30. 8a3a1b6 wimax/i2400m: SDIO specific TX queue's minimum buffer room for new message by Prasanna S. Panchamukhi · 14 years ago
  31. 2750290 wimax/i2400m: reserve additional space in the TX queue's buffer while allocating space for a new message header by Prasanna S. Panchamukhi · 14 years ago
  32. 0809a7b wimax/i2400m: fix incorrect handling of type 2 and 3 RX messages by Prasanna S. Panchamukhi · 14 years ago
  33. d11a6e4 wimax i2400m: fix race condition while accessing rx_roq by using kref count by Prasanna S. Panchamukhi · 14 years ago
  34. ded0fd6 wimax/i2400m: increase tx queue length from 5 to 20 [v1] by Prasanna S. Panchamukhi · 14 years ago
  35. 85a19e0 wimax/i2400m: fix system freeze caused by an infinite loop [v1] by Prasanna S. Panchamukhi · 14 years ago
  36. 9e6e3bd wimax/i2400m: modify i2400m_tx_fifo_push() to check for head room space in the TX FIFO [v1] by Prasanna S. Panchamukhi · 14 years ago
  37. 718e949 wimax/i2400m: fix BUILD_BUG_ON() to use the maximum message size constant [v1] by Prasanna S. Panchamukhi · 14 years ago
  38. a40242f wimax/i2400m: limit the message size upto 16KiB [v1] by Prasanna S. Panchamukhi · 14 years ago
  39. e6dd789 wimax/i2400m: increase the maximum number of payloads per message to 60 [v1] by Prasanna S. Panchamukhi · 14 years ago
  40. d944017 wimax/i2400m: Reset the TX FIFO indices when allocating the TX FIFO in tx_setup() by Cindy H Kao · 14 years ago
  41. 2354161 wimax/i2400m: Correct the error path handlers order in i2400m_post_reset() by Cindy H Kao · 14 years ago
  42. 599e595 wimax/i2400m: add the error recovery mechanism on TX path by Cindy H Kao · 14 years ago
  43. f4e4134 wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle() by Cindy H Kao · 14 years ago
  44. 49d72df3 wimax/i2400m: correct the error path handlers in dev_start() by Cindy H Kao · 14 years ago
  45. f22cf68 wimax/i2400m: fix the race condition for accessing TX queue by Cindy H Kao · 14 years ago
  46. 570eb0e wimax/i2400m: fix insufficient size of Tx buffer for 12 payload of 1400 MTU. by Prasanna S. Panchamukhi · 14 years ago
  47. 080de04 wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.h by Prasanna S. Panchamukhi · 14 years ago
  48. 4818d14 wimax/i2400m: fix incorrect return -ESHUTDOWN when there is no Tx buffer available by Prasanna S.Panchamukhi · 14 years ago
  49. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. 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
  51. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  52. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  53. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  54. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. b811246 wimax/i2400m: Add support for more i6x50 SKUs by Inaky Perez-Gonzalez · 14 years ago
  56. 4754b3d drivers/net/wimax/i2400m/driver.c: use %pM to show MAC address by hartleys · 14 years ago
  57. 595acf2 drivers/net/wimax/i2400m/fw.c: use %pM to show MAC address by hartleys · 14 years ago
  58. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  59. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  60. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  61. 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
  62. e7fec0bb wimax/i2400m: fix inverted value in i2400ms_bus_setup() by Inaky Perez-Gonzalez · 15 years ago
  63. 20d57f8 wimax/i2400m: fix SDIO debugfs dentry name by Inaky Perez-Gonzalez · 15 years ago
  64. 5a039e7 wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_out by Inaky Perez-Gonzalez · 15 years ago
  65. faf57162 wimax/i2400m: handle USB stalls by Inaky Perez-Gonzalez · 15 years ago
  66. fae9221 wimax/i2400m: don't retry SDIO enable in probe() paths by Inaky Perez-Gonzalez · 15 years ago
  67. 02eb41e wimax/i2400m: correctly identify all iwmc3200-based SKUs by Inaky Perez-Gonzalez · 15 years ago
  68. 296bd4b wimax/i2400m: Fix USB timeout specifications (to ms from HZ) by Inaky Perez-Gonzalez · 15 years ago
  69. 5ab5a72 wimax/i2400m: fix device getting stuck in IDLE mode by Inaky Perez-Gonzalez · 15 years ago
  70. c931cee wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier by Inaky Perez-Gonzalez · 15 years ago
  71. 55a662d wimax/i2400m: implement passive mode as a module option by Inaky Perez-Gonzalez · 15 years ago
  72. ce5eb7a i2400m-sdio: select IWMC3200TOP in Kconfig by Tomas Winkler · 15 years ago
  73. a8ee303 wimax/i2400m: SDIO: fix oops on reset when TXing on uninitialized data by Inaky Perez-Gonzalez · 15 years ago
  74. 097acbe wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional by Inaky Perez-Gonzalez · 15 years ago
  75. 4a78fd9 wimax/i2400m: fix oops caused by race condition when exiting USB kthreads by Inaky Perez-Gonzalez · 15 years ago
  76. 0c96859 wimax/i2400m: Let device's status reports change the device state by Inaky Perez-Gonzalez · 15 years ago
  77. 46c50147 wimax/i2400m: fix oops in TX when tearing down the device by Inaky Perez-Gonzalez · 15 years ago
  78. a0beba2 wimax/i2400m: queue device's report until the driver is ready for them by Inaky Perez-Gonzalez · 15 years ago
  79. af77dfa wimax/i2400m: move i2400m_init() out of i2400m.h by Inaky Perez-Gonzalez · 15 years ago
  80. b9ee950 wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex by Inaky Perez-Gonzalez · 15 years ago
  81. 5eeae35 wimax/i2400m: when stopping the device, cancel any pending message by Inaky Perez-Gonzalez · 15 years ago
  82. 28cff50 wimax/i2400m: change the bcf_len to exclude the extended header size by Cindy H Kao · 15 years ago
  83. 6f4fc90 wimax/i2400m: use JUMP cmd for last FW chunk indication by Cindy H Kao · 15 years ago
  84. 9835fd8 wimax/i2400m: fix race condition with tcpdump et al by Inaky Perez-Gonzalez · 15 years ago
  85. e1633fd wimax/i2400m: reduce verbosity of debug messages in boot mode by Inaky Perez-Gonzalez · 15 years ago
  86. 3725d8c wimax/i2400m: Implement pre/post reset support in the USB driver by Inaky Perez-Gonzalez · 15 years ago
  87. 2869da8 wimax/i2400m: do bootmode buffer management in i2400m_setup/release() by Inaky Perez-Gonzalez · 15 years ago
  88. 0856ccf wimax/i2400m: introduce i2400m->bus_setup/release by Inaky Perez-Gonzalez · 15 years ago
  89. c2315b4 wimax/i2400m: clarify and fix i2400m->{ready,updown} by Inaky Perez-Gonzalez · 15 years ago
  90. 8f90f3e wimax/i2400m: cleanup initialization/destruction flow by Inaky Perez-Gonzalez · 15 years ago
  91. ac53aed wimax/i2400m: on device stop, clean up pending wake & TX work by Inaky Perez-Gonzalez · 15 years ago
  92. cb5b756 wimax/i2400m: don't overwrite error codes when failing to load firmware by Inaky Perez-Gonzalez · 15 years ago
  93. 1a5a73c wimax/i2400m: implement .reset_resume in USB subdriver by Inaky Perez-Gonzalez · 15 years ago
  94. 7b43ca7 wimax/i2400m: cache firmware on system suspend by Inaky Perez-Gonzalez · 15 years ago
  95. 3ef6129 wimax/i2400m: add reason argument to i2400m_dev_reset_handle() by Inaky Perez-Gonzalez · 15 years ago
  96. b0fbcb2 wimax/i2400m: clean up & add a payload argument to i2400m_schedule_work() by Inaky Perez-Gonzalez · 15 years ago
  97. 7329012 wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series support by Dirk Brandewie · 15 years ago
  98. f8fc329 wimax/iwmc3200: add new sdio device ID to support iwmc3200 2.5GHz sku by Cindy H Kao · 15 years ago
  99. 10607c8 wimax/i2400m: on firmware upload, select BCF header that matches device's request by Inaky Perez-Gonzalez · 15 years ago
  100. bfc4418 wimax/i2400m: support extended firmware format by Inaky Perez-Gonzalez · 15 years ago