summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_ps.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01wifi: rtw89: link rtw89_vif and chanctx stuffsZong-Zhe Yang3-11/+50
2022-12-01wifi: rtw89: fw: implement MCC related H2CZong-Zhe Yang2-1/+697
2022-12-01wifi: rtw89: mac: process MCC related C2HZong-Zhe Yang5-0/+280
2022-12-01wifi: rtw89: introduce helpers to wait/complete on conditionZong-Zhe Yang2-0/+60
2022-12-01wifi: rtw89: check if atomic before queuing c2hZong-Zhe Yang4-4/+68
2022-12-01wifi: rtw89: rfk: rename rtw89_mcc_info to rtw89_rfk_mcc_infoZong-Zhe Yang4-19/+19
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih3-1/+33
2022-12-01wifi: rtw89: 8852b: turn off PoP function in monitor modePing-Ke Shih2-0/+9
2022-12-01wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih3-1/+41
2022-12-01wifi: rtw89: enable mac80211 virtual monitor interfaceZong-Zhe Yang1-0/+6
2022-12-01wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bound...Minsuk Kang1-0/+17
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou2-5/+8
2022-11-28wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn1-7/+3
2022-11-28wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith1-1/+1
2022-11-28wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()Ziyang Xuan1-0/+1
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala2-0/+36
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-22wifi: rtw89: fix physts IE page checkZong-Zhe Yang1-1/+1
2022-11-22wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih3-1/+18
2022-11-22wifi: rtw89: switch BANDEDGE and TX_SHAPE based on OFDMA trigger frameEric Huang8-1/+146
2022-11-22wifi: rtw89: read CFO from FD or preamble CFO field of phy status ie_type 1 a...Eric Huang6-2/+12
2022-11-22wifi: rtw89: 8852b: correct TX power controlled by BT-coexistencePing-Ke Shih1-15/+15
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva1-3/+4
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva2-3/+3
2022-11-22wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva1-3/+3
2022-11-22wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter1-2/+4
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi1-5/+2
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi1-19/+34
2022-11-18net: ipa: avoid a null pointer dereferenceAlex Elder1-3/+6
2022-11-18selftests: add a selftest for sctp vrfXin Long3-0/+317
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long2-0/+20
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long8-61/+89
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long3-1/+14
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long1-1/+4
2022-11-18sctp: check ipv6 addr with sk_bound_dev if setXin Long1-3/+11
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long1-3/+6
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu1-2/+0
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2-29/+30
2022-11-18net: ipa: permit GSI firmware loading to be skippedAlex Elder1-4/+12
2022-11-18dt-bindings: net: qcom,ipa: support skipping GSI firmware loadAlex Elder1-0/+2
2022-11-18net: ipa: introduce "qcom,gsi-loader" propertyAlex Elder1-7/+37
2022-11-18net: ipa: encapsulate decision about firmware loadAlex Elder1-8/+31
2022-11-18dt-bindings: net: qcom,ipa: deprecate modem-initAlex Elder1-21/+55
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long4-7/+5
2022-11-18sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1