aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
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: Fix double locking the same resourcePaweł Jabłoński1-6/+8
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy1-5/+575
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy1-3/+63
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand1-0/+14
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy1-0/+154
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand1-0/+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-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-4/+2
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-4/+6
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck1-2/+4
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-4/+4
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-0/+1
2018-01-26i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński1-6/+12
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-0/+2
2018-01-23i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand1-1/+8
2018-01-23i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari1-2/+0
2018-01-10i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck1-34/+0
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 Keller1-44/+40
2018-01-10i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller1-3/+17
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady1-5/+5
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller1-2/+2
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-06i40evf: enable support for VF VLAN tag stripping controlJacob Keller1-8/+14
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller1-3/+6
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams1-7/+2
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady1-5/+89
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-21drivers: net: i40evf: use setup_timer() helper.Allen Pais1-3/+2
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 Stachura1-0/+33
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller1-12/+9
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 Assmann1-6/+6
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-1/+1
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari1-0/+19
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams1-1/+1
2017-07-26i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave1-7/+7
2017-06-20i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller1-7/+11