1. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 16 years ago
  2. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 16 years ago
  3. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  4. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  5. b157b5e b43legacy: fix led naming by Danny Kukawka · 16 years ago
  6. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 16 years ago
  7. 08cb7e0 b43legacy: fix "‘up_dev’ may be used uninitialized" warning by John W. Linville · 16 years ago
  8. d8004cb b43legacy: Fix sparse warnings by Larry Finger · 16 years ago
  9. 7f3704e b43legacy: implement short slot and basic rate handling by Johannes Berg · 16 years ago
  10. 95f8e38 b43legacy: reindent misleading statement by Ilpo Järvinen · 16 years ago
  11. 71c11fb b43/legacy: remove SSID code by Johannes Berg · 16 years ago
  12. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  13. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  14. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  15. 0f4ac38 mac80211: kill hw.conf.antenna_sel_{rx,tx} by Johannes Berg · 16 years ago
  16. 870abdf mac80211: add multi-rate retry support by Felix Fietkau · 16 years ago
  17. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 16 years ago
  18. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  19. e95926d Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support" by Linus Torvalds · 16 years ago
  20. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  21. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  22. 940b7a3 b43legacy: Fix to enhance TX speed by Ehud Gavron · 16 years ago
  23. c6a2afd b43legacy: Fix failure in rate-adjustment mechanism by Larry Finger · 16 years ago
  24. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  25. a3ec233 wireless: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  26. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  27. ba5b6ef b43legacy: use le16 frame control directly, avoid byteswapping by Harvey Harrison · 17 years ago
  28. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  29. 4104863 b43legacy: Release mutex in error handling code by Julia Lawall · 17 years ago
  30. 605a0bd mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag by Johannes Berg · 17 years ago
  31. f591fa5 mac80211: fix TX sequence numbers by Johannes Berg · 17 years ago
  32. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 17 years ago
  33. 70197ed b43legacy: Remove switch statement with 64-bit index by Larry Finger · 17 years ago
  34. bc19d6e b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support by Adel Gadllah · 17 years ago
  35. f97d1f4 b43/b43legacy: use RFKILL_STATE_UNBLOCKED instead of RFKILL_STATE_ON by Adel Gadllah · 17 years ago
  36. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  37. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  38. ff28bd9 wireless: remove RFKILL_STATE_HARD_BLOCKED warnings by John W. Linville · 17 years ago
  39. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 17 years ago
  40. b99a017 b43legacy: use frame control helpers by Harvey Harrison · 17 years ago
  41. 2f9ec47 b43legacy: Fix possible NULL pointer dereference in DMA code by Michael Buesch · 17 years ago
  42. 664f200 b43legacy: Do not return TX_BUSY from op_tx by Michael Buesch · 17 years ago
  43. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  44. 48e6c51 b43legacy: Fix controller restart crash by Michael Buesch · 17 years ago
  45. 553381c b43legacy: fix build errors when DMA or PIO are not selected by Johannes Berg · 17 years ago
  46. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 17 years ago
  47. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  48. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 17 years ago
  49. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 17 years ago
  50. 46cb69c missing dependencies on HAS_DMA by Al Viro · 17 years ago
  51. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  52. ca21614 b43legacy: replace limit_value macro with clamp_val by Harvey Harrison · 17 years ago
  53. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 17 years ago
  54. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 17 years ago
  55. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 17 years ago
  56. 533dd1b wireless: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
  57. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  58. 3e2c40e b43legacy: fix TBTT and PU timings by Stefano Brivio · 17 years ago
  59. dc4ae1f b43legacy: fix DMA mapping leakage by Stefano Brivio · 17 years ago
  60. cdbbe3d b43legacy: Fix usage of struct device used for DMAing by Michael Buesch · 17 years ago
  61. 385f848 b43legacy: fix initvals loading on bcm4303 by Stefano Brivio · 17 years ago
  62. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  63. c256e05 b43legacy: Fix module init message by Michael Buesch · 17 years ago
  64. 8f300ae b43legacy: Fix nondebug build by Michael Buesch · 17 years ago
  65. d007b7f b43(legacy): include full timestamp in beacon frames by Johannes Berg · 17 years ago
  66. 4688be3 b43legacy: fix B43legacy_WARN_ON macro by Stefano Brivio · 17 years ago
  67. a297170 b43legacy: fix upload of beacon packets to the hardware by Stefano Brivio · 17 years ago
  68. eed0fd2 b43legacy: add definitions for MAC control register by Stefano Brivio · 17 years ago
  69. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago
  70. c708453 Use a separate config option for the b43 pci to ssb bridge. by Alexey Zaytsev · 17 years ago
  71. 6fff1c6 b43legacy: Add driver load messages by Stefano Brivio · 17 years ago
  72. cfbc35b b43legacy: fix firmware load message level by Stefano Brivio · 17 years ago
  73. 1a1c360 b43legacy: add firmware information to modinfo by Stefano Brivio · 17 years ago
  74. 8e118f0 b43legacy: fix DMA for 30/32-bit DMA engines by Stefano Brivio · 17 years ago
  75. 8dd0100 b43legacy: fix DMA slot resource leakage by Stefano Brivio · 17 years ago
  76. 9eca9a8 b43legacy: drop packets we are not able to encrypt by Stefano Brivio · 17 years ago
  77. ada5073 b43legacy: fix suspend/resume by Stefano Brivio · 17 years ago
  78. 0cd67d4 b43legacy: fix PIO crash by Stefano Brivio · 17 years ago
  79. e78c9d2 b43legacy: fix MAC control and microcode init by Stefano Brivio · 17 years ago
  80. 8712f27 b43legacy: Fix rfkill allocation leakage in error paths by Michael Buesch · 17 years ago
  81. bfe6a50 b43legacy: Remove the PHY spinlock by Michael Buesch · 17 years ago
  82. 222b01b b43legacy: fix use-after-free rfkill bug by Stefano Brivio · 17 years ago
  83. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 17 years ago
  84. e861b98 ssb: Fix extraction of values from SPROM by Michael Buesch · 17 years ago
  85. c0ddd04 wireless: cleanup some merge errors by John W. Linville · 17 years ago
  86. 4ad36d7 b43legacy: Fix rfkill radio LED by Larry Finger · 17 years ago
  87. a293ee9 b43legacy: reinit on too many PHY TX errors by Stefano Brivio · 17 years ago
  88. 5be3bda b43legacy: include full 64-bit timestamp in monitor mode by Johannes Berg · 17 years ago
  89. 125c5cc b43legacy: properly fix a bogus gcc warning by Frank Lichtenheld · 17 years ago
  90. 7797aa3 b43legacy: Convert to use of the new SPROM structure by Larry Finger · 17 years ago
  91. 59f1b15 b43legacy: fix kconfig dependecies for rfkill and leds by Stefano Brivio · 17 years ago
  92. 1f21ad2 b43/b43legacy: fix my copyright notices by Stefano Brivio · 17 years ago
  93. db9683fb1 b43legacy: rewrite and fix rfkill initialization by Stefano Brivio · 17 years ago
  94. 33a3dc9 b43legacy: use a consistent naming scheme for the ops by Stefano Brivio · 17 years ago
  95. 0a6e1be b43legacy: use the retry limits provided by mac80211 by Stefano Brivio · 17 years ago
  96. 93a3b60 wireless: checkpatch cleanups by Jeff Garzik · 17 years ago
  97. 0c1d379 b43legacy: Remove set_key callback by Michael Buesch · 17 years ago
  98. f34eb69 b43legacy: Rewrite pwork locking by Larry Finger · 17 years ago
  99. 6be5083 b43legacy: Use input-polldev for the rfkill switch by Larry Finger · 17 years ago
  100. 93bb7f3 b43legacy: RF-kill support by Larry Finger · 17 years ago