aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller1-2/+0
2017-04-19i40e: reduce wait time for adminq command completionJacob Keller2-3/+3
2017-04-19i40e: new AQ commandsJingjing Wu4-0/+343
2017-04-19i40e/i40evf: Add tracepointsScott Peterson4-0/+248
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck1-4/+5
2017-04-19i40e/i40evf: Remove VF Rx csum offload for tunneled packetsalice michael1-7/+0
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser3-28/+11
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck1-0/+47
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck3-4/+89
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck3-13/+32
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael1-1/+0
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala3-30/+38
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck4-12/+26
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2-0/+106
2017-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck1-73/+65
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck1-28/+44
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck1-24/+34
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck1-12/+12
2017-03-29i40e: use register for XL722 control register read/writePaul M Stillwell Jr1-2/+6
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala3-75/+7
2017-03-27i40evf: dereference VSI after VSI has been null checkedColin Ian King1-4/+5
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-12/+0
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck1-5/+3
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck1-0/+1
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck2-7/+24
2017-03-20i40evf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+15
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck2-5/+29
2017-03-15i40evf: add client interfaceMitch Williams7-10/+879
2017-03-14i40e: fix up recent proxy and wol bits for X722_SUPPORTShannon Nelson1-1/+64
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller1-2/+3
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady1-7/+12
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny1-6/+6
2017-02-18i40evf: add commentMitch Williams1-0/+5
2017-02-18i40evf: free rings in remove functionMitch Williams1-1/+2
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman1-0/+1
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2-0/+2
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson1-76/+93
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2-16/+23
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson1-7/+9
2017-02-11i40evf: track outstanding client requestMitch Williams3-0/+6
2017-02-02i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2-2/+0