summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)Author
2016-05-05i40e: Drop packet split receive routineJesse Brandeburg
2016-05-05i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg
2016-05-01i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck
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-06i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg
2016-04-06i40e/i40evf: Move stack var deeperJesse Brandeburg
2016-04-05i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck
2016-04-05i40e/i40evf: Fix casting in transmit codeJesse Brandeburg
2016-04-05i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck
2016-04-05i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck
2016-02-19i40e: queue-specific settings for interrupt moderationKan Liang
2016-02-18i40e/i40evf: Move Tx checksum closer to TSOAlexander 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: Add support for ATR w/ IPv6 extension headersAlexander Duyck
2016-02-18i40e: Fix ATR in relation to tunnelsAlexander Duyck
2016-02-18i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck
2016-02-18i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck
2016-02-17i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain
2016-02-17i40e/i40evf: avoid atomicsMitch Williams
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain
2016-02-17i40e/i40evf: use logical operators, not bitwiseMitch Williams
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams
2016-02-17i40e/i40evf: use __GFP_NOWARNJesse Brandeburg
2016-02-17i40e/i40evf: try again after failureJesse Brandeburg
2016-02-17i40e/i40evf: don't lose interruptsJesse Brandeburg
2016-02-17i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain
2016-02-17i40e: add priv flag for automatic rule evictionAnjali Singhai Jain
2016-02-17i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson
2016-02-17i40e: fix bug in dma syncJesse Brandeburg
2016-02-16i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain
2016-01-25net: i40e: shut up uninitialized variable warningsArnd Bergmann
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali
2015-12-03i40e: trivial fixesJesse Brandeburg
2015-12-03i40e/i40evf: use logical operatorMitch Williams