aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01i40evf: Add support for Adaptive Virtual FunctionPreethi Banala1-3/+4
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-5/+6
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-24/+24
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 needless min_t() on num_online_cpus()*2Jacob Keller1-6/+6
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-5/+5
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-5/+5
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller1-1/+1
2017-04-19i40e/i40evf: Add tracepointsScott Peterson1-0/+7
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser1-16/+0
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck1-1/+7
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck1-0/+6
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-28/+33
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-1/+15
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40evf: add client interfaceMitch Williams1-5/+78
2017-02-18i40evf: add commentMitch Williams1-0/+5
2017-02-18i40evf: free rings in remove functionMitch Williams1-1/+2
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari1-0/+1
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-02i40evf: remove unused device IDMitch Williams1-1/+0
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-02i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller1-6/+14
2016-12-02i40evf: check for msix_entries null dereferenceAlan Brady1-0/+6
2016-12-02i40evf: Move some i40evf_reset_task code to separate functionJoe Perches1-42/+44
2016-12-02i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck1-0/+59
2016-10-31i40evf: avoid an extra msleep whileJacob Keller1-3/+5
2016-10-28i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari1-1/+1
2016-10-28i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari1-1/+1
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady1-21/+50
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-4/+4
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller1-6/+4
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari1-1/+1
2016-09-22i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang1-2/+1
2016-09-22i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari1-8/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala1-0/+4
2016-08-19i40evf: Open RDMA Client after resetAvinash Dayanand1-0/+2