index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-15
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
1
-1
/
+3
2022-10-25
ipmi: Fix some kernel-doc warnings
Bo Liu
1
-1
/
+1
2022-10-17
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
1
-2
/
+6
2022-09-28
ipmi: Remove unused struct watcher_entry
Yuan Can
1
-6
/
+0
2022-07-19
ipmi: Fix comment typo
Jason Wang
1
-1
/
+1
2022-05-12
ipmi: remove unnecessary type castings
Yu Zhe
1
-3
/
+3
2022-05-12
ipmi: Make two logs unique
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi: Convert pr_debug() to dev_dbg()
Corey Minyard
1
-4
/
+7
2022-05-12
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi: Add a sysfs count of total outstanding messages for an interface
Corey Minyard
1
-0
/
+29
2022-05-12
ipmi: Add a sysfs interface to view the number of users
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Limit the number of message a user may have outstanding
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Add a limit on the number of users that may use IPMI
Corey Minyard
1
-0
/
+15
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
1
-1
/
+4
2022-04-29
ipmi: When handling send message responses, don't process the message
Corey Minyard
1
-0
/
+2
2021-12-21
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
1
-1
/
+1
2021-12-17
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
1
-6
/
+9
2021-12-17
ipmi: bail out if init_srcu_struct fails
Thadeu Lima de Souza Cascardo
1
-1
/
+3
2021-11-26
ipmi:ipmb: Fix unknown command response
Corey Minyard
1
-3
/
+5
2021-11-26
ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking
Corey Minyard
1
-4
/
+15
2021-11-25
ipmi: fix oob access due to uninit smi_msg type
Jakub Kicinski
1
-0
/
+1
2021-11-23
ipmi: msghandler: Make symbol 'remove_work_wq' static
Wei Yongjun
1
-1
/
+1
2021-11-15
ipmi: Move remove_work to dedicated workqueue
Ioanna Alifieraki
1
-1
/
+12
2021-10-21
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
1
-10
/
+10
2021-10-05
ipmi: Add support for IPMB direct messages
Corey Minyard
1
-33
/
+255
2021-10-05
ipmi: Export ipmb_checksum()
Corey Minyard
1
-1
/
+2
2021-10-05
ipmi: Check error code before processing BMC response
Corey Minyard
1
-1
/
+8
2021-10-05
ipmi: Disable some operations during a panic
Corey Minyard
1
-3
/
+7
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-04-02
ipmi_si: Join string literals back
Andy Shevchenko
1
-2
/
+1
2021-04-02
ipmi_si: Introduce ipmi_panic_event_str[] array
Andy Shevchenko
1
-32
/
+19
2021-03-11
ipmi: Refine retry conditions for getting device id
Terry Duncan
1
-4
/
+2
2020-11-19
ipmi: msghandler: Suppress suspicious RCU usage warning
Qinglang Miao
1
-1
/
+2
2020-09-19
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
1
-1
/
+1
2020-09-16
ipmi: add retry in try_get_dev_id()
Xianting Tian
1
-2
/
+0
2020-09-15
ipmi:msghandler: retry to get device id on an error
Xianting Tian
1
-4
/
+25
2020-09-15
ipmi: Reset response handler when failing to send the command
Markus Boehme
1
-1
/
+3
2020-09-03
ipmi: add a newline when printing parameter 'panic_op' by sysfs
Xiongfeng Wang
1
-4
/
+4
2020-08-18
char: ipmi: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-7
/
+6
2020-07-20
ipmi: remve duplicate code in __ipmi_bmc_register()
Jing Xiangfeng
1
-2
/
+0
2020-05-18
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
1
-1
/
+1
2020-05-18
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
1
-3
/
+4
2020-04-03
ipmi: fix hung processes in __get_guid()
Wen Yang
1
-2
/
+2
2020-03-12
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
Amol Grover
1
-4
/
+10
2019-10-22
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
1
-1
/
+4
2019-10-22
ipmi: use %*ph to print small buffer
Andy Shevchenko
1
-23
/
+4
2019-10-22
ipmi: Don't allow device module unload when in use
Corey Minyard
1
-7
/
+16
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
1
-57
/
+57
2019-08-17
ipmi: Free receive messages when in an oops
Corey Minyard
1
-2
/
+5
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-4
/
+4
[next]