summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-201-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+1
* i40e/i40evf: properly report Rx packet hashMitch Williams2016-05-141-1/+1
* i40e: Refactor receive routineJesse Brandeburg2016-05-051-272/+498
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-051-244/+1
* i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2016-05-051-7/+6
* i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2016-05-011-1/+6
* i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2016-04-271-1/+2
* i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck2016-04-261-8/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-25/+24
|\
| * i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2016-04-131-25/+24
* | i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2016-04-061-2/+6
* | i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg2016-04-061-4/+2
* | i40e/i40evf: Move stack var deeperJesse Brandeburg2016-04-061-1/+2
* | i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck2016-04-051-7/+4
* | i40e/i40evf: Fix casting in transmit codeJesse Brandeburg2016-04-051-2/+3
* | i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck2016-04-051-9/+11
* | i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck2016-04-051-5/+8
* | i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2016-04-051-4/+9
|/
* i40e: queue-specific settings for interrupt moderationKan Liang2016-02-191-4/+5
* i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck2016-02-181-6/+6
* i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck2016-02-181-46/+59
* i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck2016-02-181-58/+13
* i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck2016-02-181-15/+13
* i40e: Fix ATR in relation to tunnelsAlexander Duyck2016-02-181-17/+11
* i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck2016-02-181-1/+18
* i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck2016-02-181-13/+10
* i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck2016-02-181-12/+22
* i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2016-02-181-38/+42
* i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2016-02-181-1/+13
* i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2016-02-181-15/+23
* i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2016-02-181-25/+26
* i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2016-02-181-18/+26
* i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2016-02-181-13/+18
* i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2016-02-181-5/+4
* i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck2016-02-181-42/+5
* i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain2016-02-171-13/+0
* i40e/i40evf: avoid atomicsMitch Williams2016-02-171-8/+13
* i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-171-3/+7
* i40e/i40evf: use logical operators, not bitwiseMitch Williams2016-02-171-2/+3
* i40e/i40evf: use pages correctly in RxMitch Williams2016-02-171-43/+75
* i40e/i40evf: use __GFP_NOWARNJesse Brandeburg2016-02-171-4/+8
* i40e/i40evf: try again after failureJesse Brandeburg2016-02-171-9/+42
* i40e/i40evf: don't lose interruptsJesse Brandeburg2016-02-171-2/+4
* i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain2016-02-171-23/+34
* i40e: add priv flag for automatic rule evictionAnjali Singhai Jain2016-02-171-2/+4
* i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson2016-02-171-0/+3
* i40e: fix bug in dma syncJesse Brandeburg2016-02-171-4/+4
* i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain2016-02-161-5/+13
* net: i40e: shut up uninitialized variable warningsArnd Bergmann2016-01-251-2/+2