summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipmi: Move lun and address out of channel structCorey Minyard2017-09-271-22/+25
* ipmi: Retry BMC registration on a failureCorey Minyard2017-09-271-1/+23
* ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-271-73/+167
* ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-271-9/+13
* ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-271-19/+42
* ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-271-28/+65
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-271-1/+0
* ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-271-15/+190
* ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-271-35/+10
* ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-271-0/+11
* ipmi: Get the device id through a functionCorey Minyard2017-09-271-36/+119
* ipmi: Fix printing the BMC guidCorey Minyard2017-09-271-3/+6
* ipmi: Rework BMC registrationCorey Minyard2017-09-271-23/+45
* ipmi: Fix issues with BMC refcountsCorey Minyard2017-09-271-16/+35
* ipmi: Check that the device type is BMC when scanning deviceCorey Minyard2017-09-271-3/+9
* ipmi: Move bmc find routing to below bmc device typeCorey Minyard2017-09-271-50/+51
* ipmi: Fix getting the GUID dataCorey Minyard2017-09-271-1/+1
* ipmi: Make IPMI panic strings always availableCorey Minyard2017-09-271-13/+78
* ipmi: fix unsigned long underflowCorey Minyard2017-09-271-4/+6
* char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-281-2/+2
* ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-051-2/+2
* ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-121-0/+1
* ipmi: Fix sequence number handlingCorey Minyard2016-11-241-4/+5
* ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
* ipmi: remove trydefaults parameter and default initTony Camuso2016-07-271-2/+2
* ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-06-131-2/+6
* ipmi: constify some struct and char arraysLABBE Corentin2016-01-121-3/+4
* ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
* ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
* ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-031-0/+3
* ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0
* ipmi: Make some data const that was only readCorey Minyard2015-09-031-6/+6
* ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard2015-09-031-0/+4
* ipmi: Remove incorrect use of seq_has_overflowedJoe Perches2015-05-051-2/+2
* ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-191-4/+8
* ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai2015-02-191-43/+17
* ipmi: avoid gcc warningArnd Bergmann2015-02-191-8/+21
* ipmi: Remove a FIXME for slab conversionCorey Minyard2015-02-191-1/+0
* ipmi: Finish cleanup of BMC attributesCorey Minyard2014-12-211-29/+17
* ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-111-2/+2
* ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard2014-12-111-40/+162
* ipmi: Move message sending into its own functionCorey Minyard2014-12-111-4/+9
* ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard2014-12-111-15/+16
* ipmi: Initialize BMC device attributesCorey Minyard2014-12-111-0/+2
* ipmi: Unregister previously registered driver in error casetrenn@suse.de2014-12-111-0/+1
* ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-111-29/+5
* ipmi: clean up the device handling for the bmc deviceCorey Minyard2014-12-111-193/+92
* ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-111-0/+12
* ipmi: Clean up the error handling for channel config errorsCorey Minyard2014-10-071-6/+9