summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt
2022-11-15ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2022-10-25ipmi: Fix some kernel-doc warningsBo Liu
2022-10-17ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can
2022-07-18ipmi: Fix comment typoJason Wang
2022-05-12ipmi: remove unnecessary type castingsYu Zhe
2022-05-12ipmi: Make two logs uniqueCorey Minyard
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard
2022-05-12ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard
2022-05-12ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard
2022-05-12ipmi: Add a sysfs interface to view the number of usersCorey Minyard
2022-05-12ipmi: Limit the number of message a user may have outstandingCorey Minyard
2022-05-12ipmi: Add a limit on the number of users that may use IPMICorey Minyard
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo
2021-12-17ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo
2021-12-17ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo
2021-11-25ipmi:ipmb: Fix unknown command responseCorey Minyard
2021-11-25ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard
2021-11-25ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski
2021-11-23ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun
2021-11-15ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-05ipmi: Add support for IPMB direct messagesCorey Minyard
2021-10-05ipmi: Export ipmb_checksum()Corey Minyard
2021-10-05ipmi: Check error code before processing BMC responseCorey Minyard
2021-10-05ipmi: Disable some operations during a panicCorey Minyard
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-04-02ipmi_si: Join string literals backAndy Shevchenko
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko
2021-03-10ipmi: Refine retry conditions for getting device idTerry Duncan
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso