1. c96e963 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
  2. f76b57b mac80211: Fix mesh portal communication with other mesh nodes. by Joel A Fernandes · 14 years ago
  3. e1e5406 mac80211: add throughput based LED blink trigger by Johannes Berg · 14 years ago
  4. f8a0a78 mac80211: fix potentially redundant skb data copying by Felix Fietkau · 14 years ago
  5. 4cd06a3 mac80211: skip unnecessary pskb_expand_head calls by Felix Fietkau · 14 years ago
  6. 489ee91 mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit by Felix Fietkau · 14 years ago
  7. 61ad539 mac80211: Remove unused third address from mesh address extension header. by Javier Cardona · 14 years ago
  8. c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 14 years ago
  9. f7e0104 mac80211: support separate default keys by Johannes Berg · 14 years ago
  10. 393934c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  11. 7e24470 mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs by Helmut Schaa · 14 years ago
  12. c1ce5a7 mac80211: Update last_tx_rate only for data frames by Helmut Schaa · 14 years ago
  13. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  14. 7dff312 mac80211: Fix frame injection using non-AP vif by Jouni Malinen · 14 years ago
  15. 8f0729b mac80211: add support for setting the ad-hoc multicast rate by Felix Fietkau · 14 years ago
  16. f23a478 mac80211: support hardware TX fragmentation offload by Arik Nemtsov · 14 years ago
  17. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  18. 1be7fe8 mac80211: fix for WDS interfaces by Bill Jordan · 14 years ago
  19. 740c1aa mac80211: Fix dangling pointer in ieee80211_xmit by Steve deRosier · 14 years ago
  20. 2337db8 mac80211: use subqueue helpers by Johannes Berg · 14 years ago
  21. a621fa4 mac80211: allow changing port control protocol by Johannes Berg · 14 years ago
  22. 3ffc2a9 mac80211: allow vendor specific cipher suites by Johannes Berg · 14 years ago
  23. ff67bb8 mac80211: fix warning for un-used parameter by Wey-Yi Guy · 14 years ago
  24. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  25. 97359d1 mac80211: use cipher suite selectors by Johannes Berg · 14 years ago
  26. e4ab7eb mac80211: Put some code under MESH macro by Yuri Ershov · 14 years ago
  27. ec25acc mac80211: fix sta assignment by Johannes Berg · 14 years ago
  28. 0ab3370 mac80211: make TX aggregation start/stop request async by Johannes Berg · 14 years ago
  29. a622ab7 mac80211: use RCU for TX aggregation by Johannes Berg · 14 years ago
  30. a472e71 mac80211: set IEEE80211_TX_CTL_FIRST_FRAGMENT for beacons by John W. Linville · 14 years ago
  31. a2c4024 mac80211: fix rts threshold check by Shanyu Zhao · 14 years ago
  32. 3393a60 mac80211: Prevent running sta_cleanup timer unnecessarily by Juuso Oikarinen · 14 years ago
  33. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 14 years ago
  34. 2b43ae6 mac80211: remove irq disabling for sta lock by Johannes Berg · 14 years ago
  35. ecbcd32 mac80211: Fix BIP to be used only with group-addressed frames by Jouni Malinen · 14 years ago
  36. 7236fe2 mac80211: move netdev queue enabling to correct spot by Johannes Berg · 14 years ago
  37. 14b4497 mac80211: remove unneed variable from ieee80211_tx_pending() by Dan Carpenter · 14 years ago
  38. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 15 years ago
  39. 33e5a2f wireless: update radiotap parser by Johannes Berg · 15 years ago
  40. b4d57ad mac80211: fix sta lookup with AP VLAN interfaces and injected frames by Felix Fietkau · 15 years ago
  41. 17ad353 mac80211: fix monitor mode tx radiotap header handling by Felix Fietkau · 15 years ago
  42. 382b165 mac80211: fix sw crypto by Johannes Berg · 15 years ago
  43. 3b43a18 mac80211: fix tx select key null pointer crash with hostapd by Kalle Valo · 15 years ago
  44. f12553e mac80211: add missing key check by Johannes Berg · 15 years ago
  45. c6fcf6b mac80211: re-enable re-transmission of filtered frames by Johannes Berg · 15 years ago
  46. 813d766 mac80211: move control.hw_key assignment by Johannes Berg · 15 years ago
  47. a6bae9e mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPT by Johannes Berg · 15 years ago
  48. edc6ccb mac80211: move and rename misc tx handler by Johannes Berg · 15 years ago
  49. 0c74211 mac80211: check uapsd state for dynamic power save by Kalle Valo · 15 years ago
  50. 5c1b98a mac80211: create tx handler for dynamic ps by Kalle Valo · 15 years ago
  51. 3f0e0b2 mac80211: do not transmit frames on unconfigured 4-addr vlan interfaces by Felix Fietkau · 15 years ago
  52. 05e54ea mac80211: create Probe Request template by Kalle Valo · 15 years ago
  53. 7044cc5 mac80211: add functions to create PS Poll and Nullfunc templates by Kalle Valo · 15 years ago
  54. 37eb0b1 cfg80211/mac80211: Use more generic bitrate mask for rate control by Jouni Malinen · 15 years ago
  55. e00cfce mac80211: Select lowest rate based on basic rate set in AP mode by Jouni Malinen · 15 years ago
  56. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  57. cf0277e mac80211: fix skb buffering issue by Johannes Berg · 15 years ago
  58. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  59. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  60. b98c06b mac80211: fix race with suspend and dynamic_ps_disable_work by Luis R. Rodriguez · 15 years ago
  61. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  62. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  63. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  64. 7351c6b mac80211: request TX status where needed by Johannes Berg · 15 years ago
  65. 9bc383d cfg80211: introduce capability for 4addr mode by Johannes Berg · 15 years ago
  66. 62ae67b mac80211: remove encrypt parameter from ieee80211_tx_skb by Johannes Berg · 15 years ago
  67. af65cd96 mac80211: make software rate control optional by Johannes Berg · 15 years ago
  68. 15ff636 mac80211: use fixed broadcast address by Johannes Berg · 15 years ago
  69. d84f323 mac80211: remove dev_hold/put calls by Johannes Berg · 15 years ago
  70. 36f0d5f mac80211: fix BSSID setup for beacon frames by Rui Paulo · 15 years ago
  71. f14543ee mac80211: implement support for 4-address frames for AP and client mode by Felix Fietkau · 15 years ago
  72. af81858 mac80211: async station powersave handling by Johannes Berg · 15 years ago
  73. 9aa4aee mac80211: make CALL_TXH a statement by Johannes Berg · 15 years ago
  74. 62b517c mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIM by Johannes Berg · 15 years ago
  75. eddcbb9 mac80211: introduce ieee80211_beacon_get_tim() by Johannes Berg · 15 years ago
  76. a968533 mac80211: fix dynamic power save for devices with nullfunc support in hw by Kalle Valo · 15 years ago
  77. ed62059 mac80211: refactor dynamic power save check by Kalle Valo · 15 years ago
  78. 9b1ce52 mac80211: fix for incorrect sequence number on hostapd injected frames by Björn Smedman · 15 years ago
  79. fbc44bf mac80211: fix vlan and optimise RX by Johannes Berg · 15 years ago
  80. 1f08e84 mac80211: Fix [re]association power saving issue on AP side by Igor Perminov · 15 years ago
  81. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  82. cca8949 mac80211: Fix unresolved mesh frames queued without valid control.vif by Javier Cardona · 15 years ago
  83. 3c5772a mac80211: Use 3-address format for mesh broadcast frames. by Javier Cardona · 15 years ago
  84. 62b1208 mac80211: small tx code cleanup by Johannes Berg · 15 years ago
  85. d0b6960 mac80211: sequence number micro-optimisation by Johannes Berg · 15 years ago
  86. feff1f2 mac80211: take statistics before encryption by Johannes Berg · 15 years ago
  87. ad5351d mac80211: allow DMA optimisation by Johannes Berg · 15 years ago
  88. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  89. a7bc376 mac80211: verify info->control.vif is not NULL by Johannes Berg · 15 years ago
  90. 21f5fc7 mac80211: fix oops due to missing private data by Luis R. Rodriguez · 15 years ago
  91. 3fa5205 mac80211: fix PS-poll response, race by Johannes Berg · 15 years ago
  92. 142b9f5 mac80211: implement basic background scanning by Helmut Schaa · 15 years ago
  93. fbe9c42 mac80211: Replace {sw, hw}_scanning variables with a bitfield by Helmut Schaa · 15 years ago
  94. 5061b0c mac80211: cooperate more with network namespaces by Johannes Berg · 15 years ago
  95. 249b405 mac80211: Fix regression in mesh forwarding path. by Javier Cardona · 15 years ago
  96. 3d34deb mac80211: fix ieee80211_xmit call context by Johannes Berg · 15 years ago
  97. 3b8d81e0 mac80211: remove master netdev by Johannes Berg · 15 years ago
  98. b770b43 mac80211: drop frames for sta with no valid rate by Luis R. Rodriguez · 15 years ago
  99. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  100. 8ef86c7 mac80211: fix injection in monitor mode by Pavel Roskin · 15 years ago