aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)Author
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar
2017-10-31i40e: Admin queue definitions for cloud filtersAmritha Nambiar
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller
2017-10-06i40evf: enable support for VF VLAN tag stripping controlJacob Keller
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg
2017-10-06i40e: redfine I40E_PHY_TYPE_MAXMitch Williams
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski
2017-09-29i40e: refactor FW version checkingMitch Williams
2017-09-29i40evf: fix ring to vector mappingAlan Brady
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller
2017-09-29i40evf: lower message levelMitch Williams
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller
2017-09-21drivers: net: i40evf: use setup_timer() helper.Allen Pais
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller
2017-08-27i40e: Store the requested FEC informationMariusz Stachura
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller
2017-08-25i40evf: use netdev variable in reset taskAlan Brady
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams