1. 889cbb9 mac80211: clean up rate control code by Johannes Berg · 13 years ago
  2. 151a02f mac80211: clean up aggregation destruction by Johannes Berg · 13 years ago
  3. f124970 mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp() by Antonio Quartulli · 13 years ago
  4. a48b13a mac80211: Fix the maximum transmit power with power constraint by Hong Wu · 13 years ago
  5. efa6a09 mac80211: In IBSS the DA field of auth frames is different from BSSID by Antonio Quartulli · 13 years ago
  6. e9980e6 mac80211: refactor __ieee80211_get_channel_mode by Johannes Berg · 13 years ago
  7. 39d02a7 mac80211: minor cleanup by Mohammed Shafi Shajakhan · 13 years ago
  8. 35b8862 mac80211: check sta_apply_parameters() return value by Eliad Peller · 13 years ago
  9. bc4934b mac80211: fix work removal on deauth request by Johannes Berg · 13 years ago
  10. 65e8b0c mac80211: Use the right headroom size for mesh mgmt frames by Javier Cardona · 13 years ago
  11. 9446f3e mac80211: fix debugfs key->station symlink by Johannes Berg · 13 years ago
  12. 5442047 mac80211: Fix possible race between sta_unblock and network softirq by Helmut Schaa · 13 years ago
  13. d32a102 mac80211: fix tx->skb NULL pointer dereference by Yoni Divinsky · 13 years ago
  14. 74b8cc3 Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding() by Jesper Juhl · 13 years ago
  15. 543d1b9 mac80211: fix no-op authorized transitions by Johannes Berg · 13 years ago
  16. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  17. 1140afa mac80211: fix rx->key NULL pointer dereference in promiscuous mode by Stanislaw Gruszka · 13 years ago
  18. 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
  19. 67f6126 mac80211: remove dead code by Mohammed Shafi Shajakhan · 13 years ago
  20. 7f28197 mac80211: Call driver commands after drv_start in mac80211 restart code by Yogesh Ashok Powar · 13 years ago
  21. 30fa904 mac80211: use RCU read locks for sta_info_get by Mohammed Shafi Shajakhan · 13 years ago
  22. e46a2cf mac80211: fix kernel panic in IBSS due to a regression by Mohammed Shafi Shajakhan · 13 years ago
  23. de2ee84 mac80211: fix scan state machine by Mohammed Shafi Shajakhan · 13 years ago
  24. f6e8cb7 mac80211: always clear SDATA_STATE_OFFCHANNEL flag by Eliad Peller · 13 years ago
  25. b423db5 mac80211: Remove superfluous ieee80211_rx_h_remove_qos_control by Helmut Schaa · 13 years ago
  26. 57adc1f 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
  27. aef6c92 mac80211: Keep skb->piority for relayed frames in AP mode by Helmut Schaa · 13 years ago
  28. ec2b774 mac80211: ibss should not purge clients it is not responsible for by Marek Lindner · 13 years ago
  29. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  30. 27bf888 mac80211: Fixing sparse warning at sta_info.c by Yogesh Ashok Powar · 13 years ago
  31. 1d8d3de mac80211: handle SMPS action frames by Johannes Berg · 13 years ago
  32. a85e1d5 cfg80211: Return beacon loss count in station by Paul Stewart · 13 years ago
  33. 84381b4 mac80211: split addba retries in time by Nikolay Martynov · 13 years ago
  34. 1478acb mac80211: Fix power save in change interface by Mohammed Shafi Shajakhan · 13 years ago
  35. 9c38a8b mac80211: remove an unnecessary paraenthesis by Mohammed Shafi Shajakhan · 13 years ago
  36. cf6bb79 mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames by Helmut Schaa · 13 years ago
  37. 4d33960 mac80211: reduce station management complexity by Johannes Berg · 13 years ago
  38. 8bf11d8 mac80211: delay IBSS station insertion by Johannes Berg · 13 years ago
  39. 5654416 mac80211: make address arguments to sta_info_alloc const by Johannes Berg · 13 years ago
  40. 2962389 mac80211: count authorized stations per BSS by Johannes Berg · 13 years ago
  41. d9a7ddb mac80211: refactor station state transitions by Johannes Berg · 13 years ago
  42. 87be1e1 mac80211: use station mutex in configuration by Johannes Berg · 13 years ago
  43. 92b62f2 mac80211: remove duplicate TDLS peer verification by Johannes Berg · 13 years ago
  44. bdd90d5 cfg80211: validate nl80211 station handling better by Johannes Berg · 13 years ago
  45. cb71b8d mac80211: free skb on error path of ieee80211_ibss_join() by Simon Wunderlich · 13 years ago
  46. 5d22df2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  47. 53d69c3 mac80211: don't check sdata_running in vif notifier by Eliad Peller · 13 years ago
  48. 0d392e9 mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration by Eliad Peller · 13 years ago
  49. cd6c524 mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan. by Dmitry TARNYAGIN · 13 years ago
  50. adf5ace mac80211: Make use of ieee80211_is_* functions in tx status path by Helmut Schaa · 13 years ago
  51. 42624d4 mac80211: Purge A-MPDU TX queues before station destructions by Yogesh Ashok Powar · 13 years ago
  52. fb03c5e mac80211: unlock on error path in ieee80211_ibss_join() by Dan Carpenter · 13 years ago
  53. 15062e6 mac80211: fix another race in aggregation start by Johannes Berg · 13 years ago
  54. 4e79fad mac80211: Remove WARN_ON in apply-ht-override logic. by Ben Greear · 13 years ago
  55. 3df6eae mac80211: accept public action frames with mismatched BSSID by Johannes Berg · 13 years ago
  56. aa5b549 mac80211: fix retransmit by Johannes Berg · 13 years ago
  57. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  58. ff3cc5f mac80211: handle protection mode, RIFS and ADDBA for HT IBSS by Simon Wunderlich · 13 years ago
  59. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  60. 03360c5 Revert "mac80211: clear sta.drv_priv on reconfiguration" by John W. Linville · 13 years ago
  61. c8c3c6a mac80211: remove unused function declaration by Mohammed Shafi Shajakhan · 13 years ago
  62. e76aadc mac80211: revert on-channel work optimisations by Johannes Berg · 13 years ago
  63. c72e8d3 mac80211: fill rate filter for internal scan requests by Simon Wunderlich · 13 years ago
  64. 61c0d48 mac80211: remove tracing config symbol by Johannes Berg · 13 years ago
  65. 30789eb mac80211: clean up rx_h_mesh_fwding by Thomas Pedersen · 13 years ago
  66. 0cfda85 mac80211: don't initiate path discovery when forwarding frame with unknown DA by Thomas Pedersen · 13 years ago
  67. dca7e94 {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval by Thomas Pedersen · 13 years ago
  68. d3c1597 mac80211: fix forwarded mesh frame queue mapping by Thomas Pedersen · 13 years ago
  69. 3c26f1f mac80211: fix switched HWMP frame addresses by Thomas Pedersen · 13 years ago
  70. 7e3c886 mac80211: failed forwarded mesh frame addressing by Thomas Pedersen · 13 years ago
  71. 4bb6234 {nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh by Chun-Yeow Yeoh · 13 years ago
  72. 32dfefa mac80211: Make __check_htcap_disable static. by Ben Greear · 13 years ago
  73. 5220da3 mac80211: call skb_put() before copying the data (trivial) by Eliad Peller · 13 years ago
  74. 4db4e0a mac80211: fix TX warning by Johannes Berg · 13 years ago
  75. bc192f8 mac80211: do not pass AP VLAN vif pointers to drivers by Felix Fietkau · 13 years ago
  76. 5ccc32f mac80211: log reason and initiator when rx agg is stopped by Nikolay Martynov · 13 years ago
  77. a7f39f6 mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0 by Nikolay Martynov · 13 years ago
  78. 285fa69 mac80211: timeout tx agg sessions in way similar to rx agg sessions by Nikolay Martynov · 13 years ago
  79. e7979ac mac80211: don't indicate probe resp change in IBSS mode by Arik Nemtsov · 13 years ago
  80. f724828 mac80211: dereference RCU protected probe_resp pointer correctly by Arik Nemtsov · 13 years ago
  81. 6674f21 mac80211: fix duration calculation for QoS NOACK frames by Simon Wunderlich · 13 years ago
  82. b53be79 mac80211: Add NoAck per tid support by Simon Wunderlich · 13 years ago
  83. 6fd67e9 mac80211: remove debugfs noack test by Simon Wunderlich · 13 years ago
  84. 2a1e0fd mac80211: fix race between the AGG SM and the Tx data path by Emmanuel Grumbach · 13 years ago
  85. d305a65 mac80211: fix race condition caused by late addBA response by Nikolay Martynov · 13 years ago
  86. 24f50a9 mac80211: don't stop a single aggregation session twice by Johannes Berg · 13 years ago
  87. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  88. 30be52e mac80211: fix RCU warnings in mesh by Johannes Berg · 13 years ago
  89. ef96a842 mac80211: Support ht-cap over-rides. by Ben Greear · 13 years ago
  90. dd76986 cfg80211/mac80211: Revert "move information element parsing logic to cfg80211" by Johannes Berg · 13 years ago
  91. 7c4ef71 cfg80211: add flags for off-channel capabilities by Johannes Berg · 13 years ago
  92. f2dc798 mac80211: minor cleanup to mesh state locking by Johannes Berg · 13 years ago
  93. fb4431b mac80211: remove unused ASSOC_AP flag by Johannes Berg · 13 years ago
  94. 11127e9 mac80211: transmit fragment list to drivers by Johannes Berg · 13 years ago
  95. 74e4dbf mac80211: make TX LED handling independent of fragmentation by Johannes Berg · 13 years ago
  96. a1a3fce mac80211: move fragment flag adjustment by Johannes Berg · 13 years ago
  97. 252b86c mac80211: use skb list for fragments by Johannes Berg · 13 years ago
  98. 9c8f2c4 mac80211: Fix endian bug in radiotap header generation by Helmut Schaa · 13 years ago
  99. 904603f mac80211: Fix AMSDU rate printout in debugfs. by Ben Greear · 13 years ago
  100. fcac4fb mac80211: call ieee80211_recalc_idle() after sending packets by Felix Fietkau · 13 years ago