summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
AgeCommit message (Expand)Author
2018-04-26i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand
2018-04-12i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller
2017-12-25i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller
2017-08-25i40evf: use netdev variable in reset taskAlan Brady
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams
2017-07-26i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave
2017-06-20i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller
2017-06-01i40evf: Add support for Adaptive Virtual FunctionPreethi Banala
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg
2017-04-30i40evf: hide unused variableArnd Bergmann
2017-04-30i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller
2017-04-30i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller
2017-04-30i40e: separate PF and VSI state flagsJacob Keller
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller
2017-04-19i40e/i40evf: Add tracepointsScott Peterson
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari
2017-03-15i40evf: add client interfaceMitch Williams
2017-02-18i40evf: add commentMitch Williams
2017-02-18i40evf: free rings in remove functionMitch Williams
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari
2017-02-02i40evf: remove unused device IDMitch Williams
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari
2016-12-02i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller
2016-12-02i40evf: check for msix_entries null dereferenceAlan Brady
2016-12-02i40evf: Move some i40evf_reset_task code to separate functionJoe Perches
2016-12-02i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck
2016-10-31i40evf: avoid an extra msleep whileJacob Keller
2016-10-28i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari
2016-10-28i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari
2016-09-22i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang