summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau8-12/+13
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1
2022-05-13mt76: mt7915: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1
2022-05-13mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau1-2/+4
2022-05-13mt76: reduce tx queue lock hold timeFelix Fietkau1-6/+8
2022-05-13mt76: mt7915: rework hardware/phy initializationFelix Fietkau3-43/+78
2022-05-13mt76: mt7915: fix DBDC default band selection on MT7915DFelix Fietkau1-0/+2
2022-05-13rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu1-1/+1
2022-05-11wfx: use container_of() to get vifJaehee Park7-40/+68
2022-05-11rtw89: add debug entry to dump BSSID CAMPing-Ke Shih2-0/+2
2022-05-11rtw89: add debug select to dump MAC pages 0x30 to 0x33Ping-Ke Shih2-0/+6
2022-05-11rtw89: correct CCA controlPing-Ke Shih1-2/+3
2022-05-11rtw89: correct setting of RX MPDU lengthPing-Ke Shih1-5/+5
2022-05-11rtw89: 8852c: add settings to decrease the effect of DCHsuan Hung2-5/+72
2022-05-11ssb: remove unreachable codeJiapeng Chong1-1/+0
2022-05-11brcmfmac: allow setting wlan MAC address using device treePavel Löbl4-7/+24
2022-05-11wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh1-3/+4
2022-05-11wilc1000: use 'u64' datatype for cookie variableAjay Singh1-1/+1
2022-05-11wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh1-2/+2
2022-05-11wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh1-1/+1
2022-05-11wilc1000: increase firmware version array sizeAjay Singh1-1/+2
2022-05-09bcma: gpio: Switch to use fwnode instead of of_nodeAndy Shevchenko1-3/+4
2022-05-09rtw88: adjust adaptivity option to 1Chin-Yen Lee1-1/+1
2022-05-06wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller3-18/+39
2022-05-06qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski2-4/+4
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski5-10/+10
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski1-6/+4
2022-05-04mac80211: support disabling EHT modeMuna Sinada1-0/+3
2022-05-04cfg80211: support disabling EHT modeMuna Sinada3-0/+11
2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua1-2/+0
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih1-7/+9
2022-05-04cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4
2022-05-04nl80211: rework internal_flags usageJohannes Berg1-145/+199
2022-05-04nl80211: don't hold RTNL in color change requestJohannes Berg1-2/+1
2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg4-113/+3
2022-05-04rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2-2/+25
2022-05-04rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih1-7/+5
2022-05-04rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih1-2/+1
2022-05-04rtw89: correct AID settings of beamformeePing-Ke Shih2-0/+9
2022-05-04rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih1-1/+2
2022-05-04rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih1-3/+77
2022-05-04rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih1-0/+64
2022-05-04rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih3-0/+20
2022-05-04wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa4-4/+11
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski298-4104/+43484
2022-05-04netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2-20/+36
2022-05-04selftests: forwarding: add basic QoS classification test for Ocelot switchesVladimir Oltean1-0/+253
2022-05-04Merge branch 'mptcp-userspace-path-manager-prerequisites'Jakub Kicinski8-20/+81
2022-05-04mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor1-2/+10