summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: mac80211: move radar detect work to wiphy workJohannes Berg3-10/+11
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg6-15/+16
2023-09-11wifi: mac80211: add more ops assertionsJohannes Berg2-0/+36
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg6-17/+15
2023-09-11wifi: mac80211: flush wiphy work where appropriateJohannes Berg2-0/+2
2023-09-11wifi: cfg80211: add flush functions for wiphy workJohannes Berg4-5/+57
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg6-17/+27
2023-09-11wifi: mac80211: lock wiphy for aggregation debugfsJohannes Berg1-1/+3
2023-09-11wifi: mac80211: hold wiphy lock in netdev/link debugfsJohannes Berg1-33/+90
2023-09-11wifi: mac80211: debugfs: lock wiphy instead of RTNLJohannes Berg1-3/+3
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg5-50/+78
2023-09-11wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer3-5/+11
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg5-10/+25
2023-09-11wifi: mac80211: tx: clarify conditions in if statementJohannes Berg1-3/+4
2023-09-07ssb: Fix division by zero issue in ssb_calc_clock_rateRand Deeb1-1/+1
2023-09-07wifi: rtw89: 8922a: set memory heap address for secure firmwarePing-Ke Shih2-0/+6
2023-09-07wifi: rtw89: fw: refine download flow to support variant firmware suitsPing-Ke Shih1-19/+65
2023-09-07wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading ...Ping-Ke Shih6-0/+20
2023-09-07wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmwarePing-Ke Shih12-14/+31
2023-09-07wifi: rtw89: fw: add checking type for variant type of firmwarePing-Ke Shih6-15/+45
2023-09-07wifi: rtw89: fw: implement supported functions of download firmware for WiFi ...Ping-Ke Shih2-0/+238
2023-09-07wifi: rtw89: fw: generalize download firmware flow by mac_gen pointersPing-Ke Shih3-18/+29
2023-09-07wifi: rtw89: fw: move polling function of firmware path ready to an individua...Ping-Ke Shih4-9/+17
2023-09-07wifi: rtw89: mcc: trigger FW to start/stop MCCZong-Zhe Yang1-0/+173
2023-09-07wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap()Zong-Zhe Yang2-2/+2
2023-09-07wifi: rtw89: mcc: decide pattern and calculate parametersZong-Zhe Yang2-0/+235
2023-09-07wifi: rtw89: mcc: consider and determine BT durationZong-Zhe Yang1-0/+169
2023-09-07wifi: rtw89: mcc: fill fundamental configurationsZong-Zhe Yang3-0/+187
2023-09-07wifi: rtw89: mcc: initialize start flowZong-Zhe Yang4-0/+502
2023-09-04wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracyKuan-Chung Chen3-23/+46
2023-09-04wifi: rtw89: 8852c: Update bandedge parameters for better performanceKuan-Chung Chen3-3/+15
2023-09-04wifi: plfxlc: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-09-04wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as testedZenm Chen1-0/+1
2023-09-04wifi: rtw88: fix typo rtw8822cu_probePo-Hao Huang1-2/+2
2023-08-26Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski11-64/+210
2023-08-26doc/netlink: Add delete operation to ovs_vport specDonald Hunter1-1/+12
2023-08-26tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski1-10/+20
2023-08-26Merge branch 'stmmac-cleanups'Jakub Kicinski9-39/+70
2023-08-26net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)1-6/+7
2023-08-26net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)1-1/+1
2023-08-26net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)2-10/+10
2023-08-26net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)2-3/+9
2023-08-26net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)2-0/+7
2023-08-26net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)1-21/+14
2023-08-26net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)1-2/+4
2023-08-26net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)1-4/+5
2023-08-26net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)4-5/+6
2023-08-26net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2-0/+20
2023-08-26veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen1-3/+2
2023-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski104-4212/+3719