aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-13fm10k: initialize xps at driver loadJacob Keller2-2/+19
2015-12-13fm10k: cleanup overly long linesBruce Allan6-23/+33
2015-12-13fm10k: cleanup namespace pollutionBruce Allan4-20/+13
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan2-2/+2
2015-12-13fm10k: whitespace cleanupsBruce Allan7-9/+11
2015-12-13fm10k: do not inline fm10k_iov_select_vid()Bruce Allan1-1/+1
2015-12-13fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2015-12-13fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller4-13/+19
2015-12-13fm10k: bump driver versionJacob Keller1-1/+1
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller4-15/+15
2015-12-13fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2-9/+0
2015-12-13fm10k: remove unnecessary else block from if statements with returnJacob Keller1-6/+6
2015-12-13fm10k: do not use CamelCaseJacob Keller2-13/+13
2015-12-13fm10k: use ether_addr_copy to copy MAC addressJacob Keller1-5/+2
2015-12-05fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frameJacob Keller1-3/+3
2015-12-05fm10k: TRIVIAL fix typo of hardwareJacob Keller1-2/+2
2015-12-05fm10k: change default Tx ITR to 25usecJacob Keller1-1/+2