aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-3/+3
2018-11-20ice: Cleanup short function signaturesBruce Allan1-2/+1
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz1-3/+1
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan1-2/+29
2018-11-06ice: Free VSI contexts during for unloadVictor Raj1-0/+3
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan1-28/+1
2018-10-24ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan1-0/+19
2018-10-24ice: Use capability count returned by the firmwareAnirudh Venkataramanan1-3/+1
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan1-4/+52
2018-10-03ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan1-0/+22
2018-10-02ice: Add support for dynamic interrupt moderationBrett Creeley1-5/+36
2018-10-02ice: Check for actual link state of port after resetDave Ertman1-2/+1
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan1-1/+64
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan1-25/+46
2018-10-01ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan1-0/+61
2018-09-28ice: Update to capabilities admin queue commandAnirudh Venkataramanan1-16/+34
2018-08-28ice: Enable firmware logging during device initialization.Hieu Tran1-2/+180
2018-08-28ice: Implement handlers for ethtool PHY/link operationsChinh Cao1-9/+112
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan1-0/+2
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan1-20/+16
2018-08-28ice: Update request resource command to latest specificationDan Nowlin1-17/+58
2018-08-28ice: Updates to Tx scheduler codeAnirudh Venkataramanan1-0/+7
2018-08-28ice: Rework flex descriptor programmingAnirudh Venkataramanan1-23/+79
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan1-0/+3
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan1-1/+1
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan1-11/+14
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-06ice: Fix error return code in ice_init_hw()Wei Yongjun1-1/+3
2018-03-26ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan1-0/+28
2018-03-26ice: Support link events, reset and rebuildAnirudh Venkataramanan1-0/+60
2018-03-26ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan1-0/+54
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan1-0/+195
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan1-0/+188
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan1-0/+602
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan1-2/+72
2018-03-26ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan1-0/+6
2018-03-26ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan1-0/+264
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan1-0/+231
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan1-0/+405
2018-03-26ice: Add support for control queuesAnirudh Venkataramanan1-0/+130