summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard2015-09-031-43/+137
* 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-033-5/+13
* ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18
* ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0
* ipmi: Make some data const that was only readCorey Minyard2015-09-037-37/+40
* ipmi: constify SSIF ACPI device idsMathias Krause2015-09-031-1/+1
* ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring2015-09-031-3/+1
* char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-032-6/+6
* impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause2015-09-031-1/+0
* ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard2015-09-031-0/+4
* ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta2015-09-031-1/+8
* ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2015-09-032-165/+157
* ipmi: Add device tree bindings informationCorey Minyard2015-09-031-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031229-21896/+78533
|\
| * netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-025-25/+32
| * netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-022-0/+2
| * net: fec: clear receive interrupts before processing a packetRussell King2015-09-021-0/+1
| * ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-09-021-1/+1
| * xen-netback: add support for multicast controlPaul Durrant2015-09-025-1/+144
| * bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
| * sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-09-021-0/+3
| * flow_dissector: Use 'const' where possible.David S. Miller2015-09-013-46/+49
| * flow_dissector: Fix function argument ordering dependencyTom Herbert2015-09-011-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-0112-139/+633
| |\
| | * ixgbe: Resolve "initialized field overwritten" warningsMark Rustad2015-09-011-1/+0
| | * ixgbe: Remove bimodal SR-IOV disablingAlex Williamson2015-09-011-6/+1
| | * ixgbe: Add support for reporting 2.5G link speedMark Rustad2015-09-012-8/+26
| | * ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov2015-09-011-3/+4
| | * ixgbe: support for ethtool set_rxfhTom Barbette2015-09-013-1/+49
| | * ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-012-21/+44
| | * ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-011-6/+1
| | * ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-012-4/+1
| | * ixgbe: use kzalloc for allocating one thingManinder Singh2015-09-011-1/+1
| | * ixgbe: Remove unused PCI bus typesDon Skidmore2015-09-011-2/+0
| | * ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore2015-09-013-1/+12
| | * ixgbe: add get_bus_info method for X550Don Skidmore2015-09-011-0/+19
| | * ixgbe: Add support for entering low power link up stateDon Skidmore2015-09-013-2/+185
| | * ixgbe: Add support for VXLAN RX offloadsMark Rustad2015-09-014-31/+127
| | * ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad2015-09-011-12/+54
| | * ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2015-09-012-24/+40
| | * ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2015-09-012-2/+21
| | * ixgbe: add new function to check for management presenceDon Skidmore2015-09-013-6/+18
| | * i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2015-09-012-8/+30
| * | flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cDavid S. Miller2015-09-012-36/+35
| * | flow_dissector: Don't use bit fields.David S. Miller2015-09-012-10/+12
| * | Merge branch 'flow-dissector-features'David S. Miller2015-09-0112-128/+267
| |\ \
| | * | flow_dissector: Ignore flow dissector return value from ___skb_get_hashTom Herbert2015-09-011-9/+3
| | * | flow_dissector: Add control/reporting of encapsulationTom Herbert2015-09-012-0/+17