aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar1-0/+3
2017-10-31i40e: Admin queue definitions for cloud filtersAmritha Nambiar1-2/+105
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck1-9/+0
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+4
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari1-0/+4
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady1-4/+3
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam1-0/+3
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller1-1/+1
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller1-0/+9
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-3/+1
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2-4/+6
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller1-16/+16
2017-10-06i40evf: enable support for VF VLAN tag stripping controlJacob Keller1-8/+14
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski1-0/+1
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg1-1/+2
2017-10-06i40e: redfine I40E_PHY_TYPE_MAXMitch Williams1-1/+1
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller1-3/+6
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson2-1/+22
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: use admin queue for setting LEDs behaviorMariusz Stachura1-0/+2
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski4-0/+108
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski1-2/+18
2017-09-29i40e: refactor FW version checkingMitch Williams1-1/+9
2017-09-29i40evf: fix ring to vector mappingAlan Brady1-38/+10
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller1-1/+1
2017-09-29i40evf: lower message levelMitch Williams1-1/+1
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller1-6/+6
2017-09-21drivers: net: i40evf: use setup_timer() helper.Allen Pais1-3/+2
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2-5/+18
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller2-18/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-15/+15
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller1-2/+5
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura3-0/+77
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2-13/+10
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller1-2/+2
2017-08-27i40e: Store the requested FEC informationMariusz Stachura1-0/+1
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller1-1/+1
2017-08-25i40evf: use netdev variable in reset taskAlan Brady1-2/+2
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann3-12/+12
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-10/+31
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller3-7/+1
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari3-1/+24
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2-1/+2
2017-07-26i40evf: remove unnecessary __packedTushar Dave1-2/+2
2017-07-26i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave1-7/+7