summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Linux 5.10.149v5.10.149Greg Kroah-Hartman1-1/+1
2022-10-17wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg4-2/+15
2022-10-17wifi: mac80211: don't parse mbssid in assoc responseJohannes Berg1-2/+2
2022-10-17mac80211: mlme: find auth challenge directlyJohannes Berg3-11/+6
2022-10-17Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin1-4/+6
2022-10-15Linux 5.10.148v5.10.148Greg Kroah-Hartman1-1/+1
2022-10-15misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie1-0/+5
2022-10-15misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie1-6/+23
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-10-15Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-10-15wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg1-11/+20
2022-10-15wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg1-5/+7
2022-10-15wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg1-0/+2
2022-10-15wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg1-0/+9
2022-10-15wifi: cfg80211: fix BSS refcounting bugsJohannes Berg1-13/+14
2022-10-15wifi: cfg80211: ensure length byte is present before accessJohannes Berg1-2/+4
2022-10-15wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2-0/+4
2022-10-15wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg1-1/+1
2022-10-15random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld1-7/+11
2022-10-15random: avoid reading two cache lines on irq randomnessJason A. Donenfeld1-1/+1
2022-10-15USB: serial: qcserial: add new usb-id for Dell branded EM7455Frank Wunderlich1-0/+1
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds2-9/+10
2022-10-15efi: Correct Macmini DMI match in uefi cert quirkOrlando Chamberlain1-1/+1
2022-10-15ALSA: hda: Fix position reporting on PoulsboTakashi Iwai1-1/+2
2022-10-15random: clamp credited irq bits to maximum mixedJason A. Donenfeld1-1/+1
2022-10-15random: restore O_NONBLOCK supportJason A. Donenfeld2-2/+7
2022-10-15Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5"Sasha Levin3-185/+189
2022-10-15rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski2-3/+3
2022-10-15USB: serial: ftdi_sio: fix 300 bps rate for SIOJohan Hovold1-2/+1
2022-10-15usb: mon: make mmapped memory read onlyTadeusz Struk1-0/+5
2022-10-15mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris1-1/+2
2022-10-15mmc: core: Replace with already defined values for readabilityChanWoo Lee1-1/+1
2022-10-15drm/amd/display: skip audio setup when audio stream is enabledzhikzhai1-2/+4
2022-10-15drm/amd/display: update gamut remap if plane has changedHugo Hu1-0/+1
2022-10-15net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie1-3/+0
2022-10-15arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow2-1/+9
2022-10-15um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-10-15um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub1-3/+2
2022-10-15ALSA: hda/hdmi: Fix the converter reuse for the silent streamJaroslav Kysela1-0/+1
2022-10-15net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2-19/+60
2022-10-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren1-5/+0
2022-10-15ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomerSergei Antonov3-5/+5
2022-10-15dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...Swati Agarwal1-1/+5
2022-10-15dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores propertySwati Agarwal1-1/+1
2022-10-15dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handlingSwati Agarwal1-6/+7
2022-10-15firmware: arm_scmi: Add SCMI PM driver remove routineCristian Marussi1-0/+20
2022-10-15compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers3-9/+24
2022-10-15fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu1-4/+3
2022-10-15powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0
2022-10-15mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34