summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller1-2/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel1-1/+2
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-05-31i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-6/+20
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-15/+7
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-7/+7
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-12/+38
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-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady1-9/+3
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck1-4/+2
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller1-4/+5
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/+45
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-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-26/+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 Duyck1-7/+18
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+80
2017-03-23i40e: implement support for flexible word payloadJacob Keller1-0/+27
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller1-4/+13
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller1-17/+17
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller1-19/+14
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller1-6/+6
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy1-10/+10
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: update comment explaining where FDIR buffers are freedJacob Keller1-1/+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-16/+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
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck1-4/+1
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller1-3/+1
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller1-3/+4
2016-10-28i40e: Drop redundant Rx descriptor processing codeAlexander Duyck1-12/+6
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady1-8/+28
2016-10-28i40e: Drop code for unsupported flow typesAlexander Duyck1-26/+5
2016-10-28i40e: Rewrite Flow Director busy wait loopAlexander Duyck1-9/+4