1. 6208f8b p54: implement rfkill by Christian Lamparter · 15 years ago
  2. 718126a p54: Write outside array bounds by Christian Lamparter · 15 years ago
  3. 66d2d08 b43: Fix hardware key index handling by Michael Buesch · 15 years ago
  4. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 15 years ago
  5. ad5351d mac80211: allow DMA optimisation by Johannes Berg · 15 years ago
  6. ab5b534 mac80211: document TX powersave filter requirements by Johannes Berg · 15 years ago
  7. c555b9b mac80211: explain TX retry and status by Johannes Berg · 15 years ago
  8. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 15 years ago
  9. f401a6f cfg80211: use reassociation when possible by Johannes Berg · 15 years ago
  10. 59bbb6f cfg80211: validate channel settings across interfaces by Johannes Berg · 15 years ago
  11. f26b32e wl1251: hack to disable filters for fixing association by Kalle Valo · 15 years ago
  12. 2789da9 wl1251: add hw scan completed debug message by Kalle Valo · 15 years ago
  13. b1b0a2b wl1251: remove Luciano as maintainer by Kalle Valo · 15 years ago
  14. 29d904c wl1251: rename reg.h to wl1251_reg.h by Kalle Valo · 15 years ago
  15. 16e711f wl1251: use workqueue provided by mac80211 by Kalle Valo · 15 years ago
  16. 4a81892 wl1251: move wl1251_acx_wake_up_conditions() to wl1251_ps_set_mode() by Kalle Valo · 15 years ago
  17. fe9a984 wl1251: fix channel setting in wl1251_op_config() by Kalle Valo · 15 years ago
  18. ae46ae1 wl1251: create wl1251_join() by Kalle Valo · 15 years ago
  19. c88f875 wl1251: add channel to wl1251_cmd_join() parameters by Kalle Valo · 15 years ago
  20. 9780279 wl1251: initialise default channel to zero by Kalle Valo · 15 years ago
  21. 7a33732 wl1251: remove wait parameter from wl1251_cmd_join() by Kalle Valo · 15 years ago
  22. e2fd461 wl1251: use beacon interval and dtim period provided by mac80211 by Kalle Valo · 15 years ago
  23. 46e947b wl1251: reorder wl1251_cmd_join() arguments by Kalle Valo · 15 years ago
  24. 0e71bb0 wl1251: remove wl1251_ops by Kalle Valo · 15 years ago
  25. b5ed9c1 wl1251: make irq handling interface specific by Bob Copeland · 15 years ago
  26. 3ec410d wl1251: add sdio support by Bob Copeland · 15 years ago
  27. af8c78e wl1251: split spi interface into separate module by Bob Copeland · 15 years ago
  28. 8e639c0 wl1251: move module probe methods into spi.c by Bob Copeland · 15 years ago
  29. 0d77e14 wl1251: make wl1251_set_partition bus agnostic by Bob Copeland · 15 years ago
  30. 08d9f572 wl1251: introduce wl1251_if_operations struct by Bob Copeland · 15 years ago
  31. 6c766f4 wl1251: use wiphy_dev instead of wl->spi->dev by Bob Copeland · 15 years ago
  32. 0764de6 wl1251: separate bus i/o code into io.c by Bob Copeland · 15 years ago
  33. b801079 wl1251: remove fixed address support from spi commands by Kalle Valo · 15 years ago
  34. 5e32b1e ath9k: Update beacon RSSI by Sujith · 15 years ago
  35. 180d674b ath9k: Remove local chainmask variable by Sujith · 15 years ago
  36. bf466fb ath9k: Cleanup TX power calculation for 4K chips by Sujith · 15 years ago
  37. 7f63845 ath9k: Clean antenna configuration for 4K EEPROM chips by Sujith · 15 years ago
  38. 066edc8 ath9k: Add macros for Antenna Diversity by Sujith · 15 years ago
  39. a37414a ath9k: Cleanup ath9k_hw_4k_set_gain() interface by Sujith · 15 years ago
  40. b5aec95 ath9k: Split eeprom.c into manageable pieces by Sujith · 15 years ago
  41. 6780ccf ath9k: Remove a few DEBUG mesages by Sujith · 15 years ago
  42. c16c9d0 ath9k: Try to fix whitespace damage by Sujith · 15 years ago
  43. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  44. 87b5bee ath9k: Remove unneeded assignment of protocol field by Sujith · 15 years ago
  45. bcba8ea cfg80211: Set WEP ciphers by Samuel Ortiz · 15 years ago
  46. b6f0b63 cfg80211: fix SME association after disassociation by Johannes Berg · 15 years ago
  47. e458b8a cfg80211: fix nl80211 disconnected events by Johannes Berg · 15 years ago
  48. e21546a mac80211: stay authenticated after disassoc by Johannes Berg · 15 years ago
  49. 30d742d wl1271: add wl1271 to Kconfig and the Makefile by Luciano Coelho · 15 years ago
  50. f5fc0f8 wl1271: add wl1271 driver files by Luciano Coelho · 15 years ago
  51. b935df0 cfg80211: fix disassociation warning due to misuse of wdev->current_bss by Pavel Roskin · 15 years ago
  52. 4af198f orinoco: consolidate storage of WEP and TKIP keys by David Kilroy · 15 years ago
  53. 2b26035 orinoco: add function to retrieve current bssid by David Kilroy · 15 years ago
  54. 07542d0 orinoco: move disassociation to hw.c by David Kilroy · 15 years ago
  55. 16e1584 orinoco: pass orinoco_set_tkip_key the sequence lengths by David Kilroy · 15 years ago
  56. 5c9f41e orinoco: use local types for auth alg and sequence length by David Kilroy · 15 years ago
  57. bb7e43c orinoco: prefer_port3 can be a single bit by David Kilroy · 15 years ago
  58. a42dd7ef wireless: display wext SSID when connected by cfg80211 by Zhu Yi · 15 years ago
  59. bedaf80 b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change. by Gábor Stefanik · 15 years ago
  60. c45fa8c b43: remove wrong probe_resp_plcp write by gregor kowski · 15 years ago
  61. 7c81e98 b43: Typo fixes & minor cleanup by Gábor Stefanik · 15 years ago
  62. c03e20f mac80211: fix compilation of mesh (although its disabled) by Luis R. Rodriguez · 15 years ago
  63. c10e47f b43: Add LP 2063 radio init by Gábor Stefanik · 15 years ago
  64. 14b46c8 zd1211rw: make it clear we don't use leds.h LED stuff by Luis R. Rodriguez · 15 years ago
  65. 63b08b8 ath9k: use new FIF_PSPOLL configure filter by Luis R. Rodriguez · 15 years ago
  66. e30eb4a ath5k: fix missing output in monitor mode after ifconfig up by Joerg Albert · 15 years ago
  67. c458bc5 bnx2x: update version to 1.52.1 by Eilon Greenstein · 15 years ago
  68. ab6ad5a bnx2x: Whitespaces and comments by Eilon Greenstein · 15 years ago
  69. 9c63de6 bnx2x: Removing unused definitions by Eilon Greenstein · 15 years ago
  70. 45a4864 bnx2x: Beautify bnx2x_dump.h by Eilon Greenstein · 15 years ago
  71. 573f203 bnx2x: Re-factor the initialization code by Eilon Greenstein · 15 years ago
  72. e4ed711 bnx2x: Using PCI_DEVICE macro by Eilon Greenstein · 15 years ago
  73. 0fc5d00 bnx2x: Adding explicit casting by Eilon Greenstein · 15 years ago
  74. 659bc5c bnx2x: Using macro for phy address by Eilon Greenstein · 15 years ago
  75. 1ef70b9 bnx2x: Re-arrange the link structures for better alignment by Eilon Greenstein · 15 years ago
  76. 8924665 bnx2x: Missing smp_wmb for statistics state machine by Eilon Greenstein · 15 years ago
  77. 5793720 bnx2x: Remove SGMII configuration when not required by Eilon Greenstein · 15 years ago
  78. 6f65497 bnx2x: Keep only one HW path active by Eilon Greenstein · 15 years ago
  79. 54016b2 bnx2x: Check unzip return code by Eilon Greenstein · 15 years ago
  80. 5ff7b6d bnx2x: Remove the init_dmae field from bp by Eilon Greenstein · 15 years ago
  81. 0d28e49 bnx2x: Updating regdump_len at drvinfo by Eilon Greenstein · 15 years ago
  82. 938cf54 bnx2x: Move printing of version from probe to the init by Eilon Greenstein · 15 years ago
  83. 37f9ce6 bnx2x: Combine get_pcie_width and get_pcie_speed by Eilon Greenstein · 15 years ago
  84. e3553b2 bnx2x: Stop loading if error condition detected by Eilon Greenstein · 15 years ago
  85. df4770de bnx2x: Calling pci_set_drvdata earlier by Eilon Greenstein · 15 years ago
  86. a18f512 bnx2x: Configurable pause scheme by Eilon Greenstein · 15 years ago
  87. a119a06 bnx2x: Adding Likely directive by Eilon Greenstein · 15 years ago
  88. 619e7a6 bnx2x: Prefetch the page containing the BD descriptor by Eilon Greenstein · 15 years ago
  89. 6fe49bb bnx2x: Reporting host statistics to management FW by Eilon Greenstein · 15 years ago
  90. cdea521 bnx2x: Removing old PHY FW upgrade code by Eilon Greenstein · 15 years ago
  91. f57a602 bnx2x: Supporting PHY FW upgrade by Eilon Greenstein · 15 years ago
  92. 01cd452 bnx2x: MDC/MDIO CL45 IOCTLs by Eilon Greenstein · 15 years ago
  93. 239d686 bnx2x: Adding XAUI CL73 autoneg support by Eilon Greenstein · 15 years ago
  94. bc7f0a0 bnx2x: BCM8727 FW load by Eilon Greenstein · 15 years ago
  95. 97b41da bnx2x: get_ext_phy_fw_version returns NULL if not applicable by Eilon Greenstein · 15 years ago
  96. b1607af bnx2x: Reading the FW version of the BCM8481 PHY by Eilon Greenstein · 15 years ago
  97. 2f90446 bnx2x: BCM8481 LED4 instead of LASI by Eilon Greenstein · 15 years ago
  98. 0c59327 bnx2x: Advertize flow control normally in MF mode by Eilon Greenstein · 15 years ago
  99. 2691d51 bnx2x: Supporting Device Control Channel by Eilon Greenstein · 15 years ago
  100. a1d5817 bnx2x: Removing old FW files by Eilon Greenstein · 15 years ago