summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller
2016-06-29fm10k: Align Rx buffers to 512B blocksAlexander Duyck
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa
2016-04-20fm10k: fix incorrect IPv6 extended header checksumJacob Keller
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller
2016-04-20fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan
2016-04-20fm10k: update comment regarding reserved bits checkJacob Keller
2016-04-20fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller
2016-04-20fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller
2016-04-20fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller
2016-04-20fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller
2016-04-20fm10k: Fix multicast mode sync issuesNgai-Mint Kwan
2016-04-20fm10k: drop 1588 supportJacob Keller
2016-04-20fm10k: prevent RCU issues during AER eventsJacob Keller
2016-04-20fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller
2016-04-20fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-20fm10k: remove debug-statistics supportJacob Keller
2016-04-20fm10k: add helper functions to set strings and data for ethtool statsJacob Keller
2016-04-13fm10k: fix multi-bit VLAN update requests from VFJacob Keller
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller
2016-04-05fm10k: correctly clean up when init_queueing_scheme failsJacob Keller
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller
2016-04-05fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller
2016-04-05fm10k: print error message when stop_hw failsJacob Keller
2016-04-05fm10k: base queue scheme covered by RSSJacob Keller
2016-04-05fm10k: don't initialize service task until later in probeJacob Keller
2016-04-05fm10k: prevent null pointer dereference of msix_entries tableJacob Keller
2016-04-05fm10k: use ether_addr_copy to copy MAC addressBruce Allan
2016-04-05fm10k: cleanup SPACE_BEFORE_TAB checkpatch warningBruce Allan
2016-04-05fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-02-16fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan