summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2017-10-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David 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
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2-25/+15
2017-09-29i40evf: lower message levelMitch Williams1-1/+1
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura1-12/+23
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura1-2/+1
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari1-10/+11
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari1-2/+1
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari1-9/+0
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller2-12/+12
2017-09-26bpf, ixgbe: add meta data supportDaniel Borkmann1-4/+26
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann2-0/+2
2017-09-21e100: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-3/+2
2017-09-21drivers: net: i40evf: use setup_timer() helper.Allen Pais1-3/+2
2017-09-21drivers: net: e1000e: use setup_timer() helper.Allen Pais1-7/+4
2017-09-21drivers: net: ixgb: use setup_timer() helper.Allen Pais1-3/+2