1. 2cb1ba1 ar9170usb: add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB Network Adapter by Steve Tanner · 15 years ago
  2. aca8c6f drivers/net/wireless/hostap: Drop memory allocation cast by Julia Lawall · 15 years ago
  3. ffdc4cb ath9k_hw: clean up EEPROM endian handling on AR9003 by Felix Fietkau · 15 years ago
  4. 9bff0bc ath9k: add debugfs files for reading/writing registers by Felix Fietkau · 15 years ago
  5. 1534069 ath9k: add debugfs files for reading/writing the rx and tx chainmask by Felix Fietkau · 15 years ago
  6. c8a72c0 ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entries by Felix Fietkau · 15 years ago
  7. 8116daf ath9k_htc: Fix array overflow by Sujith.Manoharan@atheros.com · 15 years ago
  8. d8c49ff ath9k_htc: Fix target ready race condition by Sujith.Manoharan@atheros.com · 15 years ago
  9. 47fce02 ath9k_htc: Reorder HTC initialization by Sujith.Manoharan@atheros.com · 15 years ago
  10. 1d8af8c ath9k_htc: Allocate URBs properly by Sujith.Manoharan@atheros.com · 15 years ago
  11. 05a30f9 ath9k_htc: Lock sta_notify() callback by Sujith.Manoharan@atheros.com · 15 years ago
  12. 0d49935 vhost: fix barrier pairing by Michael S. Tsirkin · 15 years ago
  13. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  14. cea0d76 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  15. 788885a drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-atomic slot by Andrew Morton · 15 years ago
  16. 06efbeb hp_accel: fix race in device removal by Oliver Neukum · 15 years ago
  17. de145b4 fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines by Michael Hennerich · 15 years ago
  18. d586ebb mmc: atmel-mci: fix in debugfs: response value printing by Nicolas Ferre · 15 years ago
  19. abc2c9fd mmc: atmel-mci: remove data error interrupt after xfer by Nicolas Ferre · 15 years ago
  20. 009a891 mmc: atmel-mci: prevent kernel oops while removing card by Nicolas Ferre · 15 years ago
  21. ebb1fea mmc: atmel-mci: fix two parameters swapped by Nicolas Ferre · 15 years ago
  22. 3c904af it8761e_gpio: fix bug in gpio numbering by Denis Turischev · 15 years ago
  23. 0fb0a4f wimax/i2400m: driver defaults to firmware v1.5 for i6x60 devices by Inaky Perez-Gonzalez · 15 years ago
  24. 6c6706b3 wimax/i2400m: driver defaults to firmware v1.5 for i5x50 devices by Inaky Perez-Gonzalez · 15 years ago
  25. 9d7fdf1 wimax/i2400m: Move module params to other file so they can be static by Prasanna S Panchamukhi · 15 years ago
  26. 3e02a06 wimax: wimax_msg_alloc() returns ERR_PTR not null by Dan Carpenter · 15 years ago
  27. 7ef9f9a wimax/i2400m: USB specific TX queue's minimum buffer room required for new message by Prasanna S. Panchamukhi · 15 years ago
  28. 8a3a1b6 wimax/i2400m: SDIO specific TX queue's minimum buffer room for new message by Prasanna S. Panchamukhi · 15 years ago
  29. 2750290 wimax/i2400m: reserve additional space in the TX queue's buffer while allocating space for a new message header by Prasanna S. Panchamukhi · 15 years ago
  30. 0809a7b wimax/i2400m: fix incorrect handling of type 2 and 3 RX messages by Prasanna S. Panchamukhi · 15 years ago
  31. d11a6e4 wimax i2400m: fix race condition while accessing rx_roq by using kref count by Prasanna S. Panchamukhi · 15 years ago
  32. ded0fd6 wimax/i2400m: increase tx queue length from 5 to 20 [v1] by Prasanna S. Panchamukhi · 15 years ago
  33. 85a19e0 wimax/i2400m: fix system freeze caused by an infinite loop [v1] by Prasanna S. Panchamukhi · 15 years ago
  34. 9e6e3bd wimax/i2400m: modify i2400m_tx_fifo_push() to check for head room space in the TX FIFO [v1] by Prasanna S. Panchamukhi · 15 years ago
  35. 718e949 wimax/i2400m: fix BUILD_BUG_ON() to use the maximum message size constant [v1] by Prasanna S. Panchamukhi · 15 years ago
  36. a40242f wimax/i2400m: limit the message size upto 16KiB [v1] by Prasanna S. Panchamukhi · 15 years ago
  37. e6dd789 wimax/i2400m: increase the maximum number of payloads per message to 60 [v1] by Prasanna S. Panchamukhi · 15 years ago
  38. d944017 wimax/i2400m: Reset the TX FIFO indices when allocating the TX FIFO in tx_setup() by Cindy H Kao · 15 years ago
  39. 2354161 wimax/i2400m: Correct the error path handlers order in i2400m_post_reset() by Cindy H Kao · 15 years ago
  40. 599e595 wimax/i2400m: add the error recovery mechanism on TX path by Cindy H Kao · 15 years ago
  41. f4e4134 wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle() by Cindy H Kao · 15 years ago
  42. 49d72df3 wimax/i2400m: correct the error path handlers in dev_start() by Cindy H Kao · 15 years ago
  43. f22cf68 wimax/i2400m: fix the race condition for accessing TX queue by Cindy H Kao · 15 years ago
  44. 570eb0e wimax/i2400m: fix insufficient size of Tx buffer for 12 payload of 1400 MTU. by Prasanna S. Panchamukhi · 15 years ago
  45. 080de04 wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.h by Prasanna S. Panchamukhi · 15 years ago
  46. 4818d14 wimax/i2400m: fix incorrect return -ESHUTDOWN when there is no Tx buffer available by Prasanna S.Panchamukhi · 15 years ago
  47. b29e7eb ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma() by Vasanthakumar Thiagarajan · 15 years ago
  48. 083e3e8 ath9k: Fix bug in handling rx frames with invalid descriptor content by Vasanthakumar Thiagarajan · 15 years ago
  49. 7fca8e2 ath9k_hw: new initialization values for AR9003 by Luis R. Rodriguez · 15 years ago
  50. 9637e51 ath5k: drop warning on jumbo frames by Luis R. Rodriguez · 15 years ago
  51. b1b3751 wl1271: remove some unneeded code by Dan Carpenter · 15 years ago
  52. 8607b79 wl1271: fix notifier interface supported test by Dan Carpenter · 15 years ago
  53. cdd0864 wl1271: add missing spin_lock() by Dan Carpenter · 15 years ago
  54. 5a147e8 ar9170: fix for driver-core ABI change by Stephen Rothwell · 15 years ago
  55. cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  56. fc2a093 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  57. 9fc282b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  58. 7d6fb7b ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[] by Alex Chiang · 15 years ago
  59. 0559a53 hwmon: (applesmc) Correct sysfs fan error handling by Henrik Rydberg · 15 years ago
  60. d1bf8cf hwmon: (asc7621) Bug fixes by Ken Milmore · 15 years ago
  61. de02d72 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  62. c9ff04c drm/radeon: Fix 3 regressions - since buffer rework by Jean Delvare · 15 years ago
  63. db125c7 iwlwifi: clear driver stations when going down by Johannes Berg · 15 years ago
  64. 63d4176 iwlwifi: remove pointless HT check by Johannes Berg · 15 years ago
  65. 57f8db8 iwlwifi: rename iwl_add_local_station by Johannes Berg · 15 years ago
  66. c118274 iwlwifi: move iwl_find_station() to 4965 by Johannes Berg · 15 years ago
  67. bdbb612 iwlwifi: use iwl_sta_id() for TKIP key update by Johannes Berg · 15 years ago
  68. 619753f iwlagn: use iwl_sta_id() for aggregation by Johannes Berg · 15 years ago
  69. 2a87c26 iwlwifi: use iwl_find_station less by Johannes Berg · 15 years ago
  70. 64ba9a5 iwlwifi: add iwl_sta_id() by Johannes Berg · 15 years ago
  71. fd1af15 iwlwifi: track station IDs by Johannes Berg · 15 years ago
  72. 4ff7397 iwlwifi: provide more comments for cfg structure by Wey-Yi Guy · 15 years ago
  73. 470356b iwlwifi: "tx power per chain" are part of ucode_tx_stats by Wey-Yi Guy · 15 years ago
  74. 3bce606 iwlagn: work around rate scaling reset delay by Reinette Chatre · 15 years ago
  75. 2c810cc iwlwifi: rework broadcast station management by Johannes Berg · 15 years ago
  76. a6a0345 iwlwifi: split allocation/sending local station LQ by Johannes Berg · 15 years ago
  77. 156b70d iwlwifi: fix iwl_sta_init_lq station ID by Johannes Berg · 15 years ago
  78. 59c02b4 iwlwifi: note that priv->bssid is used only by 3945 by Johannes Berg · 15 years ago
  79. ca3c1f5 iwlwifi: use vif in iwl_ht_conf by Johannes Berg · 15 years ago
  80. 3a065ab iwlwifi: remove useless priv->vif check by Johannes Berg · 15 years ago
  81. 832f47e iwlagn: use virtual interface in TX aggregation handling by Johannes Berg · 15 years ago
  82. 1dda6d2 iwlwifi: push virtual interface through by Johannes Berg · 15 years ago
  83. 3474ad6 iwlwifi: apply filter flags directly by Johannes Berg · 15 years ago
  84. eafdfbd3 iwlagn: use vif->type to check station by Johannes Berg · 15 years ago
  85. 93286db iwlagn: move iwl_get_ra_sta_id to 4965 by Johannes Berg · 15 years ago
  86. 159605d iwlwifi: remove rts_threshold by Johannes Berg · 15 years ago
  87. a29576a iwl3945: add plcp error checking by Abhijeet Kolekar · 15 years ago
  88. dd7a250 iwlagn: implement loading a new firmware file type by Johannes Berg · 15 years ago
  89. 0e9a44d iwlagn: prepare for new firmware file format by Johannes Berg · 15 years ago
  90. d1358f6 iwlwifi: move eeprom version printout to eeprom init by Johannes Berg · 15 years ago
  91. 22adba2 iwlwifi: remove ucode virtual functions by Johannes Berg · 15 years ago
  92. 93b1a2f iwl3945: remove ucode access indirection by Johannes Berg · 15 years ago
  93. 3e4de76 iwlagn: show and store firmware build number by Johannes Berg · 15 years ago
  94. 1fa61b2 iwlwifi: manage IBSS station properly by Johannes Berg · 15 years ago
  95. c0222df iwlwifi: pass address to iwl_remove_station by Johannes Berg · 15 years ago
  96. 6e0b9ca iwl3945: use iwl3945_add_bcast_station by Johannes Berg · 15 years ago
  97. d2e210a iwlwifi: make bcast LQ command available for later restore actions by Reinette Chatre · 15 years ago
  98. 459bc73 iwlwifi: dump firmware build info in error case by Shanyu Zhao · 15 years ago
  99. 3d38f17 iwlwifi: checking for all the possible failure cases by Wey-Yi Guy · 15 years ago
  100. f401241 iwlwifi: wimax co-exist code clean up by Wey-Yi Guy · 15 years ago