summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2025-05-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-02ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov
2024-04-17ipmi: Convert from tasklet to BH workqueueAllen Pais
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