1. 4520286 b43legacy: Fix unload oops if firmware is not available by Larry Finger · 11 years ago
  2. 675a0b0 mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan by Karl Beldan · 12 years ago
  3. 576d28a b43legacy: Fix firmware loading when driver is built into the kernel by Larry Finger · 12 years ago
  4. 2d838bb b43legacy: Fix crash on unload when firmware not available by Larry Finger · 12 years ago
  5. 01e17da Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  6. 85ce5ae b43legacy: fix logic in GPIO init by Rafał Miłecki · 12 years ago
  7. 36323f8 mac80211: move TX station pointer and restructure TX by Thomas Huehn · 12 years ago
  8. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  9. 02b7d83 Fix typo in printed messages by Anatol Pomozov · 13 years ago
  10. 491b26b wireless: update wireless URLs by Johannes Berg · 13 years ago
  11. 5a20ef3 ssb: remove rev from boardinfo by Hauke Mehrtens · 13 years ago
  12. 8f4b203 b43legacy: Fix error due to MMIO access with SSB unpowered by Larry Finger · 13 years ago
  13. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 13 years ago
  14. a3ea2c7 b43legacy: Load firmware from work queue instead of from probe routine by Larry Finger · 13 years ago
  15. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  16. 5d07a3d b43legacy: Avoid packet losses in the dma worker code by Larry Finger · 13 years ago
  17. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  18. ac5c24e9 drivers/net: change moduleparam.h to module.h as required. by Paul Gortmaker · 13 years ago
  19. 8a3a3c8 mac80211: pass vif param to conf_tx() callback by Eliad Peller · 13 years ago
  20. 8b0be90 b43/legacy: Remove firmware IDs by Michael Büsch · 13 years ago
  21. ea7a03c b43legacy: report core number by Pavel Roskin · 13 years ago
  22. 6cff689 b43legacy: remove wireless extensions inclusions by Johannes Berg · 14 years ago
  23. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  24. eb032b9 Update my e-mail address by Michael Büsch · 14 years ago
  25. c0c33ad 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 · 14 years ago
  26. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 14 years ago
  27. 0541ac4 b43legacy: Fix warnings from gcc 4.6.0 by Larry Finger · 14 years ago
  28. a7ffab3 b43legacy: trivial: use TMSLOW def instead of magic value by Rafał Miłecki · 14 years ago
  29. 3ed3f49 b43legacy: drop ssb-duplicated workaround for dangling cores by Rafał Miłecki · 14 years ago
  30. eee4082 b43legacy: drop invalid IMCFGLO workaround by Rafał Miłecki · 14 years ago
  31. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 14 years ago
  32. 0e67d6cb drivers/net/wireless/b43legacy/main.c: Use printf extension %pV by Joe Perches · 14 years ago
  33. bcf3c7c b43legacy: update hw/fw version info in wiphy struct by John W. Linville · 14 years ago
  34. 8316324 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
  35. c7ab1a4 b43legacy: Added get_survey callback in order to get channel noise by John W. Linville · 15 years ago
  36. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 15 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  39. 8b2bbe6 b43legacy: remove get_tx_stats() mac80211 op by Kalle Valo · 15 years ago
  40. 0866b03 b43/b43legacy: Wake queues in wireless_core_start by Larry Finger · 15 years ago
  41. 6373464 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  42. 2f1f00f Remove config option B43_LEGACY_RFKILL completely by Christoph Egger · 15 years ago
  43. c2f4f52 b43legacy: Declare all possible ucodeX.fw files by Tim Gardner · 15 years ago
  44. 3a999e6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  45. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  46. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  47. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
  49. 0869aea0 mac80211: remove RX_FLAG_RADIOTAP by Johannes Berg · 15 years ago
  50. 899110f b43/legacy: Fix usage of host_pci pointer by Michael Buesch · 15 years ago
  51. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  52. 98a1e2a b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO by Michael Buesch · 15 years ago
  53. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  54. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  55. fd4973c b43/b43legacy: fix radio LED initialization by Larry Finger · 16 years ago
  56. f41f3f3 b43/legacy: port to cfg80211 rfkill by Johannes Berg · 16 years ago
  57. 3f0d843 b43/legacy: fix beacon change processing by Johannes Berg · 16 years ago
  58. 44710bb b43legacy: Remove unnecessary MMIO in interrupt hotpath by Stefano Brivio · 16 years ago
  59. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago
  60. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 16 years ago
  61. 2d1f96d b43legacy: Clean up beacon IRQ by Larry Finger · 16 years ago
  62. 7858e07 b43legacy: Fixes for beaconing by Larry Finger · 16 years ago
  63. 910cfee b43legacy: Do not select HW_RANDOM by Larry Finger · 16 years ago
  64. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 16 years ago
  65. 08cb7e0 b43legacy: fix "‘up_dev’ may be used uninitialized" warning by John W. Linville · 16 years ago
  66. 7f3704e b43legacy: implement short slot and basic rate handling by Johannes Berg · 16 years ago
  67. 71c11fb b43/legacy: remove SSID code by Johannes Berg · 16 years ago
  68. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  69. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  70. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  71. 0f4ac38 mac80211: kill hw.conf.antenna_sel_{rx,tx} by Johannes Berg · 16 years ago
  72. 870abdf mac80211: add multi-rate retry support by Felix Fietkau · 16 years ago
  73. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  74. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  75. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  76. a3ec233 wireless: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  77. 4104863 b43legacy: Release mutex in error handling code by Julia Lawall · 16 years ago
  78. 605a0bd mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag by Johannes Berg · 16 years ago
  79. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 17 years ago
  80. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  81. 664f200 b43legacy: Do not return TX_BUSY from op_tx by Michael Buesch · 17 years ago
  82. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  83. 48e6c51 b43legacy: Fix controller restart crash by Michael Buesch · 17 years ago
  84. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  85. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 17 years ago
  86. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  87. ca21614 b43legacy: replace limit_value macro with clamp_val by Harvey Harrison · 17 years ago
  88. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 17 years ago
  89. 533dd1b wireless: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
  90. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  91. 3e2c40e b43legacy: fix TBTT and PU timings by Stefano Brivio · 17 years ago
  92. 385f848 b43legacy: fix initvals loading on bcm4303 by Stefano Brivio · 17 years ago
  93. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  94. c256e05 b43legacy: Fix module init message by Michael Buesch · 17 years ago
  95. 4688be3 b43legacy: fix B43legacy_WARN_ON macro by Stefano Brivio · 17 years ago
  96. a297170 b43legacy: fix upload of beacon packets to the hardware by Stefano Brivio · 17 years ago
  97. eed0fd2 b43legacy: add definitions for MAC control register by Stefano Brivio · 17 years ago
  98. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago
  99. 6fff1c6 b43legacy: Add driver load messages by Stefano Brivio · 17 years ago
  100. cfbc35b b43legacy: fix firmware load message level by Stefano Brivio · 17 years ago