1. bc13325 mac80211: calculate min channel width correctly by Johannes Berg · 8 years ago
  2. 708d50e mac80211: add boilerplate code for start / stop NAN by Ayala Beker · 8 years ago
  3. cb3b7d8 cfg80211: add start / stop NAN commands by Ayala Beker · 8 years ago
  4. aa507a7 mac80211: recalc min_def chanctx even when chandef is identical by Arik Nemtsov · 8 years ago
  5. a7201a6 mac80211: Recalc min chandef when station is associated by Ilan Peer · 8 years ago
  6. 0fabfaa mac80211: upgrade BW of TDLS peers when possible by Arik Nemtsov · 9 years ago
  7. bf45a24 mac80211: adjust reserved chan_ctx when assigned to vif by Andrei Otcheretianski · 9 years ago
  8. 17c18bf mac80211: add TX fastpath by Johannes Berg · 9 years ago
  9. 104f5a6 mac80211: clear sdata->radar_required by Eliad Peller · 9 years ago
  10. db82d8a mac80211: enable TPC through mac80211 stack by Lorenzo Bianconi · 9 years ago
  11. e7f2337 mac80211: consider only relevant vifs for radar_required calculation by Eliad Peller · 9 years ago
  12. 5cbc95a mac80211: remove local->radar_detect_enabled by Eliad Peller · 9 years ago
  13. 722ddb0 mac80211: update the channel context after channel switch by Emmanuel Grumbach · 9 years ago
  14. 2967e03 mac80211: copy chandef from AP vif to VLANs by Felix Fietkau · 9 years ago
  15. 239281f mac80211: 802.11p OCB mode support by Rostislav Lisovy · 10 years ago
  16. 6e0bd6c cfg80211: 802.11p OCB mode handling by Rostislav Lisovy · 10 years ago
  17. d070f91 mac80211: fix spelling errors by Stephen Hemminger · 10 years ago
  18. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  19. ef4ead3 Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  20. 190355c Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  21. a00f4f6 mac80211: fix chantype recalc warning by Michal Kazior · 10 years ago
  22. 649b2a4 mac80211: make ieee80211_vif_use_reserved_switch static by Johannes Berg · 10 years ago
  23. 0e67c13 mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype by Felix Fietkau · 10 years ago
  24. 47e4df9 mac80211: fix channel switch for chanctx-based drivers by Michal Kazior · 10 years ago
  25. 1d4cc30 mac80211: suppress unused variable warning without lockdep by Johannes Berg · 10 years ago
  26. 4c3ebc5 mac80211: use chanctx reservation for STA CSA by Michal Kazior · 10 years ago
  27. 03078de mac80211: use chanctx reservation for AP CSA by Michal Kazior · 10 years ago
  28. 5bcae31 mac80211: implement multi-vif in-place reservations by Michal Kazior · 10 years ago
  29. 40a10fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  30. 33926eb mac80211: mark local variable __maybe_unused by Johannes Berg · 10 years ago
  31. f659544 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  32. c0166da mac80211: compute chanctx refcount on-the-fly by Michal Kazior · 10 years ago
  33. 1f0d54c mac80211: split ieee80211_free_chanctx() by Michal Kazior · 10 years ago
  34. ed68ebc mac80211: split ieee80211_new_chanctx() by Michal Kazior · 10 years ago
  35. 13f348a mac80211: improve chanctx reservation lookup by Michal Kazior · 10 years ago
  36. 0288157 mac80211: improve find_chanctx() for reservations by Michal Kazior · 10 years ago
  37. e3afb92 mac80211: track reserved vifs in chanctx by Michal Kazior · 10 years ago
  38. 484298a mac80211: track assigned vifs in chanctx by Michal Kazior · 10 years ago
  39. 0933248 mac80211: add support for radar detection for reservations by Michal Kazior · 10 years ago
  40. c2b90ad mac80211: prevent chanctx overcommit by Michal Kazior · 10 years ago
  41. 5d52ee8 mac80211: allow reservation of a running chanctx by Luciano Coelho · 10 years ago
  42. 11335a5 mac80211: implement chanctx reservation by Luciano Coelho · 11 years ago
  43. 77eeba9 mac80211: refactor ieee80211_assign/unassign_vif_chanctx into one by Luciano Coelho · 10 years ago
  44. 33ffd95 mac80211: split ieee80211_vif_change_channel in two by Luciano Coelho · 10 years ago
  45. 4e141da mac80211: protect AP VLAN list with local->mtx by Michal Kazior · 10 years ago
  46. 73de86a cfg80211/mac80211: move interface counting for combination check to mac80211 by Luciano Coelho · 10 years ago
  47. 0c2bef46 mac80211: use RCU_INIT_POINTER by Monam Agarwal · 10 years ago
  48. 9b4816f mac80211: fix radar_enabled propagation by Michal Kazior · 10 years ago
  49. 7b8a9cd mac80211: Disable SMPS for the monitor interface by Ido Yariv · 10 years ago
  50. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  51. 1c37a72 mac80211: consider virtual mon when calculating min_def by Eliad Peller · 10 years ago
  52. cc901de mac80211: fix sdata->radar_required locking by Michal Kazior · 10 years ago
  53. 34a3740 mac80211: fix iflist_mtx/mtx locking in radar detection by Johannes Berg · 10 years ago
  54. 367bbd1 mac80211: make ieee80211_recalc_radar_chanctx static by Johannes Berg · 10 years ago
  55. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  56. 33787fc mac80211: move csa_chandef to sdata by Luciano Coelho · 11 years ago
  57. 7578d57 mac80211: implement STA CSA for drivers using channel contexts by Arik Nemtsov · 11 years ago
  58. 73da7d5 mac80211: add channel switch command and beacon callbacks by Simon Wunderlich · 11 years ago
  59. a42c74e Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 11 years ago
  60. e474685 mac80211: fix recalc_radar hwconf sync problem by Simon Wunderlich · 11 years ago
  61. 655d8e2 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  62. 675a0b0 mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan by Karl Beldan · 11 years ago
  63. 382a103 mac80211: fix idle handling sequence by Johannes Berg · 11 years ago
  64. 2c9b735 mac80211: add ieee80211_vif_change_bandwidth by Johannes Berg · 11 years ago
  65. 18942d3 mac80211: fix ieee80211_change_chandef name by Johannes Berg · 11 years ago
  66. 5bbe754d mac80211: don't call bss_info_changed on p2p-device/monitor by Johannes Berg · 11 years ago
  67. 164eb02 mac80211: add radar detection command/event by Simon Wunderlich · 11 years ago
  68. fd0f979 mac80211: simplify idle handling by Johannes Berg · 11 years ago
  69. 1f4ac5a mac80211: explicitly copy channels to VLANs where needed by Johannes Berg · 11 years ago
  70. 8a61af6 mac80211: fix channel context iteration by Johannes Berg · 11 years ago
  71. 4d76d21 mac80211: assign VLAN channel contexts by Johannes Berg · 11 years ago
  72. 4bf8853 mac80211: convert to channel definition struct by Johannes Berg · 12 years ago
  73. 1ea6f9c mac80211: handle TX power per virtual interface by Johannes Berg · 12 years ago
  74. 3448c00 mac80211: add channel context iterator by Johannes Berg · 12 years ago
  75. 04ecd25 mac80211: track needed RX chains for channel contexts by Johannes Berg · 12 years ago
  76. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  77. e89a96f mac80211: reuse channels for channel contexts by Michal Kazior · 12 years ago
  78. 35f2fce mac80211: use channel context notifications by Michal Kazior · 12 years ago
  79. d01a1e6 mac80211: introduce channel context skeleton code by Michal Kazior · 12 years ago
  80. 23a85b45 mac80211: refactor set_channel_type by Michal Kazior · 12 years ago
  81. be0f423 mac80211: allow channel change while mesh is down by Thomas Pedersen · 12 years ago
  82. 64f68e5 mac80211: remove channel type argument from rate_update by Johannes Berg · 12 years ago
  83. 3117bbdb mac80211: Don't let regulatory make us deaf by Paul Stewart · 12 years ago
  84. e9980e6 mac80211: refactor __ieee80211_get_channel_mode by Johannes Berg · 12 years ago
  85. 9db372f mac80211: fix channel type recalculation with HT and non-HT interfaces by Felix Fietkau · 13 years ago
  86. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  87. 368a07d mac80211: make a function static by Johannes Berg · 14 years ago
  88. 0aaffa9 mac80211: improve HT channel handling by Johannes Berg · 14 years ago
  89. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 14 years ago