summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt1-8/+3
2022-11-15ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2022-10-25ipmi: Fix some kernel-doc warningsBo Liu1-1/+1
2022-10-17ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can1-6/+0
2022-07-19ipmi: Fix comment typoJason Wang1-1/+1
2022-05-12ipmi: remove unnecessary type castingsYu Zhe1-3/+3
2022-05-12ipmi: Make two logs uniqueCorey Minyard1-2/+2
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard1-4/+7
2022-05-12ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard1-2/+2
2022-05-12ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard1-0/+29
2022-05-12ipmi: Add a sysfs interface to view the number of usersCorey Minyard1-0/+21
2022-05-12ipmi: Limit the number of message a user may have outstandingCorey Minyard1-0/+21
2022-05-12ipmi: Add a limit on the number of users that may use IPMICorey Minyard1-0/+15
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard1-1/+4
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard1-0/+2
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1
2021-12-17ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo1-6/+9
2021-12-17ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo1-1/+3
2021-11-26ipmi:ipmb: Fix unknown command responseCorey Minyard1-3/+5
2021-11-26ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard1-4/+15
2021-11-25ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski1-0/+1
2021-11-23ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun1-1/+1
2021-11-15ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki1-1/+12
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin1-10/+10
2021-10-05ipmi: Add support for IPMB direct messagesCorey Minyard1-33/+255
2021-10-05ipmi: Export ipmb_checksum()Corey Minyard1-1/+2
2021-10-05ipmi: Check error code before processing BMC responseCorey Minyard1-1/+8
2021-10-05ipmi: Disable some operations during a panicCorey Minyard1-3/+7
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-04-02ipmi_si: Join string literals backAndy Shevchenko1-2/+1
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko1-32/+19
2021-03-11ipmi: Refine retry conditions for getting device idTerry Duncan1-4/+2
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao1-1/+2
2020-09-19ipmi: msghandler: Fix a signedness bugDan Carpenter1-1/+1
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian1-2/+0
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian1-4/+25
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme1-1/+3
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang1-4/+4
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais1-7/+6
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng1-2/+0
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko1-1/+1
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover1-4/+10
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko1-23/+4
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57