aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2016-04-05i40e: Change comment to reflect correct function nameMitch Williams1-1/+1
2016-04-05i40e: Change unknown event error msg to ignore messageShannon Nelson1-1/+1
2016-04-05i40e: Added code to prevent double resetsMitch Williams1-4/+7
2016-04-05i40e: Notify VFs of all resetsMitch Williams1-2/+2
2016-04-05i40e: Remove timer and task only if createdShannon Nelson1-2/+4
2016-04-05i40e: Assure that adminq is alive in debug modeShannon Nelson1-7/+6
2016-04-05i40e: Remove MSIx only if createdShannon Nelson1-1/+1
2016-04-05i40e: Fix up return codeJesse Brandeburg1-3/+3
2016-04-05i40e: Save off VSI resource count when updating VSIKevin Scott1-0/+6
2016-04-05i40e/i40evf: Remove I40E_MAX_USER_PRIORITY defineCatherine Sullivan1-1/+0
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 Duyck3-8/+42
2016-04-05i40e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-7/+3
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-13/+1657
2016-02-29i40e: Add support for client interface for IWARP driverAnjali Singhai Jain9-13/+1657
2016-02-19i40e/ethtool: support coalesce setting by queueKan Liang1-0/+7
2016-02-19i40e/ethtool: support coalesce getting by queueKan Liang1-0/+7
2016-02-19i40e: queue-specific settings for interrupt moderationKan Liang6-70/+120
2016-02-19i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg1-1/+1
2016-02-19i40e: let go of the pastMitch Williams1-0/+2
2016-02-19i40e: suspend scheduling during driver unloadPandi Kumar Maharajan1-0/+1
2016-02-19i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson5-22/+23
2016-02-18i40e: implement and use Rx CTL helper functionsShannon Nelson2-3/+133
2016-02-18i40e: add adminq commands for Rx CTL registersShannon Nelson1-0/+16
2016-02-18i40e: add check for null VSIJohn Underwood1-1/+6
2016-02-18i40e: Expose some registers to program parser, FD and RSS logicAnjali Singhai Jain1-0/+48
2016-02-18i40e: Fix for unexpected messagingCarolyn Wyborny1-6/+7
2016-02-18i40e: Do not wait for Rx queue disable in DCB reconfigNeerav Parikh1-9/+24
2016-02-18i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bitKevin Scott1-1/+7
2016-02-18i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny4-6/+63
2016-02-18i40e: Add functions to blink led on 10GBaseT PHYCarolyn Wyborny3-0/+358
2016-02-18i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck1-6/+6
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck3-46/+84
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck3-62/+67
2016-02-18i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck1-15/+13
2016-02-18i40e: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+10
2016-02-18i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnelsAlexander Duyck1-12/+0
2016-02-18i40e: Fix ATR in relation to tunnelsAlexander Duyck1-17/+11
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 Duyck2-13/+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