summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2018-01-10i40e: track id can be 0Jingjing Wu1-5/+0
2018-01-10i40e: change ppp name to ddpJingjing Wu4-35/+37
2018-01-10i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck1-34/+0
2018-01-10i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck1-2/+4
2018-01-10i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck1-13/+5
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael1-2/+2
2018-01-10i40evf: hold the critical task bit lock while openingJacob Keller1-9/+31
2018-01-10i40evf: release bit locks in reverse orderJacob Keller1-1/+1
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller3-49/+81
2018-01-10i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller1-3/+17
2018-01-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck1-3/+23
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady2-17/+31
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/jkirshe...David 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