aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-2/+1
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-2/+1
2016-07-14i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck1-13/+17
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-05i40evf: refactor receive routineJesse Brandeburg1-443/+455
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-20/+1
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg1-7/+6
2016-05-01i40e/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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+24
2016-04-13i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck1-25/+24
2016-04-06i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg1-1/+3
2016-04-06i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg1-4/+2
2016-04-06i40e/i40evf: Move stack var deeperJesse Brandeburg1-1/+2
2016-04-05i40e/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-18i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck1-5/+5
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck1-46/+59
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck1-50/+14
2016-02-18i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck1-1/+18
2016-02-18i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck1-13/+10
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck1-12/+23
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/+26
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck1-26/+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-41/+5
2016-02-17i40e/i40evf: avoid atomicsMitch Williams1-8/+13
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain1-3/+7
2016-02-17i40e/i40evf: use logical operators, not bitwiseMitch Williams1-2/+3
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams1-43/+75
2016-02-17i40e/i40evf: use __GFP_NOWARNJesse Brandeburg1-4/+8
2016-02-17i40e/i40evf: try again after failureJesse Brandeburg1-9/+42
2016-02-17i40e/i40evf: don't lose interruptsJesse Brandeburg1-1/+3
2016-02-17i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain1-27/+36
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-16i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain1-1/+2
2016-02-03i40evf: add new write-back modeAnjali Singhai Jain1-0/+16
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain1-25/+29
2015-12-03i40e: trivial fixesJesse Brandeburg1-11/+4
2015-12-03i40e/i40evf: use logical operatorMitch Williams1-1/+1