summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai1-1/+7
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai1-0/+17
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2-5/+8
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai1-21/+18
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai1-2/+0
2015-09-03ipmi: Make some data const that was only readCorey Minyard6-36/+39
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause1-1/+1
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring1-3/+1
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2-6/+6
2015-09-03impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause1-1/+0
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard1-0/+4
2015-09-03ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta1-1/+8
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2-165/+157
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds643-13024/+58830
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds18-236/+153
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds10-57/+12
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-145/+484
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds75-1386/+446
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds63-1325/+8679
2015-09-02Merge tag 'for-linus-20150901' of git://git.infradead.org/linux-mtdLinus Torvalds21-232/+950
2015-09-02xen-netback: add support for multicast controlPaul Durrant4-0/+137
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam1-1/+1
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds3-11/+5
2015-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-139/+633
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds162-3022/+7353
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+14
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds27-35/+35
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds25-308/+1125
2015-09-01Merge tag 'edac_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-2/+2
2015-09-01ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-01ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-01ixgbe: Add support for reporting 2.5G link speedMark Rustad2-8/+26
2015-09-01ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4
2015-09-01ixgbe: support for ethtool set_rxfhTom Barbette3-1/+49
2015-09-01ixgbe: Avoid needless PHY access on copper physMark Rustad2-21/+44
2015-09-01ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-01ixgbe: Remove second instance of lan_id variableDon Skidmore2-4/+1
2015-09-01ixgbe: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-09-01ixgbe: Remove unused PCI bus typesDon Skidmore1-2/+0
2015-09-01ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore3-1/+12
2015-09-01ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-01ixgbe: Add support for entering low power link up stateDon Skidmore3-2/+185
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad4-31/+127
2015-09-01ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad1-12/+54
2015-09-01ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2-24/+40
2015-09-01ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2-2/+21
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore3-6/+18
2015-09-01i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2-8/+30
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2