1. c7c477b mac80211: don't warn on AID field without top two MSBs set by Johannes Berg · 7 years ago
  2. c7976f5 mac80211: remove BUG() when interface type is invalid by Luca Coelho · 7 years ago
  3. 2316380 mac80211: call synchronize_net once in the restart flow by Sara Sharon · 7 years ago
  4. 9fef654 mac80211: always update the PM state of a peer on MGMT / DATA frames by Emmanuel Grumbach · 7 years ago
  5. a9d09bc mac80211: make __ieee80211_start_rx_ba_session static by Johannes Berg · 7 years ago
  6. e2fb1b8 mac80211: enable TDLS peer buffer STA feature by Yingying Tang · 7 years ago
  7. d559e30 mac80211: avoid looking up tid_tx/tid_rx from timers by Johannes Berg · 7 years ago
  8. 02049ce mac80211: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  9. 72e2c34 mac80211: tear down RX aggregations first by Sara Sharon · 7 years ago
  10. fbbdad5 mac80211: fix the update of path metric for RANN frame by Chun-Yeow Yeoh · 7 years ago
  11. 7b6ddea mac80211: use QoS NDP for AP probing by Johannes Berg · 7 years ago
  12. 33ddd81 mac80211: properly free requested-but-not-started TX agg sessions by Johannes Berg · 7 years ago
  13. 7cca2ac mac80211: aggregation: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  14. 34f11cd mac80211: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  15. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  16. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  17. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. cfbb0d9 mac80211: don't compare TKIP TX MIC key in reinstall prevention by Johannes Berg · 7 years ago
  22. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  23. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. e5f5ce3 mac80211: validate user rate mask before configuring driver by Johannes Berg · 7 years ago
  25. 2bdd713 mac80211: use constant time comparison with keys by Jason A. Donenfeld · 7 years ago
  26. fdf7cb4 mac80211: accept key reinstall without changing anything by Johannes Berg · 7 years ago
  27. b1b1ae2 mac80211: don't track HT capability changes by Johannes Berg · 7 years ago
  28. 9e97964 mac80211: use crypto_aead_authsize() by Johannes Berg · 7 years ago
  29. 2a9e257 mac80211: only remove AP VLAN frames from TXQ by Johannes Berg · 7 years ago
  30. 4133da7 mac80211: aead api to reduce redundancy by Xiang Gao · 7 years ago
  31. 4c02d62 net/mac80211/mesh_plink: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  32. 8f797c2 mac80211: fix STA_SLOW_THRESHOLD htmldocs failure by Stanislaw Gruszka · 7 years ago
  33. 504871e mac80211: fix bandwidth computation for TDLS peers by Manikanta Pubbisetty · 7 years ago
  34. d405fd8 mac80211: recalculate some sta parameters after insertion by Gregory Greenman · 7 years ago
  35. 4c121fd mac80211: use offsetofend() by Johannes Berg · 7 years ago
  36. 1281103 mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions() by Ilan peer · 7 years ago
  37. 1272c5d mac80211: add documentation to ieee80211_rx_ba_offl() by Luca Coelho · 7 years ago
  38. 40b0bd2 mac80211: oce: enable receiving of bcast probe resp by Roee Zamir · 7 years ago
  39. a7f26d8 mac80211: simplify and clarify IE splitting by Johannes Berg · 7 years ago
  40. 79af1f8 mac80211: avoid allocating TXQs that won't be used by Johannes Berg · 7 years ago
  41. bde59c4 mac80211: fix deadlock in driver-managed RX BA session start by Johannes Berg · 7 years ago
  42. 98e93e9 mac80211: Complete ampdu work schedule during session tear down by Ilan peer · 7 years ago
  43. 6e46d8c mac80211: flush hw_roc_start work before cancelling the ROC by Avraham Stern · 7 years ago
  44. 979e1f0 mac80211: agg-tx: call drv_wake_tx_queue in proper context by Johannes Berg · 7 years ago
  45. 89e9bfc mac80211: Fix null pointer dereference with iTXQ support by Chunho Lee · 7 years ago
  46. b44eebe mac80211: add MESH IE in the correct order by Liad Kaufman · 7 years ago
  47. d81b0fd mac80211: shorten debug prints using ht_dbg() to avoid warning by Sharon Dvir · 7 years ago
  48. 5316821 mac80211: fix VLAN handling with TXQs by Johannes Berg · 7 years ago
  49. 7a7d3e4 mac80211: fix incorrect assignment of reassoc value by Simon Dinkin · 7 years ago
  50. 04c2cf3 mac80211: add api to start ba session timer expired flow by Naftali Goldstein · 7 years ago
  51. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  52. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  53. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  54. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  55. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  56. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. c5549ee Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  58. 6dad28a mac80211: add the action to the drv_ampdu_action tracepoint by Emmanuel Grumbach · 7 years ago
  59. b3dd827 mac80211: don't send SMPS action frame in AP mode when not needed by Emmanuel Grumbach · 7 years ago
  60. 98c67d1 mac80211/wpa: use constant time memory comparison for MACs by Jason A. Donenfeld · 7 years ago
  61. c87905b mac80211: set bss_info data before configuring the channel by Johannes Berg · 7 years ago
  62. 44f6d42 mac80211: remove 5/10 MHz rate code from station MLME by Johannes Berg · 7 years ago
  63. 204a7db mac80211: Fix incorrect condition when checking rx timestamp by Avraham Stern · 7 years ago
  64. 769dc04 mac80211: don't look at the PM bit of BAR frames by Emmanuel Grumbach · 7 years ago
  65. c7a61cb mac80211: free netdev on dev_alloc_name() error by Johannes Berg · 7 years ago
  66. 699cb58 mac80211: manage RX BA session offload without SKB queue by Johannes Berg · 7 years ago
  67. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago
  68. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  69. e165bc0 mac80211: fix dropped counter in multiqueue RX by Johannes Berg · 7 years ago
  70. 5d473fe mac80211: Invoke TX LED in more code paths by Bjorn Andersson · 7 years ago
  71. e45a79d skbuff/mac80211: introduce and use skb_put_zero() by Johannes Berg · 7 years ago
  72. 7a7c0a6 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 7 years ago
  73. 71ec289 mac80211: enable VHT for mesh channel processing by Simon Wunderlich · 7 years ago
  74. 75d627d mac80211: mesh: support sending wide bandwidth CSA by Simon Wunderlich · 7 years ago
  75. 3b23782 mac80211: mark as action frame when parsing IEs of CSA action frames by Simon Wunderlich · 7 years ago
  76. 0ab2e55 mac80211: mesh: Allow following CSA to DFS channels if userspace handles it by Benjamin Berg · 7 years ago
  77. 61b81b4 mac80211: move clearing result into ieee80211_parse_ch_switch_ie() by Johannes Berg · 7 years ago
  78. 5d55371 mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received by Benjamin Berg · 7 years ago
  79. 484a54c mac80211: Dynamically set CoDel parameters per station by Toke Høiland-Jørgensen · 8 years ago
  80. 5667c86 mac80211: strictly check mesh address extension mode by Rajkumar Manoharan · 7 years ago
  81. f1f3e9e mac80211: fix IBSS presp allocation size by Johannes Berg · 7 years ago
  82. f8860ce mac80211: bail out from prep_connection() if a reconfig is ongoing by Luca Coelho · 7 years ago
  83. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 7 years ago
  84. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 7 years ago
  85. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 7 years ago
  86. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 7 years ago
  87. eefebd3 mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status by Felix Fietkau · 7 years ago
  88. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 7 years ago
  89. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 7 years ago
  90. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 7 years ago
  91. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 7 years ago
  92. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 7 years ago
  93. e5f2e06 mac80211: make multicast variable a bool in ieee80211_accept_frame() by Luca Coelho · 7 years ago
  94. 4a19906 mac80211: disentangle iflist_mtx and chanctx_mtx by Johannes Berg · 7 years ago
  95. cf14708 mac80211: don't parse encrypted management frames in ieee80211_frame_acked by Emmanuel Grumbach · 7 years ago
  96. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  97. 127f60b mac80211: rewrite monitor mode delivery logic by Johannes Berg · 8 years ago
  98. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. 3018e94 mac80211: reject ToDS broadcast data frames by Johannes Berg · 8 years ago
  100. 028f43b Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago