summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)AuthorFilesLines
2015-12-06fm10k: change default Tx ITR to 25usecJacob Keller1-1/+2
2015-12-06fm10k: use macro for default Tx and Rx ITR valuesJacob Keller3-4/+6
2015-12-06fm10k: Update adaptive ITR algorithmJacob Keller3-14/+45
2015-12-06fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller3-5/+5
2015-12-06fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller3-4/+55
2015-12-06fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller1-1/+1
2015-12-06fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller3-1/+9
2015-12-06fm10k: explicitly typecast vlan values to u16Jacob Keller1-3/+3
2015-12-06fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller1-3/+3
2015-12-06fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2015-12-06fm10k: always check init_hw for errorsJacob Keller1-5/+29
2015-12-06fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2015-12-06fm10k: set netdev features in one locationJacob Keller3-21/+21
2015-12-04Merge 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-14fm10k: do not use enum as booleanJacob Keller1-1/+1
2015-10-14fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2-7/+7
2015-09-23fm10k: add support for extra debug statisticsJacob Keller6-36/+243
2015-09-23fm10k: TRIVIAL remove unnecessary commaJacob Keller1-2/+2
2015-09-23fm10k: create "correct" header for the remote end on connectJacob Keller1-1/+24
2015-09-23fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller1-1/+18
2015-09-23fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller1-3/+1
2015-09-16fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller1-33/+52
2015-09-16fm10k: Only trigger data path reset if fabric is upAlexander Duyck1-0/+6
2015-09-16fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller1-2/+28
2015-09-16fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-16fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller3-1/+20
2015-09-16fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller1-2/+3
2015-09-16fm10k: remove is_slot_appropriateJacob Keller3-29/+0
2015-09-16fm10k: don't store sw_vid at resetJacob Keller1-3/+0
2015-09-16fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-16fm10k: Report MAC address on driver loadAlexander Duyck1-0/+3
2015-09-16fm10k: Don't assume page fragments are page sizeAlexander Duyck1-6/+1
2015-09-16fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2-15/+15
2015-09-16fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller1-29/+76
2015-09-16fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-09-16fm10k: disable service task during suspendJacob Keller1-0/+19
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-06-18fm10k: Fix missing braces after if statementAlexander Duyck1-1/+2
2015-06-18fm10k: fix iov_msg_lport_state_pf issueJacob Keller1-0/+8
2015-06-18fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-06-18fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2-3/+3
2015-06-18fm10k: pack TLV overlay structuresJacob Keller1-4/+4
2015-06-18fm10k: re-map all possible VF queues after a VFLRJacob Keller1-0/+6