1. 265698d nl80211: fix null-ptr dereference on invalid mesh configuration by Johannes Berg · 7 years ago
  2. e785fa0 nl80211: check for the required netlink attributes presence by Vladis Dronov · 7 years ago
  3. 4e0854a cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS} by Emmanuel Grumbach · 7 years ago
  4. ba83bfb nl80211: look for HT/VHT capabilities in beacon's tail by Igor Mitsyanko · 7 years ago
  5. 0eaf83d Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  6. d7f13f7 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES by Srinivas Dasari · 7 years ago
  7. 8feb69c cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE by Srinivas Dasari · 7 years ago
  8. 0a27844 cfg80211: Check if NAN service ID is of expected size by Srinivas Dasari · 7 years ago
  9. 9361df1 cfg80211: Check if PMKID attribute is of expected size by Srinivas Dasari · 7 years ago
  10. 36a554c nl80211: Don't verify owner_nlportid on NAN commands by Andrei Otcheretianski · 7 years ago
  11. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  13. 68dd02d dev_ioctl: copy only the smaller struct iwreq for wext by Johannes Berg · 7 years ago
  14. 4f39a1f wireless: wext: use struct iwreq earlier in the call chain by Johannes Berg · 7 years ago
  15. 8bfb367 wireless: wext: remove ndo_do_ioctl fallback by Johannes Berg · 7 years ago
  16. f45cbe6 nl80211: add authorized flag to ROAM event by Avraham Stern · 7 years ago
  17. 3a00df5 cfg80211: support 4-way handshake offloading for 802.1X by Avraham Stern · 7 years ago
  18. 91b5ab6 cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK by Eliad Peller · 7 years ago
  19. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago
  20. 1b57b62 cfg80211: make cfg80211_sched_scan_results() work from atomic context by Arend Van Spriel · 7 years ago
  21. 8d9de16 wireless: Require HANDLE_DFS flag to switch channel for non-AP mode by Benjamin Berg · 7 years ago
  22. d37d49c wireless: Only join DFS channels in mesh mode if userspace flags support by Benjamin Berg · 7 years ago
  23. ca8fe25 cfg80211: improve warnings in VHT rate calculation by Johannes Berg · 7 years ago
  24. 5667c86 mac80211: strictly check mesh address extension mode by Rajkumar Manoharan · 7 years ago
  25. 4954601 nl80211: correctly validate MU-MIMO groups by Johannes Berg · 7 years ago
  26. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 7 years ago
  27. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 7 years ago
  28. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  29. 3007e35 nl80211: add support for BSSIDs in scheduled scan matchsets by Arend Van Spriel · 8 years ago
  30. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 8 years ago
  31. ab81007 cfg80211: simplify netlink socket owner interface deletion by Johannes Berg · 7 years ago
  32. cd50ac0 cfg80211: Fix dfs state propagation for non-DFS center channel by Vasanthakumar Thiagarajan · 8 years ago
  33. 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
  34. bbf67e4 nl80211: Fix enum type of variable in nl80211_put_sta_rate() by Matthias Kaehlcke · 8 years ago
  35. aa1702d cfg80211: Fix array-bounds warning in fragment copy by Matthias Kaehlcke · 8 years ago
  36. 96b08fd nl80211: add request id in scheduled scan event messages by Arend Van Spriel · 8 years ago
  37. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  38. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  39. 1db7759 cfg80211: refactor nl80211 monitor option parsing by Johannes Berg · 8 years ago
  40. 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 8 years ago
  41. b026502 cfg80211: allow leaving MU-MIMO monitor configuration unchanged by Johannes Berg · 8 years ago
  42. a3caf74 cfg80211: Add support for FILS shared key authentication offload by Vidyullatha Kanchanapally · 8 years ago
  43. 5349a0f cfg80211: Use a structure to pass connect response params by Vidyullatha Kanchanapally · 8 years ago
  44. b3ef552 cfg80211: check rdev resume callback only for registered wiphy by Arend Van Spriel · 8 years ago
  45. b6ecfd46 cfg80211: preserve wdev ID across netns changes by Johannes Berg · 8 years ago
  46. 335d534 nl80211: Use signed function for a signed variable by Masashi Honma · 8 years ago
  47. ea90e0d nl80211: fix dumpit error path RTNL deadlocks by Johannes Berg · 8 years ago
  48. 8976672 cfg80211: Share Channel DFS state across wiphys of same DFS domain by Vasanthakumar Thiagarajan · 8 years ago
  49. 34373d1 cfg80211: Disallow moving out of operating DFS channel in non-ETSI by Vasanthakumar Thiagarajan · 8 years ago
  50. b35a51c cfg80211: Make pre-CAC results valid only for ETSI domain by Vasanthakumar Thiagarajan · 8 years ago
  51. 0c1eca4 cfg80211: refactor cfg80211_calculate_bitrate() by Johannes Berg · 8 years ago
  52. d4f2997 cfg80211: combine two nested ifs into a single condition by Johannes Berg · 8 years ago
  53. 4a4b816 cfg80211: Accept multiple RSSI thresholds for CQM by Andrew Zaborowski · 8 years ago
  54. 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
  55. 8585989 cfg80211: fix NAN bands definition by Luca Coelho · 8 years ago
  56. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  57. aad1e81 nl80211: fix validation of scheduled scan info for wowlan netdetect by Arend Van Spriel · 8 years ago
  58. 66cd794 nl80211: add HT/VHT capabilities to AP parameters by Johannes Berg · 8 years ago
  59. a4956dc cfg80211: make rdev assignment clearer in nl80211_testmode_dump() by Luca Coelho · 8 years ago
  60. b699b71 cfg80211 debugfs: Cleanup some checkpatch issues by Pichugin Dmitry · 8 years ago
  61. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  62. fd551ba nl80211: Fix mesh HT operation check by Masashi Honma · 8 years ago
  63. 158f323 net: adjust skb->truesize in pskb_expand_head() by Eric Dumazet · 8 years ago
  64. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. bb60b8b Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  66. 3093ebbeab cfg80211: Specify the reason for connect timeout by Purushottam Kushwaha · 8 years ago
  67. bf95ecd cfg80211: Add support to sched scan to report better BSSs by vamsi krishna · 8 years ago
  68. ab5bb2d cfg80211: Add support for randomizing TA of Public Action frames by vamsi krishna · 8 years ago
  69. 10b2eb6 wext: uninline stream addition functions by Johannes Berg · 8 years ago
  70. 06f7c88 cfg80211: consider VHT opmode on station update by Beni Lev · 8 years ago
  71. 7acec26 cfg80211: wext does not need to set monitor channel in managed mode by Jorge Ramirez-Ortiz · 8 years ago
  72. bd2522b cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT by Andrzej Zaborowski · 8 years ago
  73. 4ef8c1c cfg80211: size various nl80211 messages correctly by Johannes Berg · 8 years ago
  74. e691ac2 cfg80211: support ieee80211-freq-limit DT property by Rafał Miłecki · 8 years ago
  75. 4787cfa cfg80211: move function checking range fit to util.c by Rafał Miłecki · 8 years ago
  76. 343884c cfg80211: only pass sband to set_mandatory_flags_band() by Arend Van Spriel · 8 years ago
  77. 753aacf nl80211: fix sched scan netlink socket owner destruction by Johannes Berg · 8 years ago
  78. 5ec71dd cfg80211: sysfs: use wiphy_name() by Johannes Berg · 8 years ago
  79. 505a2e8 nl80211: rework {sched_,}scan event related functions by Arend Van Spriel · 8 years ago
  80. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  81. b528414 nl80211: multicast_to_unicast can be changed while IFF_UP by Michael Braun · 8 years ago
  82. 5a88de5 nl80211: check NL80211_ATTR_SCHED_SCAN_INTERVAL only once by Arend Van Spriel · 8 years ago
  83. 543b921 cfg80211: get rid of name indirection trick for ieee80211_get_channel() by Arend Van Spriel · 8 years ago
  84. 5ac9efb Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  85. e6f462d cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts by Johannes Berg · 8 years ago
  86. 2fa436b nl80211: Use different attrs for BSSID and random MAC addr in scan req by Vamsi Krishna · 8 years ago
  87. eeb04a9 nl80211: fix logic inversion in start_nan() by Johannes Berg · 8 years ago
  88. 33f8a04 Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  89. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  90. 9853a55 cfg80211: limit scan results cache size by Johannes Berg · 8 years ago
  91. 10f3366 wireless: fix bogus maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  92. 8fdd136 cfg80211: add bitrate for 20MHz MCS 9 by Pedersen, Thomas · 8 years ago
  93. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  94. 32ab0a38 Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  95. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  96. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  97. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  98. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  99. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  100. 088e8df cfg80211: Add support to update connection parameters by vamsi krishna · 8 years ago