aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28ice: Fix and update driver version stringAnirudh Venkataramanan1-1/+1
2018-08-28ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2-7/+28
2018-08-28ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley1-9/+85
2018-08-28ice: Enable firmware logging during device initialization.Hieu Tran5-2/+286
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash3-1/+181
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari5-0/+331
2018-08-28ice: Clean up register fileAnirudh Venkataramanan1-229/+188
2018-08-28ice: Implement handlers for ethtool PHY/link operationsChinh Cao4-53/+891
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan7-171/+580
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan5-553/+500
2018-08-28ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao1-8/+10
2018-08-28ice: Prevent control queue operations during resetAnirudh Venkataramanan4-5/+34
2018-08-28ice: Update request resource command to latest specificationDan Nowlin4-21/+67
2018-08-28ice: Updates to Tx scheduler codeAnirudh Venkataramanan4-114/+61
2018-08-28ice: Rework flex descriptor programmingAnirudh Venkataramanan2-34/+92
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan3-6/+8
2018-08-23ice: Change struct members from bool to u8Bruce Allan4-16/+16
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg1-2/+2
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2-8/+11
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan2-14/+3
2018-08-23ice: Set VLAN flags correctlyBrett Creeley2-25/+30
2018-08-23ice: Use order_base_2 to calculate higher power of 2Jacob Keller1-5/+2
2018-08-23ice: Fix bugs in control queue processingAnirudh Venkataramanan2-5/+26
2018-08-23ice: Clean control queues only when they are initializedPreethi Banala1-8/+16
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller2-13/+46
2018-08-23ice: Cleanup magic numberAnirudh Venkataramanan2-1/+2
2018-08-23ice: Remove unnecessary node owner checkBruce Allan1-2/+1
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan4-24/+25
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan2-9/+11
2018-05-11ice: Set rq_last_status when cleaning rqJeff Shaw1-1/+1
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-24ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2-6/+0
2018-04-24ice: Fix incorrect comment for action typeAnirudh Venkataramanan1-1/+1
2018-04-24ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan1-2/+2
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
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 Venkataramanan9-1/+728
2018-03-26ice: Support link events, reset and rebuildAnirudh Venkataramanan7-6/+681
2018-03-26ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan8-3/+1006
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan9-5/+1828
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan10-16/+1631
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan5-2/+1171
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan14-6/+2729
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan7-2/+1935
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan7-0/+1548
2018-03-26ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan10-1/+1025
2018-03-26ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan8-0/+929
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan10-1/+1082
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan12-1/+854
2018-03-26ice: Add support for control queuesAnirudh Venkataramanan12-2/+1458