summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-3/+3
* ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2019-05-301-3/+3
* ice: Update function headerAnirudh Venkataramanan2019-05-301-0/+4
* ice: Cleanup ice_update_link_infoBruce Allan2019-05-301-17/+18
* ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-301-0/+70
* ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-291-0/+48
* ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-291-0/+23
* ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan2019-05-291-3/+0Star
* ice: Fix LINE_SPACING style issueBruce Allan2019-05-291-1/+0Star
* ice: Call out dev/func caps when printingAnirudh Venkataramanan2019-05-231-26/+30
* ice: Do not unnecessarily initialize local variableBruce Allan2019-05-041-1/+1
* ice: Resolve static analysis reported issueBruce Allan2019-05-021-10/+2Star
* ice: Return configuration error without queue to disableAkeem G Abodunrin2019-05-021-7/+10
* ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-021-5/+57
* ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-181-0/+25
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-47/+47
* ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-181-3/+3
* ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao2019-03-251-13/+13
* ice: add and use new ice_for_each_traffic_class() macroBruce Allan2019-03-251-1/+1
* ice: Enable link events over the ARQBrett Creeley2019-03-251-1/+27
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-16/+19
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: Get resources per functionBrett Creeley2019-03-201-5/+8
* ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao2019-03-201-0/+11
* ice: flush Tx pipe on disable queue timeoutVictor Raj2019-02-251-2/+19
* ice: add const qualifier to mac_addr parameterJacob Keller2019-01-151-3/+3
* ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-151-11/+113
* ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan2019-01-151-0/+2
* ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-151-0/+28
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-3/+3
* ice: Cleanup short function signaturesBruce Allan2018-11-201-2/+1Star
* ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz2018-11-201-3/+1Star
* ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan2018-11-131-2/+29
* ice: Free VSI contexts during for unloadVictor Raj2018-11-061-0/+3
* ice: Poll for link status changeAnirudh Venkataramanan2018-10-241-28/+1Star
* ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-241-0/+19
* ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1Star
* ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-031-4/+52
* ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan2018-10-031-0/+22
* ice: Add support for dynamic interrupt moderationBrett Creeley2018-10-021-5/+36
* ice: Check for actual link state of port after resetDave Ertman2018-10-021-2/+1Star
* ice: Implement VSI replay frameworkAnirudh Venkataramanan2018-10-021-1/+64
* ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan2018-10-021-25/+46
* ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan2018-10-011-0/+61
* ice: Update to capabilities admin queue commandAnirudh Venkataramanan2018-09-281-16/+34
* ice: Enable firmware logging during device initialization.Hieu Tran2018-08-281-2/+180
* ice: Implement handlers for ethtool PHY/link operationsChinh Cao2018-08-281-9/+112
* ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-281-0/+2
* ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan2018-08-281-20/+16Star
* ice: Update request resource command to latest specificationDan Nowlin2018-08-281-17/+58