summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-10ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeofMingming Cao1-2/+6
2025-07-10net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu1-0/+1
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski39-233/+430
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-07-10irqchip/irq-msi-lib: Fix build with PCI disabledArnd Bergmann1-0/+1
2025-07-10PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()Himanshu Madhani1-1/+3
2025-07-10Merge tag 'net-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds33-175/+421
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-71/+166
2025-07-10drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences tooHans de Goede1-4/+4
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit1-5/+4
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit1-2/+2
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei4-28/+25
2025-07-10erofs: allow readdir() to be interruptedChao Yu1-0/+6
2025-07-10erofs: address D-cache aliasingGao Xiang5-19/+21
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang1-9/+1
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu1-0/+3
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu7-27/+2
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang2-7/+12
2025-07-09mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-09samples/damon: fix damon sample mtier for start failureHonggyu Kim1-2/+6
2025-07-09samples/damon: fix damon sample wsse for start failureHonggyu Kim1-2/+6
2025-07-09samples/damon: fix damon sample prcl for start failureHonggyu Kim1-2/+6
2025-07-09kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun1-43/+2
2025-07-09scripts: gdb: vfs: support external dentry namesIllia Ostapyshyn1-1/+1
2025-07-09mm/migrate: fix do_pages_stat in compat modeChristoph Berg1-6/+8
2025-07-09mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-07-09mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-07-09mm/hugetlb: don't crash when allocating a folio if there are no resvVivek Kasireddy1-3/+6
2025-07-09scripts/gdb: de-reference per-CPU MCE interruptsFlorian Fainelli1-1/+1
2025-07-09scripts/gdb: fix interrupts.py after maple tree conversionFlorian Fainelli4-6/+293
2025-07-09maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang1-0/+1
2025-07-09mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
2025-07-09scripts/gdb: fix interrupts display after MCP on x86Florian Fainelli1-1/+1
2025-07-09lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()Harry Yoo1-0/+3
2025-07-09kallsyms: fix build without execinfoAchill Gilgenast1-0/+4
2025-07-09Merge branch 'rxrpc-miscellaneous-fixes'Jakub Kicinski1-0/+4
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-07-09MAINTAINERS: remove myself as netronome maintainerLouis Peens1-2/+2
2025-07-09Merge branch 'tcp-better-memory-control-for-not-yet-accepted-sockets'Jakub Kicinski2-1/+56
2025-07-09selftests/net: packetdrill: add tcp_ooo-before-and-after-accept.pktEric Dumazet1-0/+53
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-09net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_...Chintan Vankar1-3/+1
2025-07-09net: thunderx: avoid direct MTU assignment after WRITE_ONCE()Alok Tiwari1-9/+3
2025-07-09selftests/tc-testing: Create test case for UAF scenario with DRR/NETEM/BLACKH...Victor Nogueira1-0/+37
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing1-1/+9
2025-07-09Merge branch 'atm-clip-fix-infinite-recursion-potential-null-ptr-deref-and-me...Jakub Kicinski1-15/+39
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima1-0/+2