summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar7-26/+31
2015-09-02flow_dissector: Use 'const' where possible.David S. Miller3-46/+49
2015-09-02flow_dissector: Fix function argument ordering dependencyTom Herbert1-4/+4
2015-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-139/+633
2015-09-02Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds212-3335/+8402
2015-09-02Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-11/+170
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui44-197/+509
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds48-70/+70
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+4
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds26-308/+1144
2015-09-02Merge tag 'edac_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-2/+2
2015-09-02ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-02ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad2-8/+26
2015-09-02ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette3-1/+49
2015-09-02ixgbe: Avoid needless PHY access on copper physMark Rustad2-21/+44
2015-09-02ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-02ixgbe: Remove second instance of lan_id variableDon Skidmore2-4/+1
2015-09-02ixgbe: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-09-02flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cDavid S. Miller2-36/+35
2015-09-02ixgbe: Remove unused PCI bus typesDon Skidmore1-2/+0
2015-09-02ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore3-1/+12
2015-09-02ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-02ixgbe: Add support for entering low power link up stateDon Skidmore3-2/+185
2015-09-02ixgbe: Add support for VXLAN RX offloadsMark Rustad4-31/+127
2015-09-02ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad1-12/+54
2015-09-02flow_dissector: Don't use bit fields.David S. Miller2-10/+12
2015-09-02ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2-24/+40
2015-09-02ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2-2/+21
2015-09-02ixgbe: add new function to check for management presenceDon Skidmore3-6/+18
2015-09-02i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2-8/+30
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-34/+83
2015-09-02Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-74/+124
2015-09-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds18-193/+214
2015-09-02nfs: Remove unneeded checking of the return value from scnprintfKinglong Mee1-18/+1
2015-09-02nfs: Fix truncated client owner id without proto typeKinglong Mee1-1/+1
2015-09-02NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidTrond Myklebust1-15/+30
2015-09-02NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validTrond Myklebust1-2/+28
2015-09-02NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Trond Myklebust1-2/+2
2015-09-02Merge branch 'flow-dissector-features'David S. Miller12-128/+267
2015-09-02flow_dissector: Ignore flow dissector return value from ___skb_get_hashTom Herbert1-9/+3
2015-09-02flow_dissector: Add control/reporting of encapsulationTom Herbert2-0/+17
2015-09-02flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert2-1/+5
2015-09-02flow_dissector: Add flag to stop parsing at L3Tom Herbert2-0/+7
2015-09-02flow_dissector: Support IPv6 fragment headerTom Herbert1-0/+25
2015-09-02flow_dissector: Add control/reporting of fragmentationTom Herbert2-2/+17
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert9-19/+23
2015-09-02flow_dissector: Jump to exit code in __skb_flow_dissectTom Herbert1-26/+25
2015-09-02flowi: Abstract out functions to get flow hash based on flowiTom Herbert4-4/+69