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