summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-19bonding: do not assume skb mac_header is setEric Dumazet1-1/+1
2023-07-19netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-19netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-07-19net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-07-19igc: Work around HW bug causing missing timestampsVinicius Costa Gomes1-11/+37
2023-07-19igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes3-12/+7
2023-07-19igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes3-5/+43
2023-07-19igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-07-19can: kvaser_pciefd: Set hardware timestamp on transmitted packetsJimmy Assarsson1-2/+10
2023-07-19can: kvaser_pciefd: Add function to set skb hwtstampsJimmy Assarsson1-17/+10
2023-07-19can: length: fix bitstuffing countVincent Mailhol1-6/+8
2023-07-19bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2-30/+48
2023-07-19bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever1-6/+18
2023-07-19bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever1-3/+60
2023-07-19wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-07-19wifi: iwlwifi: mvm: check only affected linksJohannes Berg1-1/+2
2023-07-19wifi: iwlwifi: mvm: indicate HW decrypt for beacon protectionJohannes Berg1-3/+6
2023-07-19mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut4-8/+38
2023-07-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson2-16/+20
2023-07-19watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen2-1/+68
2023-07-19watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson7-82/+81
2023-07-19watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson3-62/+78
2023-07-19watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen3-8/+5
2023-07-19watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-07-19mm: move mm_count into its own cache lineMathieu Desnoyers1-8/+15
2023-07-19wifi: ieee80211: Fix the common size calculation for reconfiguration MLIlan Peer1-4/+1
2023-07-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg3-32/+11
2023-07-19wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg1-143/+11
2023-07-19wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg1-89/+124
2023-07-19wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari1-3/+1
2023-07-19wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_han...Anjaneyulu1-2/+3
2023-07-19wifi: iwlwifi: pull from TXQs with softirqs disabledJohannes Berg1-1/+4
2023-07-19wifi: iwlwifi: mvm: correctly access HE/EHT sband capaJohannes Berg1-20/+26
2023-07-19wifi: iwlwifi: mvm: add support for Extra EHT LTFGregory Greenman4-0/+20
2023-07-19wifi: mac80211: add helpers to access sband iftype dataJohannes Berg8-43/+66
2023-07-19wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang1-1/+1
2023-07-19wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang1-0/+1
2023-07-19wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang1-0/+1
2023-07-19wifi: ath11k: Add missing check for ioremapJiasheng Jiang1-0/+5
2023-07-19rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-07-19wifi: iwlwifi: fw: print PC register value instead of addressMukesh Sisodiya1-1/+6
2023-07-19wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_initMukesh Sisodiya1-0/+2
2023-07-19wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer1-1/+1
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman2-29/+79
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman3-5/+128
2023-07-19wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2023-07-19selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman1-11/+13
2023-07-19memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann1-3/+1
2023-07-19mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson1-1/+1
2023-07-19kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2