1. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 2a2af5e Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  3. 1c38c7f nl80211: send event when CMD_FRAME duration expires by James Prestwood · 6 years ago
  4. a0de1ca3 mac80211: allow turning TWT responder support on and off via netlink by John Crispin · 6 years ago
  5. 901bb98 nl80211: require and validate vendor command policy by Johannes Berg · 6 years ago
  6. 26f7044 nl80211: add support for SAE authentication offload by Chung-Hsien Hsu · 6 years ago
  7. cc3e14c nl80211: add WPA3 definition for SAE authentication by Chung-Hsien Hsu · 6 years ago
  8. f4d7599 nl80211: add NL80211_ATTR_IFINDEX to port authorized event by Chung-Hsien Hsu · 6 years ago
  9. 180aa42 nl80211: fill all policy .type entries by Johannes Berg · 6 years ago
  10. 1a28ed2 nl80211: fill all policy .type entries by Johannes Berg · 6 years ago
  11. f77bf48 nl80211: fix station_info pertid memory leak by Andy Strohman · 6 years ago
  12. 33d915d {nl,mac}80211: allow 4addr AP operation on crypto controlled devices by Manikanta Pubbisetty · 6 years ago
  13. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  14. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  15. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  16. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  17. 30e5a9a Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  18. 5ab92e7 cfg80211: add support to probe unexercised mesh link by Rajkumar Manoharan · 6 years ago
  19. a680fe4 nl80211: do a struct assignment to radar_chandef instead of memcpy() by Luca Coelho · 6 years ago
  20. e96d1cd cfg80211: Add support to set tx power for a station associated by Ashok Raj Nagarajan · 6 years ago
  21. 391d132 nl80211: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  22. 5dc8cdc mac80211/cfg80211: update bss channel on channel switch by Sergey Matyukevich · 6 years ago
  23. 6cdd397 nl80211/cfg80211: Extended Key ID support by Alexander Wetzel · 6 years ago
  24. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. cb74e97 cfg80211/nl80211: Offload OWE processing to user space in AP mode by Sunil Dutt · 6 years ago
  26. ab60633 mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC by Narayanraddi Masti · 6 years ago
  27. 1e1b11b nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan by vamsi krishna · 6 years ago
  28. d39f3b4 nl80211: reindent some sched scan code by Johannes Berg · 6 years ago
  29. d6db02a nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands by Sunil Dutt · 6 years ago
  30. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  31. b7b14ec Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 6 years ago
  32. 55c1fdf cfg80211: allow sending vendor events unicast by Johannes Berg · 6 years ago
  33. 4d9ec73 cfg80211: Report Association Request frame IEs in association events by Jouni Malinen · 6 years ago
  34. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 7388afe cfg80211: Use const more consistently in for_each_element macros by Jouni Malinen · 6 years ago
  36. ea18709 nl80211: Fix FTM per burst maximum value by Aviya Erenfeld · 6 years ago
  37. 9f30861 nl80211: use for_each_element() in validate_ie_attr() by Johannes Berg · 6 years ago
  38. 2332328 netlink: reduce NLA_POLICY_NESTED{,_ARRAY} arguments by Johannes Berg · 6 years ago
  39. 752cfee Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 6 years ago
  40. 6c90036 nl80211: Allow set/del pmksa operations for AP by Liangwei Dong · 6 years ago
  41. fe49437 cfg80211: Authentication offload to user space in AP mode by Srinivas Dasari · 6 years ago
  42. ab4dfa2 cfg80211: Allow drivers to advertise supported AKM suites by Veerendranath Jakkam · 6 years ago
  43. a8b5c6d nl80211: fix NLA_POLICY_NESTED() arguments by Johannes Berg · 6 years ago
  44. 540bbcb nl80211/mac80211: mesh: add mesh path change count to mpath info by Julan Hsu · 6 years ago
  45. cc24163 nl80211/mac80211: mesh: add hop count to mpath info by Julan Hsu · 6 years ago
  46. 3664705 cfg80211: Add airtime statistics and settings by Toke Høiland-Jørgensen · 6 years ago
  47. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 5a862f8 Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  49. d350a0f nl80211: fix memory leak if validate_pae_over_nl80211() fails by Johannes Berg · 6 years ago
  50. 30c6311 nl80211: Add support to notify radar event info received from STA by Sriram R · 6 years ago
  51. 925b597 cfg80211: add some missing fall through annotations by Luca Coelho · 6 years ago
  52. ecbc12a {nl,mac}80211: add rssi to mesh candidates by Bob Copeland · 6 years ago
  53. 01d66fb {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconf by Bob Copeland · 6 years ago
  54. dbdaee7 {nl,mac}80211: report gate connectivity in station info by Bob Copeland · 6 years ago
  55. 3d1a5bb nl80211: Emit a SET_INTERFACE on iftype change by Andrew Zaborowski · 6 years ago
  56. 9bb7e0f cfg80211: add peer measurement with FTM initiator API by Johannes Berg · 6 years ago
  57. c177db2 cfg80211/mac80211: fix FTM settings across CSA by Johannes Berg · 6 years ago
  58. 0d4e14a nl80211: Add per peer statistics to compute FCS error rate by Ankita Bajaj · 6 years ago
  59. 3d7af87 nl80211: use netlink policy validation function for elements by Johannes Berg · 6 years ago
  60. ab0d76f nl80211: use policy range validation where applicable by Johannes Berg · 6 years ago
  61. 188de5d Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 6 years ago
  62. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  63. ec8f170bc cfg80211: unify sending NL80211_CMD_NEW_INTERFACE by Johannes Berg · 6 years ago
  64. 49f9cf0 nl80211: add error messages to nl80211_parse_chandef() by Johannes Berg · 6 years ago
  65. b60ad34 cfg80211: move cookie_counter out of wiphy by Johannes Berg · 6 years ago
  66. 5297c65 nl80211: remove nl80211_prepare_wdev_dump() skb argument by Johannes Berg · 6 years ago
  67. 81e54d0 cfg80211: support FTM responder configuration/statistics by Pradeep Kumar Chitrapu · 6 years ago
  68. efdfce7 nl80211: Fix a GET_KEY reply attribute by Andrew Zaborowski · 6 years ago
  69. e4d4216 cfg80211: combine duplicate wdev init code by Johannes Berg · 6 years ago
  70. 6762696 cfg80211: remove redundant check of !scan_plan by Colin Ian King · 6 years ago
  71. 1222a16 nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds by Masashi Honma · 6 years ago
  72. 30fe6d5 nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT by Masashi Honma · 6 years ago
  73. 244eb9a cfg80211: add he_capabilities (ext) IE to AP settings by Shaul Triebitz · 6 years ago
  74. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  75. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  76. 4f0223b cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE by Arunk Khandavalli · 6 years ago
  77. 9c06602 cfg80211: clarify frames covered by average ACK signal report by Balaji Pothunoori · 6 years ago
  78. b88d26d nl80211: Pass center frequency in kHz instead of MHz by Haim Dreyfuss · 6 years ago
  79. d3c89bb nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOP by Haim Dreyfuss · 6 years ago
  80. 38cb87e cfg80211: make wmm_rule part of the reg_rule structure by Stanislaw Gruszka · 6 years ago
  81. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  82. 5cf3006 nl80211: Add a missing break in parse_station_flags by Bernd Edlinger · 6 years ago
  83. a948f71 nl80211/mac80211: allow non-linear skb in rx_control_port by Denis Kenzior · 7 years ago
  84. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 8365da2 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  86. 397c657 cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types by Omer Efrat · 7 years ago
  87. 95bca62 nl80211: check nla_parse_nested() return values by Johannes Berg · 7 years ago
  88. 188f60a nl80211: relax ht operation checks for mesh by Bob Copeland · 7 years ago
  89. c4cbaf7 cfg80211: Add support for HE by Luca Coelho · 7 years ago
  90. 446faa1 nl80211: report 4ADDR status with GET_INTERFACE by Antonio Quartulli · 7 years ago
  91. 2e076f1 nl80211: add scan features for improved scan privacy by Johannes Berg · 7 years ago
  92. db0a4ad nl80211: refactor common code in scan flags checks by Johannes Berg · 7 years ago
  93. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  94. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. bad2929 nl80211: Reject disconnect commands except from conn_owner by Andrew Zaborowski · 7 years ago
  96. 7f9a3e1 nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMS by Vidyullatha Kanchanapally · 7 years ago
  97. e841b7b nl80211: add FILS related parameters to ROAM event by Arend Van Spriel · 7 years ago
  98. 76804d2 cfg80211: use separate struct for FILS parameters by Arend Van Spriel · 7 years ago
  99. d1e23c9 nl80211: Optimize cfg80211_bss_expire invocations by Denis Kenzior · 7 years ago
  100. dd8070b Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago