summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Convert from tasklet to BH workqueueAllen Pais2024-04-171-15/+14
* ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-191-2/+2
* ipmi: refactor deprecated strncpyJustin Stitt2023-09-131-8/+3
* ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter2022-11-151-1/+3
* ipmi: Fix some kernel-doc warningsBo Liu2022-10-251-1/+1
* ipmi: fix memleak when unload ipmi driverZhang Yuchen2022-10-171-2/+6
* ipmi: Remove unused struct watcher_entryYuan Can2022-09-281-6/+0
* ipmi: Fix comment typoJason Wang2022-07-191-1/+1
* ipmi: remove unnecessary type castingsYu Zhe2022-05-121-3/+3
* ipmi: Make two logs uniqueCorey Minyard2022-05-121-2/+2
* ipmi: Convert pr_debug() to dev_dbg()Corey Minyard2022-05-121-4/+7
* ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard2022-05-121-2/+2
* ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard2022-05-121-0/+29
* ipmi: Add a sysfs interface to view the number of usersCorey Minyard2022-05-121-0/+21
* ipmi: Limit the number of message a user may have outstandingCorey Minyard2022-05-121-0/+21
* ipmi: Add a limit on the number of users that may use IPMICorey Minyard2022-05-121-0/+15
* ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2022-04-291-1/+4
* ipmi: When handling send message responses, don't process the messageCorey Minyard2022-04-291-0/+2
* ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo2021-12-211-1/+1
* ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo2021-12-171-6/+9
* ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo2021-12-171-1/+3
* ipmi:ipmb: Fix unknown command responseCorey Minyard2021-11-261-3/+5
* ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard2021-11-261-4/+15
* ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski2021-11-251-0/+1
* ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun2021-11-231-1/+1
* ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki2021-11-151-1/+12
* char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-211-10/+10
* ipmi: Add support for IPMB direct messagesCorey Minyard2021-10-051-33/+255
* ipmi: Export ipmb_checksum()Corey Minyard2021-10-051-1/+2
* ipmi: Check error code before processing BMC responseCorey Minyard2021-10-051-1/+8
* ipmi: Disable some operations during a panicCorey Minyard2021-10-051-3/+7
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* ipmi_si: Join string literals backAndy Shevchenko2021-04-021-2/+1
* ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19
* ipmi: Refine retry conditions for getting device idTerry Duncan2021-03-111-4/+2
* ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao2020-11-191-1/+2
* ipmi: msghandler: Fix a signedness bugDan Carpenter2020-09-181-1/+1
* ipmi: add retry in try_get_dev_id()Xianting Tian2020-09-161-2/+0
* ipmi:msghandler: retry to get device id on an errorXianting Tian2020-09-151-4/+25
* ipmi: Reset response handler when failing to send the commandMarkus Boehme2020-09-151-1/+3
* ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang2020-09-031-4/+4
* char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-7/+6
* ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng2020-07-201-2/+0
* ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko2020-05-181-1/+1
* ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-05-181-3/+4
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
* drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
* ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
* ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-7/+16