1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. d7be102 cfg80211: initialize regulatory keys/database later by Johannes Berg · 7 years ago
  3. 4490526 nl80211: don't expose wdev->ssid for most interfaces by Johannes Berg · 7 years ago
  4. 0a833c2 genetlink: fix genlmsg_nlhdr() by Michal Kubecek · 7 years ago
  5. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  6. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  7. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 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
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  11. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  12. 51e1335 cfg80211: fix connect/disconnect edge cases by Johannes Berg · 7 years ago
  13. ae96d33 Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  14. 88230ef cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typo by Arnd Bergmann · 7 years ago
  15. 1188e2a cfg80211: don't print log output for building shipped-certs by Arnd Bergmann · 7 years ago
  16. a67a489 cfg80211: remove set but never used variable cf_offset by Johannes Berg · 7 years ago
  17. df2fd38 Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  18. 90a53e4 cfg80211: implement regdb signature checking by Johannes Berg · 7 years ago
  19. c8c240e cfg80211: reg: remove support for built-in regdb by Johannes Berg · 9 years ago
  20. 1ea4ff3 cfg80211: support reloading regulatory database by Johannes Berg · 7 years ago
  21. 007f6c5 cfg80211: support loading regulatory database as firmware file by Johannes Berg · 9 years ago
  22. 753d179 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago
  23. ad67023 nl80211: Define policy for packet pattern attributes by Peng Xu · 7 years ago
  24. 503c1fb cfg80211/nl80211: add a port authorized event by Avraham Stern · 7 years ago
  25. 1bd773c wireless: set correct mandatory rate flags by Richard Schütz · 7 years ago
  26. 6502600 nl80211: add an option to allow MFP without requiring it by Emmanuel Grumbach · 7 years ago
  27. a6bcda4 cfg80211: remove unused function ieee80211_data_from_8023() by Johannes Berg · 7 years ago
  28. 2d23d07 nl80211: add OCE scan and capability flags by Roee Zamir · 7 years ago
  29. ffa4629 nl80211: return error for invalid center_freq in 40 MHz by Tova Mussai · 7 years ago
  30. 2512b1b mac80211: extend ieee80211_ie_split to support EXTENSION by Liad Kaufman · 7 years ago
  31. 265698d nl80211: fix null-ptr dereference on invalid mesh configuration by Johannes Berg · 7 years ago
  32. e785fa0 nl80211: check for the required netlink attributes presence by Vladis Dronov · 7 years ago
  33. 4e0854a cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS} by Emmanuel Grumbach · 7 years ago
  34. ba83bfb nl80211: look for HT/VHT capabilities in beacon's tail by Igor Mitsyanko · 7 years ago
  35. 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
  36. d7f13f7 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES by Srinivas Dasari · 7 years ago
  37. 8feb69c cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE by Srinivas Dasari · 7 years ago
  38. 0a27844 cfg80211: Check if NAN service ID is of expected size by Srinivas Dasari · 7 years ago
  39. 9361df1 cfg80211: Check if PMKID attribute is of expected size by Srinivas Dasari · 7 years ago
  40. 36a554c nl80211: Don't verify owner_nlportid on NAN commands by Andrei Otcheretianski · 7 years ago
  41. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  43. 68dd02d dev_ioctl: copy only the smaller struct iwreq for wext by Johannes Berg · 7 years ago
  44. 4f39a1f wireless: wext: use struct iwreq earlier in the call chain by Johannes Berg · 7 years ago
  45. 8bfb367 wireless: wext: remove ndo_do_ioctl fallback by Johannes Berg · 7 years ago
  46. f45cbe6 nl80211: add authorized flag to ROAM event by Avraham Stern · 7 years ago
  47. 3a00df5 cfg80211: support 4-way handshake offloading for 802.1X by Avraham Stern · 7 years ago
  48. 91b5ab6 cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK by Eliad Peller · 7 years ago
  49. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago
  50. 1b57b62 cfg80211: make cfg80211_sched_scan_results() work from atomic context by Arend Van Spriel · 7 years ago
  51. 8d9de16 wireless: Require HANDLE_DFS flag to switch channel for non-AP mode by Benjamin Berg · 7 years ago
  52. d37d49c wireless: Only join DFS channels in mesh mode if userspace flags support by Benjamin Berg · 7 years ago
  53. ca8fe25 cfg80211: improve warnings in VHT rate calculation by Johannes Berg · 7 years ago
  54. 5667c86 mac80211: strictly check mesh address extension mode by Rajkumar Manoharan · 7 years ago
  55. 4954601 nl80211: correctly validate MU-MIMO groups by Johannes Berg · 7 years ago
  56. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 7 years ago
  57. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 7 years ago
  58. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 7 years ago
  59. 3007e35 nl80211: add support for BSSIDs in scheduled scan matchsets by Arend Van Spriel · 7 years ago
  60. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 7 years ago
  61. ab81007 cfg80211: simplify netlink socket owner interface deletion by Johannes Berg · 7 years ago
  62. cd50ac0 cfg80211: Fix dfs state propagation for non-DFS center channel by Vasanthakumar Thiagarajan · 7 years ago
  63. 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 · 7 years ago
  64. bbf67e4 nl80211: Fix enum type of variable in nl80211_put_sta_rate() by Matthias Kaehlcke · 7 years ago
  65. aa1702d cfg80211: Fix array-bounds warning in fragment copy by Matthias Kaehlcke · 7 years ago
  66. 96b08fd nl80211: add request id in scheduled scan event messages by Arend Van Spriel · 7 years ago
  67. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 7 years ago
  68. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  69. 1db7759 cfg80211: refactor nl80211 monitor option parsing by Johannes Berg · 7 years ago
  70. 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 7 years ago
  71. b026502 cfg80211: allow leaving MU-MIMO monitor configuration unchanged by Johannes Berg · 7 years ago
  72. a3caf74 cfg80211: Add support for FILS shared key authentication offload by Vidyullatha Kanchanapally · 7 years ago
  73. 5349a0f cfg80211: Use a structure to pass connect response params by Vidyullatha Kanchanapally · 7 years ago
  74. b3ef552 cfg80211: check rdev resume callback only for registered wiphy by Arend Van Spriel · 7 years ago
  75. b6ecfd46 cfg80211: preserve wdev ID across netns changes by Johannes Berg · 8 years ago
  76. 335d534 nl80211: Use signed function for a signed variable by Masashi Honma · 8 years ago
  77. ea90e0d nl80211: fix dumpit error path RTNL deadlocks by Johannes Berg · 8 years ago
  78. 8976672 cfg80211: Share Channel DFS state across wiphys of same DFS domain by Vasanthakumar Thiagarajan · 8 years ago
  79. 34373d1 cfg80211: Disallow moving out of operating DFS channel in non-ETSI by Vasanthakumar Thiagarajan · 8 years ago
  80. b35a51c cfg80211: Make pre-CAC results valid only for ETSI domain by Vasanthakumar Thiagarajan · 8 years ago
  81. 0c1eca4 cfg80211: refactor cfg80211_calculate_bitrate() by Johannes Berg · 8 years ago
  82. d4f2997 cfg80211: combine two nested ifs into a single condition by Johannes Berg · 8 years ago
  83. 4a4b816 cfg80211: Accept multiple RSSI thresholds for CQM by Andrew Zaborowski · 8 years ago
  84. 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
  85. 8585989 cfg80211: fix NAN bands definition by Luca Coelho · 8 years ago
  86. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  87. aad1e81 nl80211: fix validation of scheduled scan info for wowlan netdetect by Arend Van Spriel · 8 years ago
  88. 66cd794 nl80211: add HT/VHT capabilities to AP parameters by Johannes Berg · 8 years ago
  89. a4956dc cfg80211: make rdev assignment clearer in nl80211_testmode_dump() by Luca Coelho · 8 years ago
  90. b699b71 cfg80211 debugfs: Cleanup some checkpatch issues by Pichugin Dmitry · 8 years ago
  91. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  92. fd551ba nl80211: Fix mesh HT operation check by Masashi Honma · 8 years ago
  93. 158f323 net: adjust skb->truesize in pskb_expand_head() by Eric Dumazet · 8 years ago
  94. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. 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
  96. 3093ebbeab cfg80211: Specify the reason for connect timeout by Purushottam Kushwaha · 8 years ago
  97. bf95ecd cfg80211: Add support to sched scan to report better BSSs by vamsi krishna · 8 years ago
  98. ab5bb2d cfg80211: Add support for randomizing TA of Public Action frames by vamsi krishna · 8 years ago
  99. 10b2eb6 wext: uninline stream addition functions by Johannes Berg · 8 years ago
  100. 06f7c88 cfg80211: consider VHT opmode on station update by Beni Lev · 8 years ago