summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck1-15/+13
2016-02-19i40e: Fix ATR in relation to tunnelsAlexander Duyck1-17/+11
2016-02-19i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck1-1/+18
2016-02-19i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck1-13/+10
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck1-12/+22
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck1-38/+42
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck1-1/+13
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck1-15/+23
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck1-25/+26
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck1-18/+26
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck1-13/+18
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck1-5/+4
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck1-42/+5
2016-02-18i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain1-13/+0
2016-02-18i40e/i40evf: avoid atomicsMitch Williams1-8/+13
2016-02-18i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain1-3/+7
2016-02-18i40e/i40evf: use logical operators, not bitwiseMitch Williams1-2/+3
2016-02-18i40e/i40evf: use pages correctly in RxMitch Williams1-43/+75
2016-02-18i40e/i40evf: use __GFP_NOWARNJesse Brandeburg1-4/+8
2016-02-18i40e/i40evf: try again after failureJesse Brandeburg1-9/+42
2016-02-18i40e/i40evf: don't lose interruptsJesse Brandeburg1-2/+4
2016-02-18i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain1-23/+34
2016-02-17i40e: add priv flag for automatic rule evictionAnjali Singhai Jain1-2/+4
2016-02-17i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson1-0/+3
2016-02-17i40e: fix bug in dma syncJesse Brandeburg1-4/+4
2016-02-17i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain1-5/+13
2016-01-26net: i40e: shut up uninitialized variable warningsArnd Bergmann1-2/+2
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain1-25/+29
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali1-4/+4
2015-12-03i40e: trivial fixesJesse Brandeburg1-5/+1
2015-12-03i40e/i40evf: use logical operatorMitch Williams1-1/+1
2015-12-03i40e: Fix memory leaks, sideband filter programmingKiran Patil1-5/+14
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil1-0/+2
2015-12-02i40e/i40evf: prefetch skb data on transmitJesse Brandeburg1-0/+3
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain1-1/+3
2015-11-25i40e/i40evf: remove unused tunnel parameterShannon Nelson1-7/+4
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-10-23i40e: add missing kernel-doc argumentJean Sacren1-0/+3
2015-10-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-2/+20
2015-10-20i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg1-6/+21
2015-10-20i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg1-1/+8
2015-10-20i40e/i40evf: refactor IRQ enable functionJesse Brandeburg1-46/+66
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-2/+6
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck1-6/+1
2015-10-16i40e/i40evf: Fix handling of napi budgetAlexander Duyck1-0/+5
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-3/+3