summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
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: update comment explaining where FDIR buffers are freedJacob Keller1-1/+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-16/+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-11-01i40e: Add common function for finding VSI by typeAlexander Duyck1-4/+1
2016-11-01i40e: replace PTP Rx timestamp hang logicJacob Keller1-3/+1
2016-11-01i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller1-3/+4
2016-10-29i40e: Drop redundant Rx descriptor processing codeAlexander Duyck1-12/+6
2016-10-29i40e/i40evf: fix interrupt affinity bugAlan Brady1-8/+28
2016-10-29i40e: Drop code for unsupported flow typesAlexander Duyck1-26/+5
2016-10-29i40e: Rewrite Flow Director busy wait loopAlexander Duyck1-9/+4
2016-09-25i40evf: support queue-specific settings for interrupt moderationJacob Keller1-4/+17
2016-09-25i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck1-2/+3
2016-09-25i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
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-25i40e: cleanup ATR auto_disable_flags useJacob Keller1-7/+7
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-3/+1
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-3/+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-14i40e/i40evf: properly report Rx packet hashMitch Williams1-1/+1
2016-05-06i40e: Refactor receive routineJesse Brandeburg1-272/+498
2016-05-06i40e: Drop packet split receive routineJesse Brandeburg1-244/+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
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck1-8/+16
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+24
2016-04-14i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck1-25/+24
2016-04-07i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg1-2/+6
2016-04-07i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg1-4/+2
2016-04-07i40e/i40evf: Move stack var deeperJesse Brandeburg1-1/+2
2016-04-06i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck1-7/+4
2016-04-05i40e/i40evf: Fix casting in transmit codeJesse Brandeburg1-2/+3
2016-04-05i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck1-9/+11
2016-04-05i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck1-5/+8
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck1-4/+9
2016-02-20i40e: queue-specific settings for interrupt moderationKan Liang1-4/+5
2016-02-19i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck1-6/+6
2016-02-19i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck1-46/+59
2016-02-19i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck1-58/+13