summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-28lib/fonts: Fix bit position when rotating by 180 degreesThomas Zimmermann1-1/+1
2026-04-28fbdev: defio: Remove duplicate include of linux/module.hChen Ni1-1/+0
2026-04-28fbdev: ipu-v3: clean up kernel-doc warningsRandy Dunlap1-5/+11
2026-04-28net: mctp i2c: check length before marking flow activeWilliam A. Kennington III2-3/+5
2026-04-28efi: pstore: Drop efivar lock when efi_pstore_open() returns with an errorThomas Huth1-1/+3
2026-04-28efivarfs: use QSTR() in efivarfs_alloc_dentryThorsten Blum1-4/+1
2026-04-28net: stmmac: Prevent NULL deref when RX memory exhaustedSam Edwards1-7/+12
2026-04-28net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer2-0/+18
2026-04-28drm/udl: Increase GET_URB_TIMEOUTShixiong Ou2-3/+5
2026-04-28ASoC: Intel: bytcr_wm5102: Fix MCLK leak on platform_clock_control errorCássio Gabriel1-0/+1
2026-04-28Merge tag 'ath-current-20260427' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg5-31/+54
2026-04-28wifi: rsi: fix kthread lifetime race between self-exit and external-stopJeongjun Park1-3/+2
2026-04-28sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu1-0/+1
2026-04-28sched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot1-13/+14
2026-04-28sched/fair: Fix the negative lag increase fixPeter Zijlstra1-5/+10
2026-04-28ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3()Takashi Iwai1-0/+2
2026-04-28ALSA: usb-audio: Fix potential leak of pd at parsing UAC3 streamsTakashi Iwai3-38/+25
2026-04-28ALSA: caiaq: Don't abort when no input device is availableTakashi Iwai2-2/+2
2026-04-28ALSA: caiaq: Fix potentially leftover ep1_in_urb at error pathTakashi Iwai1-1/+1
2026-04-28xfrm: Don't clobber inner headers when already setCosmin Ratiu1-6/+14
2026-04-28tools/selftests: Add a VXLAN+IPsec traffic testCosmin Ratiu3-0/+210
2026-04-28tools/selftests: Use a sensible timeout value for iperf3 clientCosmin Ratiu1-1/+4
2026-04-28ASoC: aw88395: Fix kernel panic caused by invalid GPIO error pointerwangdicheng1-5/+4
2026-04-28netpoll: fix IPv6 local-address corruptionBreno Leitao1-1/+18
2026-04-28tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-04-28ibmveth: Disable GSO for packets with small MSSMingming Cao2-0/+23
2026-04-28neigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
2026-04-28ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima3-50/+77
2026-04-28net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bindMorduan Zang1-2/+8
2026-04-28Merge branch 'net-sched-taprio-fix-null-pointer-dereference-in-class-dump'Jakub Kicinski2-5/+34
2026-04-28selftests/tc-testing: add taprio test for class dump after child deleteWeiming Shi1-0/+26
2026-04-28net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
2026-04-28Merge tag 'xsa48x-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds2-2/+13
2026-04-28NFC: trf7970a: Ignore antenna noise when checking for RF fieldPaul Geurts1-1/+2
2026-04-28spi: amlogic-spisg: initialize completion before requesting IRQFelix Gu1-2/+1
2026-04-28net: usb: rtl8150: free skb on usb_submit_urb() failure in xmitMorduan Zang1-0/+7
2026-04-28net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()Zhan Jun1-1/+4
2026-04-28ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman1-3/+6
2026-04-28vrf: Fix a potential NPD when removing a port from a VRFIdo Schimmel1-4/+11
2026-04-28net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
2026-04-28net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
2026-04-28net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()Lorenzo Bianconi1-3/+6
2026-04-28net: airoha: Do not wake all netdev TX queues in airoha_qdma_wake_netdev_txqs()Lorenzo Bianconi2-4/+20
2026-04-28net: airoha: stop net_device TX queue before updating CPU indexLorenzo Bianconi1-5/+4
2026-04-28net: airoha: fix BQL imbalance in TX pathLorenzo Bianconi1-4/+3
2026-04-28Merge branch 'netem-bug-fixes'Jakub Kicinski1-12/+64
2026-04-28net/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
2026-04-28net/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
2026-04-28net/sched: netem: validate slot configurationStephen Hemminger1-0/+29
2026-04-28net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6