summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-31iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2018-03-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck1-3/+23
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-08-28i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller1-5/+17
2017-08-28i40e/i40evf: remove ULTRA latency modeJacob Keller1-17/+0
2017-08-28i40e: 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-20i40e/i40evf: Add tracepointsScott Peterson1-0/+9
2017-04-20i40e: Fix support for flow director programming statusAlexander Duyck1-4/+5
2017-04-20i40e/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-28i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck1-5/+3
2017-03-28i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck1-0/+1
2017-03-28i40e/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-19i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller1-2/+3
2017-02-19i40e: Fix Adaptive ITR enablingCarolyn Wyborny1-6/+6
2017-02-12i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson1-76/+93
2017-02-12i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson1-15/+15
2017-02-12i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson1-7/+9
2017-02-03i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck1-20/+27
2016-12-07i40e/i40evf: napi_poll must return the work doneAlexander Duyck1-1/+1
2016-11-01i40e: Reorder logic for coalescing RS bitsAlexander Duyck1-51/+54
2016-10-29i40e: Drop redundant Rx descriptor processing codeAlexander Duyck1-12/+6
2016-10-29i40e/i40evf: fix interrupt affinity bugAlan Brady1-5/+26
2016-09-25i40evf: support queue-specific settings for interrupt moderationJacob Keller1-4/+22
2016-09-25i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck1-11/+6
2016-09-25i40e: Fix Flow Director raw_buf cleanupAlexander Duyck1-4/+4
2016-09-23i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck1-5/+2
2016-08-20i40e: refactor tail_bump checkCarolyn Wyborny1-4/+2
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-2/+1
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-2/+1
2016-07-15i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck1-13/+17
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-06i40evf: refactor receive routineJesse Brandeburg1-443/+455
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg1-20/+1
2016-05-06i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg1-7/+6
2016-05-02i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck1-1/+6
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg1-1/+2