summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-09wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König1-1/+1
2023-06-09wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2-9/+5
2023-06-09wifi: ath10k: Drop checks that are always falseUwe Kleine-König1-9/+0
2023-06-09wifi: ath10k: Drop cleaning of driver data from probe error path and removeUwe Kleine-König1-3/+0
2023-06-01wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2-9/+7
2023-06-01wifi: ath11k: Add HTT stats for PHY reset caseNidhi Jain2-0/+157
2023-06-01wifi: ath11k: Allow ath11k to boot without caldata in ftm modeSowmiya Sree Elavalagan1-1/+9
2023-06-01wifi: ath11k: factory test mode supportGovindaraj Saminathan12-21/+444
2023-06-01wifi: ath11k: remove unused function ath11k_tm_event_wmi()Govindaraj Saminathan2-70/+2
2023-06-01wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855Wen Gong1-13/+40
2023-05-26wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatoryP Praneesh2-35/+68
2023-05-25wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-05-25wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-05-25wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2023-05-17Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-152/+545
2023-05-17wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan1-2/+61
2023-05-17wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan1-15/+15
2023-05-17wifi: ath12k: increase vdev setup timeoutAishwarya R2-1/+4
2023-05-17wifi: rtw89: 8851b: rfk: add TSSIPing-Ke Shih2-0/+621
2023-05-17wifi: rtw89: 8851b: rfk: add DPKPing-Ke Shih3-0/+1064
2023-05-17wifi: rtw89: 8851b: rfk: add RX DCKPing-Ke Shih3-0/+113
2023-05-17wifi: rtw89: 8851b: add to parse efuse contentPing-Ke Shih2-0/+269
2023-05-17wifi: rtw89: 8851b: add set channel functionPing-Ke Shih2-0/+717
2023-05-17wifi: rtw89: 8851b: add basic power on functionPing-Ke Shih3-0/+346
2023-05-17wifi: rtw89: 8851b: add BT coexistence support functionPing-Ke Shih2-0/+364
2023-05-17wifi: rtw89: 8851b: configure GPIO according to RFE typePing-Ke Shih7-0/+86
2023-05-17wifi: rtw89: 8851b: add to read efuse version to recognize hardware version BPing-Ke Shih2-0/+22
2023-05-15wifi: rtl8xxxu: Rename some registersBitterblue Smith7-83/+83
2023-05-15wifi: rtl8xxxu: Support new chip RTL8192FUBitterblue Smith9-31/+2263
2023-05-15wifi: brcmfmac: wcc: Add debug messagesMatthias Brugger1-2/+2
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller43-300/+3488
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)1-5/+6
2023-05-13net: fec: using the standard return codes when xdp xmit errorsShenwei Wang1-3/+3
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2-3/+10
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin2-5/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin12-51/+36
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin1-2/+19
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli1-0/+14
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli3-3/+340
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-2/+3
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree4-16/+41
2023-05-12sfc: support TC decap rules matching on enc_ip_tosEdward Cree2-36/+133
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree4-7/+20
2023-05-12sfc: release encap match in efx_tc_flow_free()Edward Cree1-17/+15
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman1-3/+5
2023-05-12ipvlan: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-05-12octeontx2-pf: mcs: Offload extended packet number(XPN) featureSubbaraya Sundeep2-19/+75
2023-05-12net: samsung: sxgbe: Make sxgbe_drv_remove() return voidUwe Kleine-König3-6/+5