]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kerne...
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 9 Oct 2019 02:31:01 +0000 (19:31 -0700)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 9 Oct 2019 02:31:01 +0000 (19:31 -0700)
commitb3033f383f20dc69bdb4f7e28e6f8b372b7054dd
tree5016fb211dc9514ac82719c73f766b49d14d17b2
parent15799b3f0953b1869d2c09806194df16c85bb09b
parent5f329b225c0da27bf0d2c787e71a9bdcb9938b10
Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
A number of fixes:
 * allow scanning when operating on radar channels in
   ETSI regdomains
 * accept deauth frames in IBSS - we have code to parse
   and handle them, but were dropping them early
 * fix an allocation failure path in hwsim
 * fix a failure path memory leak in nl80211 FTM code
 * fix RCU handling & locking in multi-BSSID parsing
 * reject malformed SSID in mac80211 (this shouldn't
   really be able to happen, but defense in depth)
 * avoid userspace buffer overrun in ancient wext code
   if SSID was too long
====================

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>