aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmb_dev_int.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King1-1/+1
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka1-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka1-0/+29
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka1-22/+9
2019-07-24Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi1-1/+1
2019-06-23fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2019-06-19ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann1-10/+11
2019-06-10Add support for IPMB driverAsmaa Mnebhi1-0/+364