summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-25ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()Yifei Gao1-0/+1
2026-08-19ipmi:msghandler: Cancel work cleanly on an errorCorey Minyard1-0/+1
2026-08-18ipmi:si: Add async init to ipmi_siMichal Clapinski2-16/+72
2026-08-12char: ipmi: use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)3-6/+6
2026-08-12ipmi: Fix leak in __ipmi_bmc_registerMichail Tatas1-0/+1
2026-08-12ipmi: Remove all sysfs files on registration failureYuho Choi1-0/+1
2026-07-02ipmi: si: Fix NULL pointer dereference after failed registrationSeiji Nishikawa1-0/+1
2026-07-02ipmi: ipmb: validate write message lengthYousef Alhouseen1-2/+3
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds19-239/+535
2026-06-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds102-470/+14817
2026-06-25Merge tag 'spmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds4-33/+119
2026-06-25Merge tag 'trace-tools-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+5
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds239-1288/+3039
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-85/+265
2026-06-25Merge branch 'net-avoid-nested-up-notifier-events'Jakub Kicinski12-148/+457
2026-06-25selftests: bonding: add a test for VLAN propagation over a bonded real deviceJakub Kicinski2-0/+181
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski5-68/+82
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski2-18/+74
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski6-80/+138
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski9-6/+20
2026-06-25Merge branch 'rxrpc-miscellaneous-fixes'Jakub Kicinski11-24/+77
2026-06-25rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotateDavid Howells1-0/+3
2026-06-25rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells1-2/+1
2026-06-25rxrpc: Fix socket notification raceDavid Howells1-2/+0
2026-06-25rxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells1-1/+2
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells3-6/+14
2026-06-25rxrpc: Fix the reception of a reply packet before data transmissionDavid Howells1-3/+10
2026-06-25afs: Fix uncancelled rxrpc OOB message handlerDavid Howells2-2/+6
2026-06-25afs: Fix further netns teardown to cancel the preallocation chargerDavid Howells1-0/+5
2026-06-25rxrpc: Fix double unlock in rxrpc_recvmsg()David Howells1-1/+1
2026-06-25rxrpc: Fix leak of connection from OOB challengeDavid Howells1-0/+5
2026-06-25rxrpc: Fix ACKALL packet handlingWyatt Feng6-7/+30
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds41-315/+518
2026-06-25Merge tag 'io_uring-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-35/+51
2026-06-25Merge tag 'gpio-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-64/+87
2026-06-25Merge tag 'pwrseq-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+17
2026-06-25Merge branch 'net-hns3-fix-configuration-deadlocks-and-refactor-link-setup'Jakub Kicinski3-38/+102
2026-06-25net: hns3: differentiate autoneg default values between copper and fiberShuaisong Yang1-0/+7
2026-06-25net: hns3: fix permanent link down deadlock after resetShuaisong Yang1-7/+15
2026-06-25net: hns3: refactor MAC autoneg and speed configurationShuaisong Yang2-14/+42
2026-06-25net: hns3: unify copper port ksettings configuration pathShuaisong Yang2-19/+40
2026-06-25net: mana: Optimize irq affinity for low vcpu configsShradha Gupta1-14/+64
2026-06-25Merge tag 'docs-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds7-6/+23
2026-06-25Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds11-7/+204
2026-06-25selftests: tls: size splice_short pipe by page sizeNirmoy Das1-1/+7
2026-06-25Merge tag 'for-linus-7.2-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds8-25/+28
2026-06-25net: sparx5: unregister blocking notifier on init failureHaoxiang Li1-1/+3
2026-06-25Merge branch 'tipc-syzbot-related-fixes'Jakub Kicinski2-7/+16
2026-06-25tipc: avoid busy looping in tipc_exit_net()Eric Dumazet2-3/+5
2026-06-25tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()Eric Dumazet1-4/+11