]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 12:39:39 +0000 (13:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 12:39:39 +0000 (13:39 +0100)
commitd95905a1d6277df197b9f66a9fa139d15ffc27ad
treef8972d1f2b016a7a5289f348f6b8326c22f9244b
parentd75da9a31173c4fcd37b8f6fb2691083d4ea2297
parentd8314c0dbecbf29297a9bba1bb0d97f4d9d91f1f
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes berg says:

====================
Some fixes:
 * potential use-after-free in CCMP/GCMP RX processing
 * potential use-after-free in TX A-MSDU processing
 * revert to low data rates for no-ack as the commit
   broke other things
 * limit VHT MCS/NSS in radiotap injection
 * drop frames with invalid addresses in IBSS mode
 * check rhashtable_init() return value in mesh
 * fix potentially unaligned access in mesh
 * fix late beacon hrtimer handling in hwsim (syzbot)
 * fix documentation for PTK0 rekeying
====================

Signed-off-by: David S. Miller <davem@davemloft.net>