1. fd500b3 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 7 years ago
  2. 42e7f37 mac80211: don't reorder frames with SN smaller than SSN by Sara Sharon · 7 years ago
  3. cd84516 mac80211: fix tid_agg_rx NULL dereference by Johannes Berg · 8 years ago
  4. 83e7e4c mac80211: Use rhltable instead of rhashtable by Herbert Xu · 8 years ago
  5. bfe40fa mac80211: send delBA on unexpected BlockAck data frames by Johannes Berg · 8 years ago
  6. 3b17fbf mac80211: mesh: Add support for HW RC implementation by Maxim Altshul · 8 years ago
  7. 6fe0412 mac80211: fix fast_tx header alignment by Felix Fietkau · 8 years ago
  8. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. c9c5962 mac80211: enable collecting station statistics per-CPU by Johannes Berg · 8 years ago
  10. 49ddf8e mac80211: add fast-rx path by Johannes Berg · 8 years ago
  11. 0f9c5a6 mac80211: fix RX u64 stats consistency on 32-bit platforms by Johannes Berg · 8 years ago
  12. 4f6b1b3 mac80211: fix last RX rate data consistency by Johannes Berg · 8 years ago
  13. b8da6b6 mac80211: add separate last_ack variable by Johannes Berg · 8 years ago
  14. 0be6ed1 mac80211: move averaged values out of rx_stats by Johannes Berg · 8 years ago
  15. c84387d mac80211: clean up station flags debugfs by Johannes Berg · 8 years ago
  16. fc4a25c mac80211: remove sta_info debugfs sub-struct by Johannes Berg · 8 years ago
  17. 96f321c mac80211: Remove unused variable in per STA debugfs struct by Mohammed Shafi Shajakhan · 8 years ago
  18. c2d4592 mac80211: remove description of dropped member by Luis de Bethencourt · 8 years ago
  19. 06470f7 mac80211: add API to allow filtering frames in BA sessions by Sara Sharon · 8 years ago
  20. 412a6d8 mac80211: support hw managing reorder logic by Sara Sharon · 8 years ago
  21. ef04476 mac80211: add atomic uploaded keys iterator by Eliad Peller · 9 years ago
  22. e5a9f8d mac80211: move station statistics into sub-structs by Johannes Berg · 9 years ago
  23. 976bd9e mac80211: move beacon_loss_count into ifmgd by Johannes Berg · 9 years ago
  24. 763aa27 mac80211: remove sta->last_ack_signal by Johannes Berg · 9 years ago
  25. fbd6ff5 mac80211: move sta_set_rate_info_rx() and make it static by Johannes Berg · 9 years ago
  26. e3abc8f mac80211: allow to transmit A-MSDU within A-MPDU by Emmanuel Grumbach · 9 years ago
  27. 40d9a38 mac80211: use DECLARE_EWMA by Johannes Berg · 9 years ago
  28. a69bd8e mac80211: mesh: separate plid and aid concepts by Bob Copeland · 9 years ago
  29. a76d5e0 mac80211: mesh: move fail_avg into mesh struct by Johannes Berg · 9 years ago
  30. 0fabfaa mac80211: upgrade BW of TDLS peers when possible by Arik Nemtsov · 9 years ago
  31. b98fb44 mac80211: define TDLS wider BW support bits by Arik Nemtsov · 9 years ago
  32. 433f5bc mac80211: move mesh related station fields to own struct by Johannes Berg · 9 years ago
  33. ac100ce mac80211: duplicate station's MAC address for hash table by Johannes Berg · 9 years ago
  34. 798a457 mac80211: fix comment referring to RX queue by Johannes Berg · 9 years ago
  35. 16bf948 mac80211: remove sta_info.gtk_idx by Johannes Berg · 9 years ago
  36. e060e7ad mac80211: Always check rates and capabilities in mesh mode by Alexis Green · 9 years ago
  37. bbbe8c8 mac80211: add missing documentation for rate_ctrl_lock by Johannes Berg · 9 years ago
  38. f83f1c1 mac80211: remove sta->tx_fragments counter by Johannes Berg · 9 years ago
  39. e495c24 mac80211: extend fast-xmit for more ciphers by Johannes Berg · 9 years ago
  40. 17c18bf mac80211: add TX fastpath by Johannes Berg · 9 years ago
  41. 35c347a mac80211: lock rate control by Johannes Berg · 9 years ago
  42. 48bf6be mac80211: introduce plink lock for plink fields by Bob Copeland · 9 years ago
  43. 4e78eb0d Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  44. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  45. ba8c3d6 mac80211: add an intermediate software queue implementation by Felix Fietkau · 9 years ago
  46. 788211d mac80211: fix RX A-MPDU session reorder timer deletion by Johannes Berg · 9 years ago
  47. 7bedd0c mac80211: use rhashtable for station table by Johannes Berg · 9 years ago
  48. abfbc3a mac80211: remove TX latency measurement code by Johannes Berg · 9 years ago
  49. 79c892b mac80211: provide per-TID RX/TX MSDU counters by Johannes Berg · 10 years ago
  50. b6da911 mac80211: synchronously reserve TID per station by Liad Kaufman · 10 years ago
  51. a7a6bdd mac80211: introduce TDLS channel switch ops by Arik Nemtsov · 10 years ago
  52. 9041c1f mac80211: track AP and peer STA TDLS chan-switch support by Arik Nemtsov · 10 years ago
  53. 8975ae8 mac80211: fix warning on htmldocs for last_tdls_pkt_time by Liad Kaufman · 10 years ago
  54. 9d58f25 mac80211: add TDLS connection timeout by Liad Kaufman · 10 years ago
  55. d98ad83 mac80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago
  56. 4549cf2 mac80211: fix offloaded BA session traffic after hw restart by Michal Kazior · 10 years ago
  57. a74a8c8 mac80211: don't duplicate station QoS capability data by Johannes Berg · 10 years ago
  58. 83eb935 mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE by Michal Kazior · 10 years ago
  59. 626911c mac80211: track TDLS initiator internally by Arik Nemtsov · 10 years ago
  60. b7ffbd7 cfg80211: make ethtool the driver's responsibility by Johannes Berg · 10 years ago
  61. ba9030c mac80211: remove weak WEP IV accounting by Johannes Berg · 10 years ago
  62. 2b470c3 mac80211: remove ignore_plink_timer flag by Bob Copeland · 10 years ago
  63. 5ac2e35 mac80211: fix station/driver powersave race by Johannes Berg · 10 years ago
  64. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  65. 1d147bf mac80211: fix AP powersave TX vs. wakeup race by Emmanuel Grumbach · 10 years ago
  66. 1b8d242 mac80211: move VHT related RX_FLAG to another variable by Emmanuel Grumbach · 10 years ago
  67. e716251 mac80211: optimise mixed AP/VLAN station removal by Johannes Berg · 10 years ago
  68. d778207 mac80211: optimise synchronize_net() for sta_info_flush by Johannes Berg · 10 years ago
  69. d34ba21 mac80211: don't delay station destruction by Johannes Berg · 10 years ago
  70. ad38bfc mac80211: Tx frame latency statistics by Matti Gottlieb · 11 years ago
  71. 6f101ef mac80211: use put_unaligned_le16 in mesh_plink_frame_tx by Chun-Yeow Yeoh · 11 years ago
  72. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 11 years ago
  73. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  74. e562078 mac80211: Ensure tid_start_tx is protected by sta->lock by Ben Greear · 11 years ago
  75. 780b40d wireless: fix kernel-doc by Johannes Berg · 11 years ago
  76. ef0621e mac80211: add support for per-chain signal strength reporting by Felix Fietkau · 11 years ago
  77. 560d268 mac80211: provide race-free 64-bit traffic counters by Johannes Berg · 11 years ago
  78. 690205f mac80211: cleanup suspend/resume on mesh mode by Stanislaw Gruszka · 11 years ago
  79. 52ac8c4 mac80211: clean up mesh HT operation by Thomas Pedersen · 11 years ago
  80. 0af83d3 mac80211: handle VHT operating mode notification by Johannes Berg · 11 years ago
  81. e1a0c6b mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 by Johannes Berg · 11 years ago
  82. 077f897 wireless: fix kernel-doc by Johannes Berg · 11 years ago
  83. 3f52b7e mac80211: mesh power save basics by Marco Porsch · 11 years ago
  84. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  85. 75de911 mac80211: optimise AP stop RCU handling by Johannes Berg · 11 years ago
  86. 051007d mac80211: optimise roaming time again by Johannes Berg · 11 years ago
  87. b998e8b mac80211: remove final sta_info_flush() by Johannes Berg · 11 years ago
  88. 97f97b1 mac80211: fix station destruction in AP/mesh modes by Johannes Berg · 11 years ago
  89. 003e676 mac80211: re-organize the rx rate calculation logic by Saravana · 11 years ago
  90. db94357 mac80211: add debugfs file for last ack signal by Saravana · 11 years ago
  91. 5614618 mac80211: support drivers reporting VHT RX by Johannes Berg · 12 years ago
  92. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  93. 5a306f5 mac80211: introduce IEEE80211_NUM_TIDS and use it by Johannes Berg · 12 years ago
  94. b22cfcf mac80211: use call_rcu() on sta deletion by Eliad Peller · 12 years ago
  95. 1dd4558 mac80211: add missing kernel-doc by Ashok Nagarajan · 12 years ago
  96. d13e141 mac80211: add some missing kernel-doc by Johannes Berg · 12 years ago
  97. c597f66 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  98. 3bc7945 mac80211: Convert compare_ether_addr to ether_addr_equal by hand by Joe Perches · 12 years ago
  99. 57aac7c mac80211: Implement HT mixed protection mode by Ashok Nagarajan · 12 years ago
  100. dbf498f mac80211: Implement mesh synchronization framework by Javier Cardona · 12 years ago