index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()
Yifei Gao
1
-0
/
+1
2026-08-19
ipmi:msghandler: Cancel work cleanly on an error
Corey Minyard
1
-0
/
+1
2026-08-18
ipmi:si: Add async init to ipmi_si
Michal Clapinski
2
-16
/
+72
2026-08-12
char: ipmi: use named initializers for acpi_device_id
Pawel Zalewski (The Capable Hub)
3
-6
/
+6
2026-08-12
ipmi: Fix leak in __ipmi_bmc_register
Michail Tatas
1
-0
/
+1
2026-08-12
ipmi: Remove all sysfs files on registration failure
Yuho Choi
1
-0
/
+1
2026-07-02
ipmi: si: Fix NULL pointer dereference after failed registration
Seiji Nishikawa
1
-0
/
+1
2026-07-02
ipmi: ipmb: validate write message length
Yousef Alhouseen
1
-2
/
+3
2026-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
19
-239
/
+535
2026-06-25
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
102
-470
/
+14817
2026-06-25
Merge tag 'spmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
4
-33
/
+119
2026-06-25
Merge tag 'trace-tools-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-10
/
+5
2026-06-25
Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
239
-1288
/
+3039
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-85
/
+265
2026-06-25
Merge branch 'net-avoid-nested-up-notifier-events'
Jakub Kicinski
12
-148
/
+457
2026-06-25
selftests: bonding: add a test for VLAN propagation over a bonded real device
Jakub Kicinski
2
-0
/
+181
2026-06-25
vlan: defer real device state propagation to netdev_work
Jakub Kicinski
5
-68
/
+82
2026-06-25
net: add the driver-facing netdev_work scheduling API
Jakub Kicinski
2
-18
/
+74
2026-06-25
net: turn the rx_mode work into a generic netdev_work facility
Jakub Kicinski
6
-80
/
+138
2026-06-25
net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()
Jakub Kicinski
9
-6
/
+20
2026-06-25
Merge branch 'rxrpc-miscellaneous-fixes'
Jakub Kicinski
11
-24
/
+77
2026-06-25
rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotate
David Howells
1
-0
/
+3
2026-06-25
rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
David Howells
1
-2
/
+1
2026-06-25
rxrpc: Fix socket notification race
David Howells
1
-2
/
+0
2026-06-25
rxrpc: Fix potential infinite loop in rxrpc_recvmsg()
David Howells
1
-1
/
+2
2026-06-25
rxrpc: Fix oob challenge leak in cleanup after notification failure
David Howells
3
-6
/
+14
2026-06-25
rxrpc: Fix the reception of a reply packet before data transmission
David Howells
1
-3
/
+10
2026-06-25
afs: Fix uncancelled rxrpc OOB message handler
David Howells
2
-2
/
+6
2026-06-25
afs: Fix further netns teardown to cancel the preallocation charger
David Howells
1
-0
/
+5
2026-06-25
rxrpc: Fix double unlock in rxrpc_recvmsg()
David Howells
1
-1
/
+1
2026-06-25
rxrpc: Fix leak of connection from OOB challenge
David Howells
1
-0
/
+5
2026-06-25
rxrpc: Fix ACKALL packet handling
Wyatt Feng
6
-7
/
+30
2026-06-25
Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
41
-315
/
+518
2026-06-25
Merge tag 'io_uring-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-35
/
+51
2026-06-25
Merge tag 'gpio-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-64
/
+87
2026-06-25
Merge tag 'pwrseq-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-10
/
+17
2026-06-25
Merge branch 'net-hns3-fix-configuration-deadlocks-and-refactor-link-setup'
Jakub Kicinski
3
-38
/
+102
2026-06-25
net: hns3: differentiate autoneg default values between copper and fiber
Shuaisong Yang
1
-0
/
+7
2026-06-25
net: hns3: fix permanent link down deadlock after reset
Shuaisong Yang
1
-7
/
+15
2026-06-25
net: hns3: refactor MAC autoneg and speed configuration
Shuaisong Yang
2
-14
/
+42
2026-06-25
net: hns3: unify copper port ksettings configuration path
Shuaisong Yang
2
-19
/
+40
2026-06-25
net: mana: Optimize irq affinity for low vcpu configs
Shradha Gupta
1
-14
/
+64
2026-06-25
Merge tag 'docs-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...
Linus Torvalds
7
-6
/
+23
2026-06-25
Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...
Linus Torvalds
11
-7
/
+204
2026-06-25
selftests: tls: size splice_short pipe by page size
Nirmoy Das
1
-1
/
+7
2026-06-25
Merge tag 'for-linus-7.2-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
8
-25
/
+28
2026-06-25
net: sparx5: unregister blocking notifier on init failure
Haoxiang Li
1
-1
/
+3
2026-06-25
Merge branch 'tipc-syzbot-related-fixes'
Jakub Kicinski
2
-7
/
+16
2026-06-25
tipc: avoid busy looping in tipc_exit_net()
Eric Dumazet
2
-3
/
+5
2026-06-25
tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()
Eric Dumazet
1
-4
/
+11
[next]