aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)Author
2017-04-19i40e/i40evf: Add tracepointsScott Peterson
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck
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-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller
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-27i40e: Drop FCoE code from core driver filesAlexander Duyck
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-23i40e: add support for SCTPv4 FDir filtersJacob Keller
2017-03-23i40e: implement support for flexible word payloadJacob Keller
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy
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: update comment explaining where FDIR buffers are freedJacob Keller
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-31i40e: Add common function for finding VSI by typeAlexander Duyck
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller
2016-10-28i40e: Drop redundant Rx descriptor processing codeAlexander Duyck
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady
2016-10-28i40e: Drop code for unsupported flow typesAlexander Duyck
2016-10-28i40e: Rewrite Flow Director busy wait loopAlexander Duyck
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck
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-24i40e: cleanup ATR auto_disable_flags useJacob Keller
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