summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-102-16/+62
* net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-101-1/+1
* net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET2024-04-101-1/+1
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-101-5/+5
* KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon2024-04-101-4/+7
* x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)2024-04-101-1/+4
* bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-101-0/+6
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-101-1/+2
* netfilter: validate user input for expected lengthEric Dumazet2024-04-104-0/+18
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-101-4/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-101-2/+7
* netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-101-0/+1
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-101-0/+3
* x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-04-103-10/+22
* x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf2024-04-101-21/+10
* x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf2024-04-104-86/+109
* x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf2024-04-101-3/+2
* vsock/virtio: fix packet delivery to tap deviceMarco Pinna2024-04-101-1/+2
* net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang2024-04-102-2/+1
* net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez2024-04-101-0/+2
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-101-1/+1
* xen-netfront: Add missing skb_mark_for_recycleJesper Dangaard Brouer2024-04-101-0/+1
* selftests: mptcp: join: fix dev in check_endpointGeliang Tang2024-04-101-1/+3
* netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-101-5/+8
* netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-101-5/+10
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-04-101-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-04-101-0/+25
* Bluetooth: add quirk for broken address propertiesJohan Hovold2024-04-102-1/+13
* Bluetooth: qca: fix device-address endiannessJohan Hovold2024-04-102-2/+16
* arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold2024-04-101-0/+2
* Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold2024-04-101-12/+1
* x86/bpf: Fix IP after emitting call depth accountingUros Bizjak2024-04-101-1/+1
* x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2024-04-102-0/+4
* r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-101-0/+9
* selinux: avoid dereference of garbage after mount failureChristian Göttsche2024-04-101-5/+7
* KVM: arm64: Fix host-programmed guest events in nVHEOliver Upton2024-04-101-1/+1
* RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel2024-04-101-3/+18
* RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel2024-04-101-3/+13
* gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski2024-04-101-6/+32
* modpost: do not make find_tosym() return NULLMasahiro Yamada2024-04-101-2/+5
* modpost: Optimize symbol search from linear to binary searchJack Brennen2024-04-104-66/+232
* perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-04-104-8/+21
* x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-04-104-5/+9
* perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-04-101-3/+17
* x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2024-04-103-7/+9
* x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)2024-04-101-5/+1
* x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)2024-04-101-9/+3
* x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)2024-04-101-13/+3
* x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)2024-04-101-5/+5
* x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)2024-04-101-9/+15