aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+22
2016-04-21fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-20fm10k: fix incorrect IPv6 extended header checksumJacob Keller1-9/+16
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller20-30/+30
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller2-18/+22
2016-04-20fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan1-0/+4
2016-04-20fm10k: update comment regarding reserved bits checkJacob Keller1-1/+1
2016-04-20fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller3-3/+8
2016-04-20fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller1-2/+2
2016-04-20fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller1-8/+10
2016-04-20fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller1-2/+0
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller4-1/+35
2016-04-20fm10k: Fix multicast mode sync issuesNgai-Mint Kwan1-13/+7
2016-04-20fm10k: drop 1588 supportJacob Keller12-876/+11
2016-04-20fm10k: prevent RCU issues during AER eventsJacob Keller1-1/+10
2016-04-20fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller1-3/+3
2016-04-20fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-20fm10k: remove debug-statistics supportJacob Keller1-71/+1
2016-04-20fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-25/+34
2016-04-13fm10k: fix multi-bit VLAN update requests from VFJacob Keller1-8/+22
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller3-29/+34
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller4-8/+8
2016-04-05fm10k: correctly clean up when init_queueing_scheme failsJacob Keller1-9/+26
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan1-1/+1
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-81/+83
2016-04-05fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller1-2/+2
2016-04-05fm10k: print error message when stop_hw failsJacob Keller1-1/+4
2016-04-05fm10k: base queue scheme covered by RSSJacob Keller1-4/+2
2016-04-05fm10k: don't initialize service task until later in probeJacob Keller1-9/+16
2016-04-05fm10k: prevent null pointer dereference of msix_entries tableJacob Keller1-1/+3
2016-04-05fm10k: use ether_addr_copy to copy MAC addressBruce Allan1-2/+2
2016-04-05fm10k: cleanup SPACE_BEFORE_TAB checkpatch warningBruce Allan1-1/+1
2016-04-05fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan1-1/+1
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan8-54/+52
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan3-12/+12
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+18
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+9
2016-02-16fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E1-2/+8
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan1-3/+3
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan3-24/+34
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: remove unused struct elementBruce Allan1-1/+0
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan5-11/+11
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan2-48/+48
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller4-4/+4
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck2-16/+59
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller1-4/+9