summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn: hisax: Handle return value of pnp_irq and pnp_port_startArvind Yadav2017-11-161-0/+2
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_hfcsxArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnpArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setupArvind Yadav2017-11-161-1/+1
* isdn: hisax: Fix pnp_irq's error checking for setup_asuscomArvind Yadav2017-11-161-1/+1
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-163-9/+24
* netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann2017-11-161-0/+2
* net: ethernet: ti: cpsw: fix min eth packet sizeGrygorii Strashko2017-11-161-2/+2
* ipv6: sr: update the struct ipv6_sr_hdrAhmed Abdelsalam2017-11-161-2/+2
* hv_netvsc: preserve hw_features on mtu/channels/ringparam changesVitaly Kuznetsov2017-11-163-59/+83
* qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1
* genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-165-15/+10
* sctp: check stream reset info len before making reconf chunkXin Long2017-11-162-9/+25
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-11-161-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-11-161-3/+14
* Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-11-1622-2219/+3008
|\
| * Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard2017-11-02824-4858/+7995
| |\
| * | ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0
| * | ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
| * | ipmi: remove redundant initialization of bmcColin Ian King2017-09-281-1/+1
| * | ipmi: pr_err() strings should end with newlinesArvind Yadav2017-09-281-3/+3
| * | ipmi: Clean up some print operationsCorey Minyard2017-09-281-56/+45
| * | ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-288-95/+104
| * | ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-285-21/+42
| * | ipmi_ssif: Add device attrs for the things in procCorey Minyard2017-09-281-2/+74
| * | ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103
| * | ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard2017-09-281-10/+2
| * | ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard2017-09-285-255/+263
| * | ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard2017-09-281-10/+0
| * | ipmi_si: Move PARISC handling to another fileCorey Minyard2017-09-284-57/+71
| * | ipmi_si: Move PCI setup to another fileCorey Minyard2017-09-284-161/+179
| * | ipmi_si: Move platform device handling to another fileCorey Minyard2017-09-284-589/+613
| * | ipmi_si: Move hardcode handling to a separate file.Corey Minyard2017-09-274-147/+154
| * | ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-274-244/+264
| * | ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-273-309/+229
| * | ipmi_si: Move io setup into io structureCorey Minyard2017-09-272-92/+85
| * | ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-273-81/+82
| * | ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-272-216/+213
| * | ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-272-16/+28
| * | ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-271-27/+23
| * | ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-271-58/+111
| * | 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-275-25/+1