1. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  2. db28569 mac80211: Clear PS related flag on disabling power save. by Vivek Natarajan · 14 years ago
  3. 540005c small adjustment to net/mac80211/Kconfig by Jan Beulich · 14 years ago
  4. 8ba0537 mac80211: fix 2.4 GHz 40 MHz disabling by Johannes Berg · 14 years ago
  5. 83bdf2a mac80211: Add power to debugfs. by Ben Greear · 14 years ago
  6. 05e7c99 mac80211: fix conn_mon_timer running after disassociate by Stanislaw Gruszka · 14 years ago
  7. c269a20 mac80211: reply to directed probes in IBSS by Johannes Berg · 14 years ago
  8. 0c2530c mac80211: Remove superfluous if clause by Helmut Schaa · 14 years ago
  9. 59bdf3b mac80211: Ensure power-level set properly for scanning. by Ben Greear · 14 years ago
  10. da2fd1f mac80211: Allow work items to use existing channel type. by Ben Greear · 14 years ago
  11. 4f2e9d9 mac80211: Allow scanning on existing channel-type. by Ben Greear · 14 years ago
  12. 4d51e14 mac80211: Properly set work-item channel-type. by Ben Greear · 14 years ago
  13. a7b545f mac80211: add missing locking in ieee80211_reconfig by Eliad Peller · 14 years ago
  14. 3ad97fb mac80211: remove unneeded check by Dan Carpenter · 14 years ago
  15. 38f37be mac80211: Update comments on radiotap MCS index by Mohammed Shafi Shajakhan · 14 years ago
  16. 4f31233 mac80211: as a 4-addr station, do not receive packets for other stations by Felix Fietkau · 14 years ago
  17. 180205b mac80211: Make some mlme timers module paramaters. by Ben Greear · 14 years ago
  18. fc7c976 mac80211: fix the skb cloned check in the tx path by Felix Fietkau · 14 years ago
  19. b23b025 mac80211: Optimize scans on current operating channel. by Ben Greear · 14 years ago
  20. b1f9331 mac80211: do not send duplicate data frames to the cooked monitor interface by Felix Fietkau · 14 years ago
  21. 8c99f69 mac80211: do not restart ps timer during scan or offchannel by Rajkumar Manoharan · 14 years ago
  22. 512119b mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bc by Christian Lamparter · 14 years ago
  23. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  24. 747d753 mac80211: Remove obsolete TKIP flexibility by Jouni Malinen · 14 years ago
  25. e9d7732 mac80211: allow GO to scan like AP by Johannes Berg · 14 years ago
  26. 771bbd0 mac80211: pass up beacons from external BSS when operating as AP by Arik Nemtsov · 14 years ago
  27. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  28. 8fd369e mac80211: do not calc frame duration when using HW rate-control by Arik Nemtsov · 14 years ago
  29. 2cf22b8 mac80211: Recalculate channel-type on iface removal. by Ben Greear · 14 years ago
  30. 172710b mac80211: Warn users if HT fails because of freq mismatch. by Ben Greear · 14 years ago
  31. 0fa025f mac80211: Show configured channel-type in netdev debugfs. by Ben Greear · 14 years ago
  32. eeabee7 mac80211: Be more careful when changing channels. by Ben Greear · 14 years ago
  33. 4334ec8 mac80211: fix TX status cookie in HW offload case by Johannes Berg · 14 years ago
  34. 8c7914d mac80211: disable power save if an infra AP vif exists by Rajkumar Manoharan · 14 years ago
  35. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  36. 4914b3b mac80211: Add sdata state and flags to debugfs. by Ben Greear · 14 years ago
  37. 6d744ba mac80211: add MCS information to radiotap by Johannes Berg · 14 years ago
  38. ba99d93 mac80211: use DECLARE_EVENT_CLASS by Johannes Berg · 14 years ago
  39. eb3e554 mac80211: fix a crash in ieee80211_beacon_get_tim on change_interface by Felix Fietkau · 14 years ago
  40. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  41. b305dae mac80211: Fix skb-copy failure debug message. by Ben Greear · 14 years ago
  42. fbb327c mac80211: drop non-auth 3-addr data frames when running as a 4-addr station by Felix Fietkau · 14 years ago
  43. 5dd36bc mac80211: allow advertising correct maximum aggregate size by Johannes Berg · 14 years ago
  44. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 14 years ago
  45. ac1bd84 mac80211: don't return beacons when mesh is disabled by Johannes Berg · 14 years ago
  46. bfc31df mac80211: Show max retry-counts in kernel messages. by Ben Greear · 14 years ago
  47. 0a65169 mac80211: mesh only parameter mppath maybe unused by Wey-Yi Guy · 14 years ago
  48. df6ba5d mac80211: add hw configuration for max ampdu buffer size by Luciano Coelho · 14 years ago
  49. dcac908 mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE flag. by Nick Ledovskikh · 14 years ago
  50. 9d52501 mac80211: Rewrote code for checking if destinations are proxied. by Joel A Fernandes · 14 years ago
  51. 82694f7 mac80211: use maximum number of AMPDU frames as default in BA RX by Luciano Coelho · 14 years ago
  52. 681c4d0 mac80211: fix lockdep warning by Johannes Berg · 14 years ago
  53. 06778b1 mac80211: remove stray extern by Johannes Berg · 14 years ago
  54. 90fc4b3 mac80211: implement off-channel TX using hw r-o-c offload by Johannes Berg · 14 years ago
  55. 21f8358 mac80211: implement hardware offload for remain-on-channel by Johannes Berg · 14 years ago
  56. 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
  57. 6303710 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  58. b5c34f6 mac80211: fix some key comments and code by Johannes Berg · 14 years ago
  59. 707e634 Revert "mac80211: temporarily disable reorder release timer" by Christian Lamparter · 14 years ago
  60. 24a8fda mac80211: serialize rx path workers by Christian Lamparter · 14 years ago
  61. f76b57b mac80211: Fix mesh portal communication with other mesh nodes. by Joel A Fernandes · 14 years ago
  62. 4cfda47 mac80211: ignore PSM bit of reordered frames by Christian Lamparter · 14 years ago
  63. d2460f4 mac80211: add missing synchronize_rcu by Johannes Berg · 14 years ago
  64. 919bbad mac80211: fix mesh forwarding when ratelimited too by Milton Miller · 14 years ago
  65. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. d7c1255 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  67. 1721284 mac80211: cleanup select_queue by Johannes Berg · 14 years ago
  68. 65a6538 mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declaration by Luciano Coelho · 14 years ago
  69. 67408c8 mac80211: selective throughput LED trigger active by Johannes Berg · 14 years ago
  70. e1e5406 mac80211: add throughput based LED blink trigger by Johannes Berg · 14 years ago
  71. fe67c91 mac80211: make LED trigger names available early by Johannes Berg · 14 years ago
  72. b51aff0 mac80211: fix mesh forwarding by Johannes Berg · 14 years ago
  73. f8a0a78 mac80211: fix potentially redundant skb data copying by Felix Fietkau · 14 years ago
  74. 4cd06a3 mac80211: skip unnecessary pskb_expand_head calls by Felix Fietkau · 14 years ago
  75. 489ee91 mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit by Felix Fietkau · 14 years ago
  76. 61ad539 mac80211: Remove unused third address from mesh address extension header. by Javier Cardona · 14 years ago
  77. c7108a7 mac80211: Send mesh non-HWMP path selection frames to userspace by Javier Cardona · 14 years ago
  78. c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 14 years ago
  79. 24bdd9f mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup by Javier Cardona · 14 years ago
  80. cf4e594 nl80211: Add notification for dropped Deauth/Disassoc by Jouni Malinen · 14 years ago
  81. 38cd6b4 wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.h by Shan Wei · 14 years ago
  82. bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
  83. a293911 nl80211: advertise maximum remain-on-channel duration by Johannes Berg · 14 years ago
  84. 1fcfe76 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  85. b4fe2a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  86. 207aba6 mac80211: support IBSS RSN with SW crypto by Johannes Berg · 14 years ago
  87. 91f44b0 mac80211 default tx_last_beacon false (congestion) by Tim Harvey · 14 years ago
  88. f7e0104 mac80211: support separate default keys by Johannes Berg · 14 years ago
  89. dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
  90. 897bed8 mac80211: clean up RX key checks by Johannes Berg · 14 years ago
  91. 8808f64 mac80211: avoid calling ieee80211_work_work unconditionally by Herton Ronaldo Krzesinski · 14 years ago
  92. c926d00 mac80211: Fix NULL-pointer deference on ibss merge when not ready by Tim Harvey · 14 years ago
  93. 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
  94. 2f88675 mac80211: Show max number of probe tries in debug message. by Ben Greear · 14 years ago
  95. 80d7e40 mac80211: Apply ht_opmode changes in ieee80211_change_bss by Helmut Schaa · 14 years ago
  96. 7e24470 mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs by Helmut Schaa · 14 years ago
  97. 7659a19 mac80211: Fix compilation error when mesh is disabled by Javier Cardona · 14 years ago
  98. c658e5d mac80211: fix a compiler warning by Felix Fietkau · 14 years ago
  99. 0ab82b0 mac80211: fix dynamic-ps/pm_qos magic numbers by Eliad Peller · 14 years ago
  100. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago