summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei-0/+4
2026-04-23selftests: ublk: add ublk auto integrity testCaleb Sander Mateos-0/+104
2026-04-23selftests: ublk: enable test_integrity_02.sh on fio 3.42Caleb Sander Mateos-2/+3
2026-04-23selftests: ublk: remove unused argument to _cleanupCaleb Sander Mateos-55/+55
2026-04-23Merge branch 'net-mana-fix-probe-remove-error-path-bugs'Paolo Abeni-15/+20
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela-1/+2
2026-04-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela-2/+2
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao-0/+2
2026-04-23Merge branch 'net-airoha-fix-null-pointer-derefrences-in-airoha_qdma_cleanup'Paolo Abeni-10/+15
2026-04-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi-3/+8
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi-7/+7
2026-04-238021q: delete cleared egress QoS mappingsLongxuan Yu-10/+14
2026-04-238021q: use RCU for egress QoS mappingsLongxuan Yu-32/+46
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-89/+136
2026-04-23Revert "ALSA: pcmtest: fix reference leak on failed device registration"Takashi Iwai-3/+1
2026-04-23net: dsa: realtek: rtl8365mb: fix mode mask calculationMieczyslaw Nalewaj-1/+1
2026-04-23locking/mutex: Fix ww_mutex wait_list operationsPeter Zijlstra-15/+59
2026-04-23Merge tag 'amlogic-fixes-v7.1-rc' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-9/+20
2026-04-23dma-buf: fix stale @lock references in struct dma_buf documentationXiang Gao-2/+2
2026-04-23Merge tag 'asoc-fix-v7.1-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai-1435/+2556
2026-04-23Merge branch 'net-airoha-fix-airoha_qdma_cleanup_tx_queue-processing'Paolo Abeni-6/+34
2026-04-23net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()Lorenzo Bianconi-2/+30
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx()Lorenzo Bianconi-4/+4
2026-04-23Merge tag 'drm-intel-next-fixes-2026-04-22' of https://gitlab.freedesktop.org...Dave Airlie-1/+1
2026-04-23crypto: authencesn - reject short ahash digests during instance creationYucheng Lu-0/+5
2026-04-23selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArchTiezhu Yang-4/+4
2026-04-23LoongArch: BPF: Add fsession support for trampolinesHengqi Chen-10/+66
2026-04-23LoongArch: BPF: Introduce emit_store_stack_imm64() helperHengqi Chen-11/+13
2026-04-22net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet-22/+32
2026-04-22net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet-10/+21
2026-04-22net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet-1/+2
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet-20/+20
2026-04-22net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet-9/+10
2026-04-22Merge branch 'intel-wired-lan-driver-updates-2026-04-20-ice'Jakub Kicinski-33/+269
2026-04-22ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller-2/+8
2026-04-22ice: fix ready bitmap check for non-E822 devicesJacob Keller-26/+136
2026-04-22ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka-1/+93
2026-04-22ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka-4/+32
2026-04-22net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito-0/+14
2026-04-22seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer-1/+2
2026-04-22sctp: fix sockets_allocated imbalance after sk_clone()Xin Long-1/+2
2026-04-22Merge branch 'bnge-fixes'Jakub Kicinski-24/+22
2026-04-22bnge: remove unsupported backing store typeVikas Gupta-16/+0
2026-04-22bnge: fix initial HWRM sequenceVikas Gupta-8/+22
2026-04-22docs: maintainer-netdev: fix typo in "targeting"Ariful Islam Shoikot-1/+1
2026-04-22net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen-8/+13