summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | i40e: Enable cloud filters via tc-flowerAmritha Nambiar2017-10-311-0/+3
* | i40e: Admin queue definitions for cloud filtersAmritha Nambiar2017-10-311-2/+105
* | i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck2017-10-311-9/+0
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-191-0/+4
|\ \
| * | i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari2017-10-171-0/+4
* | | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
|/ /
* | i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-131-4/+3
* | i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam2017-10-091-0/+3
* | i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2017-10-091-1/+1
* | i40e/i40evf: bump tail only in multiples of 8Jacob Keller2017-10-091-0/+9
* | i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-091-3/+1
* | i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2017-10-092-4/+6
* | i40evf: fix mac filter removal timing issueAlan Brady2017-10-091-0/+2
* | i40e/i40evf: organize and re-number feature flagsJacob Keller2017-10-061-16/+16
* | i40evf: enable support for VF VLAN tag stripping controlJacob Keller2017-10-061-8/+14
* | i40e: Display error message if module does not meet thermal requirementsFilip Sadowski2017-10-061-0/+1
* | i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg2017-10-061-1/+2
* | i40e: redfine I40E_PHY_TYPE_MAXMitch Williams2017-10-061-1/+1
* | i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller2017-10-061-3/+6
* | i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson2017-10-022-1/+22
* | i40e: make i40evf_map_rings_to_vectors voidMitch Williams2017-10-021-7/+2
* | i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-024-7/+173
* | i40e: use admin queue for setting LEDs behaviorMariusz Stachura2017-10-021-0/+2
* | i40e: Add support for 'ethtool -m'Filip Sadowski2017-10-024-0/+108
* | i40e: Fix reporting of supported link modesFilip Sadowski2017-10-021-2/+18
* | i40e: refactor FW version checkingMitch Williams2017-09-291-1/+9
* | i40evf: fix ring to vector mappingAlan Brady2017-09-291-38/+10
* | i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2017-09-291-1/+1
* | i40evf: lower message levelMitch Williams2017-09-291-1/+1
* | i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller2017-09-291-6/+6
* | drivers: net: i40evf: use setup_timer() helper.Allen Pais2017-09-211-3/+2
|/
* i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2017-08-272-5/+18
* i40e/i40evf: remove ULTRA latency modeJacob Keller2017-08-272-18/+0
* i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller2017-08-271-15/+15
* i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-271-2/+5
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-273-0/+77
* i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-272-13/+10
* i40e: prevent snprintf format specifier truncationJacob Keller2017-08-271-2/+2
* i40e: Store the requested FEC informationMariusz Stachura2017-08-271-0/+1
* i40e: use cpumask_copy instead of direct assignmentJacob Keller2017-08-251-1/+1
* i40evf: use netdev variable in reset taskAlan Brady2017-08-251-2/+2
* i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-253-12/+12
* i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-251-10/+31
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-253-7/+1
* i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-253-1/+24
* i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-252-1/+2
* i40evf: remove unnecessary __packedTushar Dave2017-07-261-2/+2
* i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave2017-07-261-7/+7
OpenPOWER on IntegriCloud