summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
AgeCommit message (Expand)Author
2019-07-31iavf: fix dereference of null rx_buffer pointerColin Ian King
2018-03-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller
2017-04-30i40e: separate PF and VSI state flagsJacob Keller
2017-04-19i40e/i40evf: Add tracepointsScott Peterson
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck
2017-04-19i40e/i40evf: Remove VF Rx csum offload for tunneled packetsalice michael
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck
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-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson
2017-02-02i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck
2016-10-28i40e: Drop redundant Rx descriptor processing codeAlexander Duyck
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck
2016-09-22i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck
2016-08-19i40e: refactor tail_bump checkCarolyn Wyborny
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-07-22i40e/i40evf: remove useless initializerMitch Williams
2016-07-14i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck
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-05i40evf: refactor receive routineJesse Brandeburg
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg
2016-05-01i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg