aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-3/+3
2019-05-30ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller1-3/+3
2019-05-30ice: Update function headerAnirudh Venkataramanan1-0/+4
2019-05-29ice: Cleanup ice_update_link_infoBruce Allan1-17/+18
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt1-0/+70
2019-05-29ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin1-0/+48
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-0/+23
2019-05-29ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan1-3/+0
2019-05-29ice: Fix LINE_SPACING style issueBruce Allan1-1/+0
2019-05-23ice: Call out dev/func caps when printingAnirudh Venkataramanan1-26/+30
2019-05-04ice: Do not unnecessarily initialize local variableBruce Allan1-1/+1
2019-05-02ice: Resolve static analysis reported issueBruce Allan1-10/+2
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin1-7/+10
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-5/+57
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-0/+25
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-47/+47
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan1-3/+3
2019-03-25ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao1-13/+13
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan1-1/+1
2019-03-25ice: Enable link events over the ARQBrett Creeley1-1/+27
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-16/+19
2019-03-22ice: fix static analysis warningsBruce Allan1-1/+1
2019-03-19ice: Get resources per functionBrett Creeley1-5/+8
2019-03-19ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao1-0/+11
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj1-2/+19
2019-01-15ice: add const qualifier to mac_addr parameterJacob Keller1-3/+3
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan1-11/+113
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan1-0/+2
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan1-0/+28
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