summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-20wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY capHoward Hsu1-4/+5
2023-11-20wifi: mt76: mt7996: fix beamform mcu cmd configurationHoward Hsu1-2/+2
2023-11-20wifi: mt76: mt7996: set correct wcid in txpPeter Chiu2-5/+5
2023-11-20wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau6-24/+4
2023-11-20wifi: mt76: connac: move connac3 definitions in mt76_connac3_mac.hLorenzo Bianconi2-314/+326
2023-11-20wifi: mt76: mt7603: improve stuck beacon handlingFelix Fietkau2-21/+60
2023-11-20wifi: mt76: mt7603: improve watchdog reset reliablityFelix Fietkau1-17/+12
2023-11-20wifi: mt76: mt7603: rework/fix rx pse hang checkFelix Fietkau2-7/+18
2023-11-20cpufreq: tegra194: fix warning due to missing opp_putSumit Gupta1-0/+2
2023-11-20PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()Raag Jadav1-14/+29
2023-11-20wifi: mac80211: fix check for unusable RX resultJohannes Berg2-1/+4
2023-11-20wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-11-20wifi: ath12k: fix DMA unmap warning on NULL DMA addressBaochen Qiang1-2/+5
2023-11-20wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan1-2/+2
2023-11-20net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 SoCLorenzo Bianconi1-2/+2
2023-11-20net: spider_net: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-11-20tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva1-2/+2
2023-11-20tls: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-11-20mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi1-0/+4
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-11-20selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov1-0/+5
2023-11-20udplite: fix various data-racesEric Dumazet4-23/+27
2023-11-20udplite: remove UDPLITE_BITEric Dumazet3-5/+2
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet6-15/+17
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet5-20/+12
2023-11-20udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2-8/+10
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet4-7/+7
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet3-10/+10
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet3-9/+9
2023-11-20udp: introduce udp->udp_flagsEric Dumazet3-16/+30
2023-11-20wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang4-8/+32
2023-11-20bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong1-26/+209
2023-11-20bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong1-29/+6
2023-11-20selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang1-16/+16
2023-11-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-11-20wifi: iwlwifi: don't use an uninitialized variableMiri Korenblit1-3/+0
2023-11-20wifi: iwlwifi: honor the enable_ini valueEmmanuel Grumbach4-36/+25
2023-11-20wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg1-1/+1
2023-11-20wifi: cfg80211: fix off-by-one in element defragJohannes Berg1-2/+2
2023-11-20wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg1-1/+1
2023-11-20wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg3-8/+10
2023-11-20wifi: mac80211: move offchannel works to wiphy workJohannes Berg3-23/+23
2023-11-20wifi: mac80211: move scan work to wiphy workJohannes Berg5-25/+18
2023-11-20wifi: mac80211: move radar detect work to wiphy workJohannes Berg3-10/+11
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg4-5/+57