summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.h
AgeCommit message (Expand)Author
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg
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-25i40e: separate hw_features from runtime changing flagsJacob Keller
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams
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: Change the way we limit the maximum frame size for RxAlexander Duyck
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala
2017-03-27i40e: Drop FCoE code from core driver filesAlexander 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-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson
2016-12-06i40e: simplify txd use count calculationMitch Williams
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck
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-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg
2016-05-05i40evf: refactor receive routineJesse Brandeburg
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-13i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck
2016-04-06i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain
2016-02-17i40e: properly show packet split status in debugfsMitch Williams
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams
2016-02-17i40e/i40evf: try again after failureJesse Brandeburg
2016-02-17i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil
2015-12-01i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain
2015-10-19i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg
2015-10-19i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg
2015-10-19i40evf: fix overlong BIT definesJesse Brandeburg
2015-10-16i40e/i40evf: moderate interrupts differentlyJesse Brandeburg
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil
2015-08-05i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain
2015-08-05i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain
2015-08-05i40e/i40evf: RSS changes for X722Anjali Singhai Jain
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg