summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)Author
2017-07-26i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-05-31i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller
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-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