aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg1-2508/+0
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-1/+3
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady1-1/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-111/+251
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-29/+39
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-2/+9
2018-02-12i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck1-1/+10
2018-02-12i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck1-45/+14
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-3/+3
2018-02-12i40e: fix typo in function descriptionAlan Brady1-1/+1
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-8/+4
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-0/+54
2018-01-03i40e/i40evf: Account for frags split over multiple descriptors in check linearizeAlexander Duyck1-3/+23
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck1-9/+0
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller1-0/+9
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-3/+1
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller1-6/+6
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller1-5/+17
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller1-17/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller1-15/+15
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-3/+3
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel1-1/+2
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-4/+4
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-4/+4
2017-04-19i40e/i40evf: Add tracepointsScott Peterson1-0/+9
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-08i40e/i40evf: Use build_skb to build framesAlexander Duyck1-0/+47
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck1-2/+13
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck1-13/+14
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-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala1-57/+7
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 Duyck1-6/+18
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck1-5/+26
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller1-2/+3
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny1-6/+6
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 Peterson1-15/+15
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson1-7/+9
2017-02-02i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck1-20/+27
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck1-1/+1
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck1-51/+54