aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller3-4/+6
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller3-14/+45
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller3-5/+5
2015-12-05fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller3-4/+55
2015-12-05fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller1-1/+1
2015-12-05fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller3-1/+9
2015-12-05fm10k: explicitly typecast vlan values to u16Jacob Keller1-3/+3
2015-12-05fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller1-3/+3
2015-12-05fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2015-12-05fm10k: always check init_hw for errorsJacob Keller1-5/+29
2015-12-05fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2015-12-05fm10k: set netdev features in one locationJacob Keller3-21/+21
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-11-25fm10k: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-11-23fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2015-11-23fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2015-11-18fm10k: fix memory leakstephen hemminger1-1/+3
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-9/+12
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-10-13fm10k: do not use enum as booleanJacob Keller1-1/+1