aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
Commit message (Expand)AuthorAge
* i40evf: fix client notify of l2 paramsAlan Brady2017-11-22
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-18
* i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2017-10-09
* i40evf: fix mac filter removal timing issueAlan Brady2017-10-09
* i40evf: enable support for VF VLAN tag stripping controlJacob Keller2017-10-06
* i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller2017-10-06
* i40e: make i40evf_map_rings_to_vectors voidMitch Williams2017-10-02
* i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-02
* i40evf: fix ring to vector mappingAlan Brady2017-09-29
* i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2017-09-29
* drivers: net: i40evf: use setup_timer() helper.Allen Pais2017-09-21
* i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-27
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-27
* i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-27
* i40e: use cpumask_copy instead of direct assignmentJacob Keller2017-08-25
* i40evf: use netdev variable in reset taskAlan Brady2017-08-25
* i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-25
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-25
* i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-25
* i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-25
* i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave2017-07-26
* i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller2017-06-20
* i40evf: Add support for Adaptive Virtual FunctionPreethi Banala2017-06-01
* virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg2017-06-01
* virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-01
* i40evf: hide unused variableArnd Bergmann2017-04-30
* i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-30
* i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller2017-04-30
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-30
* i40e: separate PF and VSI state flagsJacob Keller2017-04-30
* i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-30
* i40e/i40evf: Add tracepointsScott Peterson2017-04-19
* i40evf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-19
* i40e/i40evf: Add support for padding start of framesAlexander Duyck2017-04-08
* i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck2017-04-08
* i40e/i40evf: Add capability exchange for outer checksumPreethi Banala2017-04-06
* i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-29
* i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari2017-03-15
* i40evf: add client interfaceMitch Williams2017-03-15
* i40evf: add commentMitch Williams2017-02-18
* i40evf: free rings in remove functionMitch Williams2017-02-18
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-11
* i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2017-02-11
* i40evf: remove unused device IDMitch Williams2017-02-03
* Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-06
* i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller2016-12-03
* i40evf: check for msix_entries null dereferenceAlan Brady2016-12-03
* i40evf: Move some i40evf_reset_task code to separate functionJoe Perches2016-12-03
* i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck2016-12-03
* i40evf: avoid an extra msleep whileJacob Keller2016-10-31