summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
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
2015-12-22fm10k: remove unused struct elementBruce Allan
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-13fm10k: initialize xps at driver loadJacob Keller
2015-12-13fm10k: cleanup overly long linesBruce Allan
2015-12-13fm10k: cleanup namespace pollutionBruce Allan
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan
2015-12-13fm10k: whitespace cleanupsBruce Allan
2015-12-13fm10k: do not inline fm10k_iov_select_vid()Bruce Allan
2015-12-13fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck
2015-12-13fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller
2015-12-13fm10k: bump driver versionJacob Keller
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller
2015-12-13fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller
2015-12-13fm10k: remove unnecessary else block from if statements with returnJacob Keller
2015-12-13fm10k: do not use CamelCaseJacob Keller
2015-12-13fm10k: use ether_addr_copy to copy MAC addressJacob Keller
2015-12-06fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frameJacob Keller
2015-12-06fm10k: TRIVIAL fix typo of hardwareJacob Keller
2015-12-06fm10k: change default Tx ITR to 25usecJacob Keller
2015-12-06fm10k: use macro for default Tx and Rx ITR valuesJacob Keller
2015-12-06fm10k: Update adaptive ITR algorithmJacob Keller
2015-12-06fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller
2015-12-06fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller
2015-12-06fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller
2015-12-06fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller
2015-12-06fm10k: explicitly typecast vlan values to u16Jacob Keller
2015-12-06fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller
2015-12-06fm10k: reinitialize queuing scheme after calling init_hwJacob Keller
2015-12-06fm10k: always check init_hw for errorsJacob Keller
2015-12-06fm10k: reset max_queues on init_hw_vf failureJacob Keller
2015-12-06fm10k: set netdev features in one locationJacob Keller
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-25fm10k: use napi_schedule_irqoff()Alexander Duyck
2015-11-23fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller
2015-11-23fm10k: do not assume VF always has 1 queueJacob Keller
2015-11-18fm10k: fix memory leakstephen hemminger
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-14fm10k: do not use enum as booleanJacob Keller