summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer2023-09-113-5/+11
* wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg2023-09-115-10/+25
* wifi: mac80211: tx: clarify conditions in if statementJohannes Berg2023-09-111-3/+4
* ssb: Fix division by zero issue in ssb_calc_clock_rateRand Deeb2023-09-071-1/+1
* wifi: rtw89: 8922a: set memory heap address for secure firmwarePing-Ke Shih2023-09-072-0/+6
* wifi: rtw89: fw: refine download flow to support variant firmware suitsPing-Ke Shih2023-09-071-19/+65
* wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading ...Ping-Ke Shih2023-09-076-0/+20
* wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmwarePing-Ke Shih2023-09-0712-14/+31
* wifi: rtw89: fw: add checking type for variant type of firmwarePing-Ke Shih2023-09-076-15/+45
* wifi: rtw89: fw: implement supported functions of download firmware for WiFi ...Ping-Ke Shih2023-09-072-0/+238
* wifi: rtw89: fw: generalize download firmware flow by mac_gen pointersPing-Ke Shih2023-09-073-18/+29
* wifi: rtw89: fw: move polling function of firmware path ready to an individua...Ping-Ke Shih2023-09-074-9/+17
* wifi: rtw89: mcc: trigger FW to start/stop MCCZong-Zhe Yang2023-09-071-0/+173
* wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap()Zong-Zhe Yang2023-09-072-2/+2
* wifi: rtw89: mcc: decide pattern and calculate parametersZong-Zhe Yang2023-09-072-0/+235
* wifi: rtw89: mcc: consider and determine BT durationZong-Zhe Yang2023-09-071-0/+169
* wifi: rtw89: mcc: fill fundamental configurationsZong-Zhe Yang2023-09-073-0/+187
* wifi: rtw89: mcc: initialize start flowZong-Zhe Yang2023-09-074-0/+502
* wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracyKuan-Chung Chen2023-09-043-23/+46
* wifi: rtw89: 8852c: Update bandedge parameters for better performanceKuan-Chung Chen2023-09-043-3/+15
* wifi: plfxlc: fix clang-specific fortify warningDmitry Antipov2023-09-041-1/+1
* wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as testedZenm Chen2023-09-041-0/+1
* wifi: rtw88: fix typo rtw8822cu_probePo-Hao Huang2023-09-041-2/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-08-2611-64/+210
|\
| * e1000e: Add support for the next LOM generationSasha Neftin2023-08-245-0/+17
| * igc: Decrease PTM short interval from 10 us to 1 usSasha Neftin2023-08-241-1/+1
| * igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes2023-08-246-63/+192
* | doc/netlink: Add delete operation to ovs_vport specDonald Hunter2023-08-261-1/+12
* | tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski2023-08-261-10/+20
* | Merge branch 'stmmac-cleanups'Jakub Kicinski2023-08-269-39/+70
|\ \
| * | net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)2023-08-261-6/+7
| * | net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)2023-08-261-1/+1
| * | net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)2023-08-262-10/+10
| * | net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)2023-08-262-3/+9
| * | net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)2023-08-262-0/+7
| * | net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)2023-08-261-21/+14
| * | net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)2023-08-261-2/+4
| * | net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)2023-08-261-4/+5
| * | net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)2023-08-264-5/+6
| * | net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-262-0/+20
|/ /
* | veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen2023-08-261-3/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-26104-4212/+3719
|\ \
| * \ Merge branch 'bpf-refcount-followups-3-bpf_mem_free_rcu-refcounted-nodes'Alexei Starovoitov2023-08-257-14/+165
| |\ \
| | * | selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2023-08-252-0/+99
| | * | bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky2023-08-252-6/+5
| | * | bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky2023-08-252-2/+14
| | * | bpf: Reenable bpf_refcount_acquireDave Marchevsky2023-08-252-4/+27
| | * | bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesDave Marchevsky2023-08-251-1/+5
| | * | bpf: Consider non-owning refs trustedDave Marchevsky2023-08-251-1/+1
| | * | bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...Dave Marchevsky2023-08-251-0/+14
| |/ /