summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
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
2019-08-16ipmi: Free receive messages when in an oopsCorey Minyard
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2018-09-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing
2018-09-18ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches
2018-08-31ipmi: Rework SMI registration failureCorey Minyard
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard