summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40evf: Add support to apply cloud filtersHarshitha Ramamurthy2018-02-141-5/+575
* i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy2018-02-141-3/+63
* i40evf: Alloc queues for ADq on VFAvinash Dayanand2018-02-141-0/+14
* i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy2018-02-141-0/+154
* i40evf: Fix link up issue when queues are disabledAvinash Dayanand2018-02-141-0/+1
* i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller2018-02-131-39/+56
* i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy2018-02-131-4/+7
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-121-4/+2Star
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-121-4/+6
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-121-2/+4
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-4/+4
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-261-0/+1
* i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński2018-01-261-6/+12
* i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-231-0/+2
* i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2018-01-231-1/+8
* i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari2018-01-231-2/+0Star
* i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck2018-01-101-34/+0Star
* i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck2018-01-101-13/+5Star
* i40e/i40evf: Bump driver versionsAlice Michael2018-01-101-2/+2
* i40evf: hold the critical task bit lock while openingJacob Keller2018-01-101-9/+31
* i40evf: release bit locks in reverse orderJacob Keller2018-01-101-1/+1
* i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller2018-01-101-44/+40Star
* i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller2018-01-101-3/+17
* i40evf: fix client notify of l2 paramsAlan Brady2017-11-221-5/+5
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
* i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2017-10-091-2/+2
* i40evf: fix mac filter removal timing issueAlan Brady2017-10-091-0/+2
* i40evf: enable support for VF VLAN tag stripping controlJacob Keller2017-10-061-8/+14
* i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller2017-10-061-3/+6
* i40e: make i40evf_map_rings_to_vectors voidMitch Williams2017-10-021-7/+2Star
* i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-021-5/+89
* i40evf: fix ring to vector mappingAlan Brady2017-09-291-38/+10Star
* i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2017-09-291-1/+1
* drivers: net: i40evf: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-281-2/+5
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-281-0/+33
* i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-281-12/+9Star
* 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-251-6/+6
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-1/+1
* i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-251-0/+19
* i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-251-1/+1
* i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave2017-07-261-7/+7
* i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller2017-06-211-7/+11
* i40evf: Add support for Adaptive Virtual FunctionPreethi Banala2017-06-011-3/+4
* virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg2017-06-011-5/+6
* virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-011-24/+24
* i40evf: hide unused variableArnd Bergmann2017-04-301-1/+2
* i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-301-9/+9