1. d34ba21 mac80211: don't delay station destruction by Johannes Berg · 11 years ago
  2. a710c81 mac80211: move 4-addr sta pointer clearing before synchronize_rcu() by Johannes Berg · 11 years ago
  3. 6a9d1b9 mac80211: add pre-RCU-sync sta removal driver operation by Johannes Berg · 11 years ago
  4. c4de673 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 11 years ago
  5. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  6. bafdc61 mac80211: fix nested sdata lock for IBSS/CSA by Simon Wunderlich · 11 years ago
  7. a2b70e8 mac80211: start_next_roc only if scan was actually running by Eliad Peller · 11 years ago
  8. 8bd2a24 mac80211: determine completed scan type by defined ops by Eliad Peller · 11 years ago
  9. d1e33e6 cfg80211: in bitrate_mask, rename mcs to ht_mcs by Janusz Dziedzic · 11 years ago
  10. b01711b mac80211: warn if unhashing station fails by Johannes Berg · 11 years ago
  11. 9e890a1f mac80211: neaten ieee80211_deliver_skb by Johannes Berg · 11 years ago
  12. ad7e718 nl80211: vendor command support by Johannes Berg · 11 years ago
  13. de61b61 mac80211: remove duplicate code by Eliad Peller · 11 years ago
  14. e013622 mac80211: move align variable to remove __maybe_unused by Johannes Berg · 11 years ago
  15. 18cfd3b Revert "mac80211: add driver callback for per-interface multicast filter" by Johannes Berg · 11 years ago
  16. 4b074b0 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  17. ddcc347 mac80211: fix rx_nss calculation for drivers with hw rc by Michal Kazior · 11 years ago
  18. 0834ae3 mac80211: check csa wiphy flag in ibss before switching by Simon Wunderlich · 11 years ago
  19. 1f3b8a2 mac80211: don't leak next beacon when csa is aborted by Simon Wunderlich · 11 years ago
  20. beffd13 mac80211: don't cancel csa finalize work within stop_ap by Simon Wunderlich · 11 years ago
  21. e487eae cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notify by Simon Wunderlich · 11 years ago
  22. 7ca133b mac80211: modify beacon using sdata/wdev-lock, not rtnl lock by Simon Wunderlich · 11 years ago
  23. ce95320 mac80211: mesh: only get tsf if we need it by Bob Copeland · 11 years ago
  24. b176e62 cfg80211: aggregate mgmt_tx parameters into a struct by Andrei Otcheretianski · 11 years ago
  25. 017b45b mac80211: update ht flag if bss configuration changed by Avri Altman · 11 years ago
  26. 2ce6a0f mac80211: remove sta_info_flush() from interface teardown by Johannes Berg · 11 years ago
  27. ad38bfc mac80211: Tx frame latency statistics by Matti Gottlieb · 11 years ago
  28. f12140c mac80211: minstrel_ht: do not sample unsupported rates by Karl Beldan · 11 years ago
  29. f7d8ad8 mac80211: minstrels: spare numerous useless calls to get_random_bytes by Karl Beldan · 11 years ago
  30. 7a5e3fa mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES by Karl Beldan · 11 years ago
  31. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  32. fbdd90e mac80211: enable easier manipulation of VHT beamforming caps by Eyal Shapira · 11 years ago
  33. 33787fc mac80211: move csa_chandef to sdata by Luciano Coelho · 11 years ago
  34. f63f842 mac80211: use put_unaligned_le in mesh when necessary by Chun-Yeow Yeoh · 11 years ago
  35. 6f101ef mac80211: use put_unaligned_le16 in mesh_plink_frame_tx by Chun-Yeow Yeoh · 11 years ago
  36. ca91dc9 mac80211: use put_unaligned_le16 for precedence value in mesh by Chun-Yeow Yeoh · 11 years ago
  37. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 11 years ago
  38. d2859df cfg80211/mac80211: DFS setup chandef for cac event by Janusz Dziedzic · 11 years ago
  39. 5282c3b mac80211: verify ieee80211_key_replace() arguments by Johannes Berg · 11 years ago
  40. b3f51e9 mac80211: remove useless tests for array by Johannes Berg · 11 years ago
  41. 204d130 mac80211: clean up mesh local link ID generation by Thomas Pedersen · 11 years ago
  42. c99a89e mac80211: factor out plink event gathering by Thomas Pedersen · 11 years ago
  43. c7e6781 mac80211: factor out peering FSM by Thomas Pedersen · 11 years ago
  44. 5bbdd6c mac80211: assign sta plid early by Thomas Pedersen · 11 years ago
  45. fc10302 mac80211: consolidate rcu unlocks in plink frame rx by Thomas Pedersen · 11 years ago
  46. 05a23ae mac80211: factor peering frame processing into own function by Thomas Pedersen · 11 years ago
  47. 2d7f65d6 mac80211: remove unused mesh_mgmt_ies_add() prototype by Bob Copeland · 11 years ago
  48. 87d84c4 mac80211: return -ENOMEM in mesh_plink_frame_tx by Bob Copeland · 11 years ago
  49. 272a9e2 mac80211: mesh_plink: don't ignore holding timer by Bob Copeland · 11 years ago
  50. 58506eb mac80211: mesh_plink: collapse the two switch statements together by Bob Copeland · 11 years ago
  51. 36c9bb2 mac80211: mesh: rewrite rssi_threshold_check in C by Bob Copeland · 11 years ago
  52. 32cb05b mac80211: mesh_plink: group basic fitness checks by Bob Copeland · 11 years ago
  53. e76d67f mac80211: mesh: factor out common plink close/estab code by Bob Copeland · 11 years ago
  54. 0f5ffd2 mac80211: hold sta->lock across plink switch statements by Bob Copeland · 11 years ago
  55. 4efec45 mac80211: consolidate calls to plink_frame_tx by Thomas Pedersen · 11 years ago
  56. 3cde38e mac80211: fix off-by-one in llid check. by Bob Copeland · 11 years ago
  57. 2e3049b mac80211: do not compute offset from ssn in Rx AMPDU reordering buffer by Karl Beldan · 11 years ago
  58. 8fe02e1 cfg80211: consolidate passive-scan and no-ibss flags by Luis R. Rodriguez · 11 years ago
  59. 24d4730 mac80211: set hw initial idle state by Karl Beldan · 11 years ago
  60. 5664da4 mac80211: use capped prob when computing throughputs by Karl Beldan · 11 years ago
  61. 12b5f34 mac80211: fix connection polling by Eliad Peller · 11 years ago
  62. 3f718fd mac80211: fix the mesh channel switch support by Chun-Yeow Yeoh · 11 years ago
  63. 051a41f mac80211: don't attempt to reorder multicast frames by Johannes Berg · 11 years ago
  64. 351df09 mac80211: minstrel_ht: fix rates selection by Karl Beldan · 11 years ago
  65. 6c751ef mac80211: fix for mesh beacon update on powersave by Javier Lopez · 11 years ago
  66. 57fb089 mac80211: fix crash when using AP VLAN interfaces by Felix Fietkau · 11 years ago
  67. 18db594 mac80211: fix scheduled scan rtnl deadlock by Johannes Berg · 11 years ago
  68. 84a3d1c mac80211: DFS setup chandef for radar_event correctly by Janusz Dziedzic · 11 years ago
  69. 2d3db21 Revert "mac80211: allow disable power save in mesh" by Bob Copeland · 11 years ago
  70. c1f3bb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  71. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  72. 87bc072 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  73. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  74. 0951ebb mac80211: fix uninitialized variable by Michal Kazior · 11 years ago
  75. 33a4586 mac80211: process mesh channel switching using beacon by Chun-Yeow Yeoh · 11 years ago
  76. b8456a1 {nl,cfg,mac}80211: implement mesh channel switch userspace API by Chun-Yeow Yeoh · 11 years ago
  77. c6da674 {nl,cfg,mac}80211: enable the triggering of CSA frame in mesh by Chun-Yeow Yeoh · 11 years ago
  78. 8f2535b mac80211: process the CSA frame for mesh accordingly by Chun-Yeow Yeoh · 11 years ago
  79. c0f17eb mac80211: refactor the parsing of chan switch ie by Chun-Yeow Yeoh · 11 years ago
  80. 06be6b1 mac80211: add ieee80211_tx_prepare_skb() helper function by Felix Fietkau · 11 years ago
  81. 446075d mac80211: fixes for mesh powersave logic by Marco Porsch · 11 years ago
  82. 17ac495 mac80211: Remove check for offchannel state when waking netdev queues by Seth Forshee · 11 years ago
  83. 8e8d347 mac80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  84. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  85. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  87. 9f96da4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  88. 095d81c mac80211: disable WMM with invalid parameters by Johannes Berg · 11 years ago
  89. 1d2d350 mac80211: respect rate mask in TX by Andrei Otcheretianski · 11 years ago
  90. 1431fcb mac80211: fix honouring rate flags in low-rate transmit by Andrei Otcheretianski · 11 years ago
  91. d86aa4f mac80211: fix crash if bitrate calculation goes wrong by Johannes Berg · 11 years ago
  92. 7ec7c4a mac80211: port CCMP to cryptoapi's CCM driver by Ard Biesheuvel · 11 years ago
  93. a754055 mac80211: correctly close cancelled scans by Emmanuel Grumbach · 11 years ago
  94. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  96. 7578d57 mac80211: implement STA CSA for drivers using channel contexts by Arik Nemtsov · 11 years ago
  97. 1f4ffde mac80211: improve default WMM parameter setting by Fred Zhou · 11 years ago
  98. 0cfcefe mac80211: support reporting A-MSDU subframes individually by Michal Kazior · 11 years ago
  99. 15e230a mac80211: use exact-size allocation for authentication frame by Fred Zhou · 11 years ago
  100. 55fff50 mac80211: add explicit IBSS driver operations by Johannes Berg · 11 years ago