aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-06i40e: redfine I40E_PHY_TYPE_MAXMitch Williams2-2/+2
2017-10-06i40e: re-enable PTP L4 capabilities for XL710 if FW >6.0Alan Brady1-0/+5
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller2-8/+17
2017-10-06i40e: add private flag to control source pruningMitch Williams3-2/+31
2017-10-06i40e: fix a typo in i40e_pf documentationRami Rosen1-1/+1
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller1-2/+16
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches1-1/+2
2017-10-03fm10k: bump version numberJacob Keller1-1/+1
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller3-4/+133
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller3-42/+397
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller1-45/+22
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller2-10/+8
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller2-26/+79
2017-10-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-74/+837
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson7-3/+62
2017-10-02i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-10-02i40e: fix handling of vf_states variableAlan Brady2-2/+4
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams1-7/+2
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady4-7/+173
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller2-11/+35
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller1-2/+1
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller1-4/+3
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller1-4/+32
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura3-24/+99
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski9-0/+371
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski3-5/+46
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2017-10-02i40e: remove logically dead codeLihong Yang1-2/+0
2017-10-02i40e: limit lan queue count in large CPU count machineShannon Nelson1-4/+7
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller1-7/+25
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller1-29/+29
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller1-2/+6
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller1-13/+11
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller1-4/+2
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller1-4/+2
2017-10-02fm10k: add missing fall through commentJacob Keller1-0/+1
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller1-7/+7
2017-10-02fm10k: fix typos on fall through commentsJacob Keller2-7/+7
2017-10-02fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller1-3/+3
2017-10-02fm10k: Use seq_putc() in fm10k_dbg_desc_break()Markus Elfring1-2/+2
2017-10-02fm10k: reschedule service event if we stall the PF<->SM mailboxJacob Keller1-0/+4
2017-10-02fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2017-09-29i40e: refactor FW version checkingMitch Williams4-5/+23
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady3-0/+77
2017-09-29i40evf: fix ring to vector mappingAlan Brady1-38/+10
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2-2/+68
2017-09-29i40e: prevent service task from running while we're suspendedJacob Keller1-0/+8
2017-09-29i40e: don't clear suspended state until we finish resumingJacob Keller1-6/+13
2017-09-29i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller1-37/+17