summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
AgeCommit message (Expand)Author
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
2016-09-22i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala
2016-08-19i40evf: Open RDMA Client after resetAvinash Dayanand
2016-08-19i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller
2016-08-18i40e/i40evf-Bump version from 1.6.11 to 1.6.12Bimmy Pujari
2016-08-18i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capabilityJacob Keller
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari
2016-07-22i40evf: add hyperv dev idsJoshua Hay
2016-06-27i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari
2016-06-27i40evf: always activate correct MAC address filterMitch Williams
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain