summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2019-07-31iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2018-04-26i40evf: ignore link up if not runningAlan Brady1-12/+23
2018-04-26i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2-1/+9
2018-04-12i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller1-3/+17
2018-03-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck1-3/+23
2017-12-25i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller1-3/+6
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-28i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2-5/+18
2017-08-28i40e/i40evf: remove ULTRA latency modeJacob Keller2-18/+0
2017-08-28i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-15/+15
2017-08-28i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller1-2/+5
2017-08-28i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura3-0/+77
2017-08-28i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2-13/+10
2017-08-28i40e: prevent snprintf format specifier truncationJacob Keller1-2/+2
2017-08-28i40e: Store the requested FEC informationMariusz Stachura1-0/+1
2017-08-26i40e: use cpumask_copy instead of direct assignmentJacob Keller1-1/+1
2017-08-26i40evf: use netdev variable in reset taskAlan Brady1-2/+2
2017-08-26i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann3-12/+12
2017-08-26i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-10/+31
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller3-7/+1
2017-08-26i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari3-1/+24
2017-08-26i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2-1/+2
2017-07-26i40evf: remove unnecessary __packedTushar Dave1-2/+2
2017-07-26i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave1-7/+7
2017-07-26i40evf: add some missing includesJesse Brandeburg1-0/+11
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg2-5/+5
2017-06-21i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael1-2/+3
2017-06-21i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller1-7/+11
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel1-1/+2
2017-06-02i40evf: Add support for Adaptive Virtual FunctionPreethi Banala3-3/+6
2017-06-02virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg4-10/+11
2017-06-02i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-2/+1
2017-06-02virtchnl: rename i40e to generic virtchnlJesse Brandeburg6-191/+191
2017-06-02i40e/i40evf: create and use new unified header fileJesse Brandeburg4-449/+3
2017-06-01i40evf: drop i40e_type.h includeJesse Brandeburg1-2/+0
2017-05-31i40evf: disable unused flagsJesse Brandeburg2-4/+2
2017-05-31i40evf: fix merge error in older patchJesse Brandeburg1-0/+1
2017-05-31i40evf: fix duplicate linesJesse Brandeburg1-2/+0
2017-04-30i40evf: hide unused variableArnd Bergmann1-1/+2
2017-04-30i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller1-9/+9
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller1-1/+0
2017-04-30i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller1-6/+6
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller3-10/+12
2017-04-30i40e: separate PF and VSI state flagsJacob Keller3-11/+14
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller1-1/+1
2017-04-20i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller1-2/+0
2017-04-20i40e: reduce wait time for adminq command completionJacob Keller2-3/+3
2017-04-20i40e: new AQ commandsJingjing Wu4-0/+343