1. 89888e3 mac80211: max_tp_rate2 management of minstrel_ht by Lorenzo Bianconi · 13 years ago
  2. f6f3def mac80211: save tx params per sdata by Eliad Peller · 13 years ago
  3. f70f01c cfg80211/mac80211: add netdev param to set_txq_params() by Eliad Peller · 13 years ago
  4. aad14ce mac80211: Send the management frame at requested rate by Rajkumar Manoharan · 13 years ago
  5. e9f935e nl80211/cfg80211: Add support to disable CCK rate for management frame by Rajkumar Manoharan · 13 years ago
  6. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  7. ba4a14e mac80211: notify peer when shutting down peer link by Thomas Pedersen · 13 years ago
  8. 6f2d933 mac80211: fix AP/VLAN PS buffer race by Johannes Berg · 13 years ago
  9. a7ce1c9 mac80211: fix indentation by Alexander Simon · 13 years ago
  10. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  11. 7cc44ed mac80211: Fix regression on queue stop during 2040 bss change by Rajkumar Manoharan · 13 years ago
  12. 7107676 mac80211: fix endian issues and comments for BAR failure handling by Felix Fietkau · 13 years ago
  13. 1ea57b1 mac80211: Update device channel in case of HW channel switch supported by Shahar Levi · 13 years ago
  14. 5fbdf4a mac80211: Mark all mesh stations as QoS capable by Javier Cardona · 13 years ago
  15. 2154c81 mac80211: Mesh data frames must have the QoS header by Javier Cardona · 13 years ago
  16. 4777be4 mac80211: Start implementing QoS support for mesh interfaces by Javier Cardona · 13 years ago
  17. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  18. 7827493 mac80211: add ssid config to bss information in AP-mode by Arik Nemtsov · 13 years ago
  19. 64ed5cf minstrel_ht: fix Open BA session request floods by Christian Lamparter · 13 years ago
  20. 693828f mac80211: stop tx before doing hw config and rate update by Rajkumar Manoharan · 13 years ago
  21. cfee66b mac80211: Stop forwarding mesh traffic when tx queues are full by Javier Cardona · 13 years ago
  22. 2157fdd mac80211: check if mesh frame is in RMC after decrypt by Thomas Pedersen · 13 years ago
  23. 8c77124 mac80211: make ieee80211_send_bar available for drivers by Felix Fietkau · 13 years ago
  24. 4c5ade4 mac80211: handle allocation failures in mesh_pathtbl_init() by Dan Carpenter · 13 years ago
  25. edf6b78 mac80211: add flag to indicate HW only Tx-agg setup support by Arik Nemtsov · 13 years ago
  26. d15b845 mac80211: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  27. 239289e mac80211: Consolidate mesh path duplicated functions by Javier Cardona · 13 years ago
  28. cd72e81 mac80211: Consolidate {mesh,mpp}_path_flush into one function by Javier Cardona · 13 years ago
  29. 19c50b3 mac80211: Don't iterate twice over all mpaths when once in sufficient by Javier Cardona · 13 years ago
  30. ad99d14 mac80211: Remove redundant mesh path expiration checks by Javier Cardona · 13 years ago
  31. f5e50cd mac80211: Improve mpath state locking by Javier Cardona · 13 years ago
  32. ece1a2e mac80211: Remove mesh paths when an interface is removed by Javier Cardona · 13 years ago
  33. af089c1 mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() by Javier Cardona · 13 years ago
  34. f0425be mac80211: retry sending failed BAR frames later instead of tearing down aggr by Felix Fietkau · 13 years ago
  35. 2cca397 mac80211: Defer tranmission of mesh path errors by Javier Cardona · 13 years ago
  36. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  37. 817a53d mac80211: refactor skb copy to failq in mesh_path_move_to_queue by John W. Linville · 13 years ago
  38. b38de31 net/mac80211/debugfs: Convert to kstrou8_from_user by Peter Huewe · 13 years ago
  39. 9533b4a mac80211: add uapsd_queues and max_sp params fields by Eliad Peller · 13 years ago
  40. a21fa87 mac80211: allow action frames with unknown BSSID in GO mode by Arik Nemtsov · 13 years ago
  41. 2a33bee mac80211: fix race condition between assoc_done and first EAP packet by Guy Eilam · 13 years ago
  42. 8c71df7 mac80211: refactor sta_info_insert_rcu to 3 main stages by Guy Eilam · 13 years ago
  43. c6133661 mac80211: mesh gate fixes by Thomas Pedersen · 13 years ago
  44. 16dd726 {nl,cfg,mac}80211: let userspace make meshif mesh gate by Javier Cardona · 13 years ago
  45. 0507e15 {nl,cfg,mac}80211: let userspace set RANN interval by Javier Cardona · 13 years ago
  46. 699403d {nl,mac}80211: add missing root mode meshconf entries by Javier Cardona · 13 years ago
  47. 5ee68e5 mac80211: mesh gate implementation by Javier Cardona · 13 years ago
  48. 00e3f25 mac80211: fix mesh path flushing by Javier Cardona · 13 years ago
  49. a6965c4 mac80211: mesh locking fixes by Javier Cardona · 13 years ago
  50. 86d7f9f mac80211: fix mpath timer NULL function by Javier Cardona · 13 years ago
  51. 7646887 mac80211: improve mpath debugging by Javier Cardona · 13 years ago
  52. 25d49e4 mac80211: update mesh path selection frame format by Thomas Pedersen · 13 years ago
  53. 8db0985 mac80211: update mesh peering frame format by Thomas Pedersen · 13 years ago
  54. 54ef656 mac80211: update mesh peering frame codes by Thomas Pedersen · 13 years ago
  55. 082ebb0 mac80211: fix mesh beacon format by Thomas Pedersen · 13 years ago
  56. e69dede mac80211: Tear down BA session on BAR tx failure by Helmut Schaa · 13 years ago
  57. c1407b6 wireless: Introduce defines for BAR TID_INFO & MULTI_TID fields by Helmut Schaa · 13 years ago
  58. ecb4433 mac80211: fix suspend/resume races with unregister hw by Stanislaw Gruszka · 13 years ago
  59. 0879fa4 cfg80211/mac80211: move information element parsing logic to cfg80211 by Yogesh Ashok Powar · 13 years ago
  60. f612ced nl80211/cfg80211: Make addition of new sinfo fields safer by Jouni Malinen · 13 years ago
  61. 1b1de7a mac80211: fix erroneous clearing of MESH_PATH_SN_VALID flag by Javier Cardona · 13 years ago
  62. f785d83 mac80211: clear sta.drv_priv on reconfiguration by Eliad Peller · 13 years ago
  63. 6de062c mac80211: Don't use EAPOL frames for rate sampling by Helmut Schaa · 13 years ago
  64. f75f5c6 mac80211: Fill in skb->protocol information for injected frames by Helmut Schaa · 13 years ago
  65. 987dafa mac80211/mesh: make the preq queue lock consistent by Baruch Siach · 13 years ago
  66. 39e6871 mac80211: Don't use a buf_size=0 in ADDBA requests by Helmut Schaa · 13 years ago
  67. 3ca9788 mac80211: Stop TX BA session if buf_size is zero by Helmut Schaa · 13 years ago
  68. b4ca608 mac80211: remove offchannel_tx API by Johannes Berg · 13 years ago
  69. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  70. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  71. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  72. 0a557ed mac80211: check sta_info_get() return value by Eliad Peller · 13 years ago
  73. b2abb6e mac80211: sync driver before TX by Johannes Berg · 13 years ago
  74. 85a237f mac80211: implement scan supported rates by Johannes Berg · 13 years ago
  75. 2683d65 mac80211: reconfigure tx on device reconfiguration by Eliad Peller · 13 years ago
  76. 94f9b97 mac80211: be more careful in suspend/resume by Johannes Berg · 13 years ago
  77. f850e00 mac80211: let key iteration get keys in install order by Johannes Berg · 13 years ago
  78. 8bca5d8 mac80211: allow driver access to TKIP RX P1K by Johannes Berg · 13 years ago
  79. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 13 years ago
  80. 2fcf2824 mac80211: remove a redundant check by Mohammed Shafi Shajakhan · 13 years ago
  81. 55d9905 mac80211: allocate only one RX queue by Johannes Berg · 13 years ago
  82. 615f7b9 mac80211: add driver RSSI threshold events by Meenakshi Venkataraman · 13 years ago
  83. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  84. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  85. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  86. 676b58c mac80211: Restart STA timers only on associated state by Rajkumar Manoharan · 13 years ago
  87. 42d9879 mac80211: allow driver to generate P1K for IV32 by Johannes Berg · 13 years ago
  88. 3ea542d mac80211: allow drivers to access key sequence counter by Johannes Berg · 13 years ago
  89. 9e26297 mac80211: simplify RX PN/IV handling by Johannes Berg · 13 years ago
  90. 0cd20a2 mac80211: use AES_BLOCK_SIZE by Johannes Berg · 13 years ago
  91. 75396ae mac80211: fix CMAC races by Johannes Berg · 13 years ago
  92. aba83a0b mac80211: fix CCMP races by Johannes Berg · 13 years ago
  93. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 13 years ago
  94. 3445951 mac80211: fix TKIP replay vulnerability by Johannes Berg · 13 years ago
  95. 1186980 mac80211: fix ie memory allocation for scheduled scans by Luciano Coelho · 13 years ago
  96. c68f4b8 mac80211: support GTK rekey offload by Johannes Berg · 13 years ago
  97. 830af02 mac80211: allow driver to iterate keys by Johannes Berg · 13 years ago
  98. 2b4562d mac80211: allow driver to impose WoWLAN restrictions by Johannes Berg · 13 years ago
  99. 5e34069 mac80211: fix smatch complains by Christian Lamparter · 13 years ago
  100. 3bff186 mac80211: Skip tailroom reservation for full HW-crypto devices with race fix by Yogesh Ashok Powar · 13 years ago