summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher21-0/+21
2018-03-19i40evf: remove flags that are never usedJacob Keller1-3/+0
2018-03-19i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck1-12/+11
2018-03-14i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flowerGustavo A R Silva1-1/+1
2018-02-26i40evf: remove redundant array comparisons to 0 checksColin Ian King1-36/+25
2018-02-26i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King1-14/+18
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady1-1/+1
2018-02-26i40evf: Fix double locking the same resourcePaweł Jabłoński1-6/+8
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy3-5/+810
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy3-3/+67
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand2-0/+20
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy3-1/+257
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand3-8/+22
2018-02-13i40evf: Make VF reset warning message more clearHarshitha Ramamurthy1-1/+1
2018-02-13i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller1-39/+56
2018-02-13i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy1-4/+7
2018-02-13i40evf: use GFP_ATOMIC under spin lockWei Yongjun1-4/+4
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck4-126/+262
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck4-42/+53
2018-02-12i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck1-9/+15
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck3-28/+39
2018-02-12i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck1-1/+10
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2-9/+9
2018-02-12i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck1-45/+14
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck4-21/+20
2018-02-12i40e: fix typo in function descriptionAlan Brady1-1/+1
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck1-1/+1
2018-01-27i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck3-10/+7
2018-01-27i40e: cleanup unnecessary parensJeff Kirsher1-1/+1
2018-01-27i40e: Display LLDP information on vSphere Web ClientUpasana Menon1-0/+12
2018-01-27i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck1-14/+14
2018-01-27i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński1-6/+12
2018-01-27i40e: Add returning AQ critical error to SWMichal Kosiarz3-4/+12
2018-01-23i40evf: ignore link up if not runningAlan Brady1-12/+23
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari3-0/+58
2018-01-23i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2-1/+9
2018-01-23i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari1-2/+0
2018-01-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski2-11/+23
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-22i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1