mbox series

pull-request: wireless-2022-11-28

Message ID 20221128113513.6F459C433C1@smtp.kernel.org
State New
Headers show
Series pull-request: wireless-2022-11-28 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-11-28

Message

Kalle Valo Nov. 28, 2022, 11:35 a.m. UTC
Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit 91018bbcc664b6c9410ddccacd2239a4acadcfc9:

  Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2022-11-03 21:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-11-28

for you to fetch changes up to 3e8f7abcc3473bc9603323803aeaed4ffcc3a2ab:

  wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration (2022-11-25 12:45:53 +0100)

----------------------------------------------------------------
wireless fixes for v6.1

Third, and hopefully final, set of fixes for v6.1. We are marking the
rsi driver as orphan, have some Information Element parsing fixes to
wilc1000 driver and three small fixes to the stack.

----------------------------------------------------------------
Johannes Berg (2):
      wifi: cfg80211: fix buffer overflow in elem comparison
      wifi: cfg80211: don't allow multi-BSSID in S1G

Lorenzo Bianconi (1):
      wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration

Marek Vasut (1):
      MAINTAINERS: mark rsi wifi driver as orphan

Phil Turnbull (4):
      wifi: wilc1000: validate pairwise and authentication suite offsets
      wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
      wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
      wifi: wilc1000: validate number of channels

 MAINTAINERS                                        |  4 +--
 drivers/net/wireless/microchip/wilc1000/cfg80211.c | 39 +++++++++++++++++-----
 drivers/net/wireless/microchip/wilc1000/hif.c      | 21 +++++++++---
 net/mac80211/airtime.c                             |  3 ++
 net/wireless/scan.c                                | 10 ++++--
 5 files changed, 58 insertions(+), 19 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 29, 2022, 2:20 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 28 Nov 2022 11:35:13 +0000 (UTC) you wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
> 
> Kalle
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2022-11-28
    https://git.kernel.org/netdev/net/c/02f248ead36a

You are awesome, thank you!