1. 81c4126 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  2. de51f16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  3. f027c2a mac80211: add ieee80211_tx_status_noskb by Felix Fietkau · 10 years ago
  4. 7e1cdcb mac0211: add a helper function for fixing up tx status rates by Felix Fietkau · 10 years ago
  5. ad9dda6 mac80211: pass tx info to ieee80211_lost_packet instead of an skb by Felix Fietkau · 10 years ago
  6. 63558a6 mac80211: minstrel_ht: switch to .tx_status_noskb by Felix Fietkau · 10 years ago
  7. fb7acfb mac80211: minstrel: switch to .tx_status_noskb by Felix Fietkau · 10 years ago
  8. f684565 mac80211: add tx_status_noskb to rate_control_ops by Felix Fietkau · 10 years ago
  9. 9594342 mac80211: minstrel_ht: move aggregation check to .get_rate() by Felix Fietkau · 10 years ago
  10. 336004e mac80211: add more missing checks for VHT tx rates by Felix Fietkau · 10 years ago
  11. 2967e03 mac80211: copy chandef from AP vif to VLANs by Felix Fietkau · 10 years ago
  12. 98f0334 cfg80211: clean up beacon loss CQM event by Johannes Berg · 10 years ago
  13. 40a11ca mac80211: check if channels allow 80 MHz for VHT probe requests by Johannes Berg · 10 years ago
  14. 575f053 mac80211: disable 80+80/160 in VHT correctly by Johannes Berg · 10 years ago
  15. 9a638dd Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  16. ab1f5a5 Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  17. 75769c8 mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check by Felix Fietkau · 10 years ago
  18. f815e2b mac80211: notify drivers on sta rate table changes by Johannes Berg · 10 years ago
  19. 628c010 mac80211: skip legacy rate mask handling for VHT rates by Felix Fietkau · 10 years ago
  20. 8b1956f mac80211: don't allow 40MHz tx rates in case of 20MHz chandef by Eliad Peller · 10 years ago
  21. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 10 years ago
  22. 6ea0a69 mac80211: rcu-ify scan and scheduled scan request pointers by Johannes Berg · 10 years ago
  23. ff5db43 mac80211: remove redundant check by Eliad Peller · 10 years ago
  24. b6da911 mac80211: synchronously reserve TID per station by Liad Kaufman · 10 years ago
  25. 4f9610d mac80211: add specific-queue flushing support by Liad Kaufman · 10 years ago
  26. 8a4d32f mac80211: add TDLS channel-switch Rx flow by Arik Nemtsov · 10 years ago
  27. a7a6bdd mac80211: introduce TDLS channel switch ops by Arik Nemtsov · 10 years ago
  28. 53837584 mac80211: add parsing of TDLS specific IEs by Arik Nemtsov · 10 years ago
  29. c273390 mac80211: prepare TDLS mgmt code for channel-switch templates by Arik Nemtsov · 10 years ago
  30. 9041c1f mac80211: track AP and peer STA TDLS chan-switch support by Arik Nemtsov · 10 years ago
  31. 78632a1 cfg/mac80211: define TDLS channel switch feature bit by Arik Nemtsov · 10 years ago
  32. 2cedd87 mac80211: add BSS coex IE to TDLS setup frames by Arik Nemtsov · 10 years ago
  33. f0d29cb mac80211: add supported channels IE during TDLS setup by Arik Nemtsov · 10 years ago
  34. 7528ec5 mac80211: add function to create data frame template including key by Johannes Berg · 10 years ago
  35. 4c9451e mac80211: factor out 802.11 header building code by Johannes Berg · 10 years ago
  36. 73c4e19 mac80211: move skb info band assignment out by Johannes Berg · 10 years ago
  37. 1277b4a mac80211: retransmit TDLS teardown packet through AP if not ACKed by Liad Kaufman · 10 years ago
  38. 24d342c mac80211: add option for setting skb flags before xmit by Liad Kaufman · 10 years ago
  39. 280ba51 mac80211: minstrel_ht: fix a crash in rate sorting by Felix Fietkau · 10 years ago
  40. 0395442 mac80211: refactor duplicate detection by Johannes Berg · 10 years ago
  41. 1f7bba7 mac80211: add back support for radiotap vendor namespace data by Johannes Berg · 10 years ago
  42. d04b5ac cfg80211/mac80211: allow any interface to send channel switch notifications by Luciano Coelho · 10 years ago
  43. 2f45729 mac80211: send channel switch started notifications by Luciano Coelho · 10 years ago
  44. 127f10e mac80211: add device_timestamp to the drv_pre_channel_switch trace by Luciano Coelho · 10 years ago
  45. 000baa5 mac80211: fix order of setting ch_switch and drv_pre_channel_switch call by Luciano Coelho · 10 years ago
  46. 4f031fa mac80211: Fix regression that triggers a kernel BUG with CCMP by Ronald Wahl · 10 years ago
  47. cf2c92d mac80211: replace restart_complete() with reconfig_complete() by Eliad Peller · 10 years ago
  48. 13a8098 mac80211: increase U-APSD max service period length by Andrei Otcheretianski · 10 years ago
  49. 8ed2874 mac80211: handle RIC data element in reassociation request by Johannes Berg · 10 years ago
  50. 239281f8 mac80211: 802.11p OCB mode support by Rostislav Lisovy · 10 years ago
  51. 6e0bd6c cfg80211: 802.11p OCB mode handling by Rostislav Lisovy · 10 years ago
  52. 5b3dc42 mac80211: add support for driver tx power reporting by Felix Fietkau · 10 years ago
  53. b8fff40 mac80211: fix use-after-free in defragmentation by Johannes Berg · 10 years ago
  54. d070f91 mac80211: fix spelling errors by Stephen Hemminger · 10 years ago
  55. 4623884 mac80211: properly flush delayed scan work on interface removal by Johannes Berg · 10 years ago
  56. ff1e417 mac80211: schedule the actual switch of the station before CSA count 0 by Luciano Coelho · 10 years ago
  57. 84469a4 mac80211: use secondary channel offset IE also beacons during CSA by Luciano Coelho · 10 years ago
  58. 10b6848 mac80211: flush keys for AP mode on ieee80211_do_stop by Felix Fietkau · 10 years ago
  59. 9ffe904 mac80211: minstrel_ht: do not always skip ht rates vht_only is true by Karl Beldan · 10 years ago
  60. cfede0d mac80211: don't flush when probing the AP by Emmanuel Grumbach · 10 years ago
  61. b5dfae0 mac80211: support creating vifs with specified mac address by Ben Greear · 10 years ago
  62. e27513f mac80211: support creating wiphy w/out creating wlanX by Ben Greear · 10 years ago
  63. ad28757 mac80211: allow creating wiphy devices with suggested name by Ben Greear · 10 years ago
  64. 0fc1e04 mac80211: expose API allowing station iteration by Arik Nemtsov · 10 years ago
  65. 2bad7748 mac80211: add stations in order to the station list by Arik Nemtsov · 10 years ago
  66. 8b94148 mac80211: expose TDLS-initiator value to low level driver by Arik Nemtsov · 10 years ago
  67. 452218d mac80211: fix network header breakage during encryption by Arik Nemtsov · 10 years ago
  68. a7f3a76 mac80211: export IE splitting function by Andrei Otcheretianski · 10 years ago
  69. 8ec7886 mac80211: minstrel_ht: use group flags instead of index to display rates by Karl Beldan · 10 years ago
  70. 4619194 mac80211: don't remove tainted keys after not programming by Johannes Berg · 10 years ago
  71. 02219b3 mac80211: add WMM admission control support by Johannes Berg · 10 years ago
  72. f409079 mac80211: sanity check CW_min/CW_max towards driver by Johannes Berg · 10 years ago
  73. 5c6761a mac80211: remove unnecessary null test before debugfs_remove() by Fabian Frederick · 10 years ago
  74. 9208247 mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz by Karl Beldan · 10 years ago
  75. 3ec373c mac80211: minstrel_ht: include type (cck/ht) in rates flag by Karl Beldan · 10 years ago
  76. 8a0ee4f mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs by Karl Beldan · 10 years ago
  77. d4d141c mac80211: minstrel_ht: Increase the range of handled rate indexes by Karl Beldan · 10 years ago
  78. 8fa74e3a Merge branch 'mac80211' into mac80211-next by Johannes Berg · 10 years ago
  79. b08cc24 mac80211: fix change flags variable signedness by Johannes Berg · 10 years ago
  80. 11b2357 mac80211: minstrels: fix buffer overflow in HT debugfs rc_stats by Karl Beldan · 10 years ago
  81. 89c771e cfg80211: Convert del_station() callback to use a param struct by Jouni Malinen · 10 years ago
  82. c7abf25 mac80211: fix typo in starting baserate for rts_cts_rate_idx by Karl Beldan · 10 years ago
  83. 486cf4c mac80211: enable DFS with channel contexts by Michal Kazior · 10 years ago
  84. 408b18a mac80211: directly return ieee80211_vif_use_reserved_context() by Fabian Frederick · 10 years ago
  85. 0f791eb4 mac80211: allow channel switch with multiple channel contexts by Luciano Coelho · 10 years ago
  86. 0c21e63 mac80211: wait for the first beacon on the new channel after CSA by Luciano Coelho · 10 years ago
  87. f1d6558 mac80211: add post_channel_switch driver operation by Luciano Coelho · 10 years ago
  88. 6d027bc mac80211: add pre_channel_switch driver operation by Luciano Coelho · 10 years ago
  89. e9a2194 mac80211: add extended channel switching capability if the driver supports CSA by Luciano Coelho · 10 years ago
  90. 2ba4538 mac80211: add device_timestamp to the ieee80211_channel_switch struct by Luciano Coelho · 10 years ago
  91. a2db2ed mac80211: implement cfg80211_ops to query mesh proxy path table by Henning Rogge · 10 years ago
  92. c12bc48 mac80211: return the vif's chandef in ieee80211_cfg_get_channel() by Luciano Coelho · 10 years ago
  93. cc61d8d mac80211: minstrel_ht: fix MCS_GROUP_RATES usage by Karl Beldan · 10 years ago
  94. 8975ae8 mac80211: fix warning on htmldocs for last_tdls_pkt_time by Liad Kaufman · 10 years ago
  95. 57219dc Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  96. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  97. 6bd2bd2 Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  98. bf7fa55 mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path by Alexander Duyck · 10 years ago
  99. 0d8614b mac80211: replace SMPS hw flags with wiphy feature bits by Eliad Peller · 10 years ago
  100. f699317 mac80211: set smps_mode according to ap params by Eliad Peller · 10 years ago