1. 04c2cf3 mac80211: add api to start ba session timer expired flow by Naftali Goldstein · 7 years ago
  2. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  3. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  4. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  5. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  6. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  7. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 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
  9. 6dad28a mac80211: add the action to the drv_ampdu_action tracepoint by Emmanuel Grumbach · 8 years ago
  10. b3dd827 mac80211: don't send SMPS action frame in AP mode when not needed by Emmanuel Grumbach · 8 years ago
  11. 98c67d1 mac80211/wpa: use constant time memory comparison for MACs by Jason A. Donenfeld · 8 years ago
  12. c87905b mac80211: set bss_info data before configuring the channel by Johannes Berg · 8 years ago
  13. 44f6d42 mac80211: remove 5/10 MHz rate code from station MLME by Johannes Berg · 8 years ago
  14. 204a7db mac80211: Fix incorrect condition when checking rx timestamp by Avraham Stern · 8 years ago
  15. 769dc04 mac80211: don't look at the PM bit of BAR frames by Emmanuel Grumbach · 8 years ago
  16. c7a61cb mac80211: free netdev on dev_alloc_name() error by Johannes Berg · 8 years ago
  17. 699cb58 mac80211: manage RX BA session offload without SKB queue by Johannes Berg · 8 years ago
  18. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 8 years ago
  19. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  20. e165bc0 mac80211: fix dropped counter in multiqueue RX by Johannes Berg · 8 years ago
  21. 5d473fe mac80211: Invoke TX LED in more code paths by Bjorn Andersson · 8 years ago
  22. e45a79d skbuff/mac80211: introduce and use skb_put_zero() by Johannes Berg · 8 years ago
  23. 7a7c0a6 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 8 years ago
  24. 71ec289 mac80211: enable VHT for mesh channel processing by Simon Wunderlich · 8 years ago
  25. 75d627d mac80211: mesh: support sending wide bandwidth CSA by Simon Wunderlich · 8 years ago
  26. 3b23782 mac80211: mark as action frame when parsing IEs of CSA action frames by Simon Wunderlich · 8 years ago
  27. 0ab2e55 mac80211: mesh: Allow following CSA to DFS channels if userspace handles it by Benjamin Berg · 8 years ago
  28. 61b81b4 mac80211: move clearing result into ieee80211_parse_ch_switch_ie() by Johannes Berg · 8 years ago
  29. 5d55371 mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received by Benjamin Berg · 8 years ago
  30. 484a54c mac80211: Dynamically set CoDel parameters per station by Toke Høiland-Jørgensen · 8 years ago
  31. 5667c86 mac80211: strictly check mesh address extension mode by Rajkumar Manoharan · 8 years ago
  32. f1f3e9e mac80211: fix IBSS presp allocation size by Johannes Berg · 8 years ago
  33. f8860ce mac80211: bail out from prep_connection() if a reconfig is ongoing by Luca Coelho · 8 years ago
  34. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  35. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  36. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  37. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 8 years ago
  38. eefebd3 mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status by Felix Fietkau · 8 years ago
  39. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 8 years ago
  40. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 8 years ago
  41. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 8 years ago
  42. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  43. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  44. e5f2e06 mac80211: make multicast variable a bool in ieee80211_accept_frame() by Luca Coelho · 8 years ago
  45. 4a19906 mac80211: disentangle iflist_mtx and chanctx_mtx by Johannes Berg · 8 years ago
  46. cf14708 mac80211: don't parse encrypted management frames in ieee80211_frame_acked by Emmanuel Grumbach · 8 years ago
  47. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  48. 127f60b mac80211: rewrite monitor mode delivery logic by Johannes Berg · 8 years ago
  49. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 3018e94 mac80211: reject ToDS broadcast data frames by Johannes Berg · 8 years ago
  51. 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
  52. a4ac6f2 mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss() by Matthias Kaehlcke · 8 years ago
  53. f64331d mac80211: keep a separate list of monitor interfaces that are up by Johannes Berg · 8 years ago
  54. 9e47806 mac80211: fix MU-MIMO follow-MAC mode by Johannes Berg · 8 years ago
  55. 65f1d60 mac80211: use common code for monitor options in add/change by Johannes Berg · 8 years ago
  56. 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 8 years ago
  57. 8c5e688 mac80211: correct MU-MIMO monitor follow functionality by Johannes Berg · 8 years ago
  58. b026502 cfg80211: allow leaving MU-MIMO monitor configuration unchanged by Johannes Berg · 8 years ago
  59. 30841f5 mac80211: drop frames too short for FCS earlier by Johannes Berg · 8 years ago
  60. 93f56de mac80211: Fix clang warning about constant operand in logical operation by Matthias Kaehlcke · 8 years ago
  61. 7d65f82 mac80211: unconditionally start new netdev queues with iTXQ support by Johannes Berg · 8 years ago
  62. ed92a9b mac80211: mesh: drop new node with weak power by Masashi Honma · 8 years ago
  63. 5c19dfb mac80211: Use setup_timer instead of init_timer for mesh path by Ondřej Lysoněk · 8 years ago
  64. e8e4f52 mac80211: reject/clear user rate mask if not usable by Johannes Berg · 8 years ago
  65. b61fbda mac80211: remove ieee80211_tx_rate_control.max_rate_idx by Johannes Berg · 8 years ago
  66. a6289d3 mac80211: ignore VHT membership selector when parsing rates by Johannes Berg · 8 years ago
  67. f8f118c mac80211: Use setup_timer instead of init_timer by Ondřej Lysoněk · 8 years ago
  68. fe56c9c mac80211: fix mesh fail_avg check by Manoharan, Rajkumar · 8 years ago
  69. 7f406cd mac80211: encode rate type (legacy, HT, VHT) with fewer bits by Johannes Berg · 8 years ago
  70. a858958 mac80211: remove local pointer from rate_ctrl_ref by Johannes Berg · 8 years ago
  71. 2fb51c3 ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1 by Johannes Berg · 8 years ago
  72. 68506e9 mac80211: Print text for disassociation reason by Arkadiusz Miskiewicz · 8 years ago
  73. 2c3c5f8c mac80211: Add set_cqm_rssi_range_config by Andrew Zaborowski · 8 years ago
  74. 3eb0928 mac80211: use DECLARE_EWMA for mesh_fail_avg by Manoharan, Rajkumar · 8 years ago
  75. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  76. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  77. eb1e011 average: change to declare precision, not factor by Johannes Berg · 8 years ago
  78. 16c54ac Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  79. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  80. 19d19e9 mac80211: use driver-indicated transmitter STA only for data frames by Johannes Berg · 8 years ago
  81. 08a7e62 scripts/spelling.txt: add "swith" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  82. 09e0a2f mac80211: fix typo in debug print by Sara Sharon · 8 years ago
  83. 2595d25 mac80211: shorten debug message by Sara Sharon · 8 years ago
  84. d98937f mac80211: fix power saving clients handling in iwlwifi by Emmanuel Grumbach · 8 years ago
  85. 890030d mac80211: don't handle filtered frames within a BA session by Felix Fietkau · 8 years ago
  86. b7540d8 mac80211: don't reorder frames with SN smaller than SSN by Sara Sharon · 8 years ago
  87. a9e9200 mac80211: flush delayed work when entering suspend by Matt Chen · 8 years ago
  88. 0328edc mac80211: fix packet statistics for fast-RX by Johannes Berg · 8 years ago
  89. d3e709e idr: Return the deleted entry from idr_remove by Matthew Wilcox · 8 years ago
  90. 0d2164a Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  91. f181d6a mac80211: fix CSA in IBSS mode by Koen Vandeputte · 8 years ago
  92. 8585989 cfg80211: fix NAN bands definition by Luca Coelho · 8 years ago
  93. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  94. 769f07d mac80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  95. b2347a3 mac80211: check for allocation failure in debugfs code by Dan Carpenter · 8 years ago
  96. 2671782 mac80211: aes-cmac: switch to shash CMAC driver by Ard Biesheuvel · 8 years ago
  97. fe8de3d mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipher by Ard Biesheuvel · 8 years ago
  98. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. bddb2afc mac80211: add back lost debugfs files by Johannes Berg · 8 years ago
  100. da7061c mac80211: Fix adding of mesh vendor IEs by Thorsten Horstmann · 8 years ago