summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)Author
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-12ice: Initialize DDP package structuresTony Nguyen
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr
2019-09-05ice: Rework around device/function capabilitiesAnirudh Venkataramanan
2019-09-05ice: update Tx context structAshish Shah
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni
2019-09-03ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan
2019-08-26ice: shorten local and add debug printsJesse Brandeburg
2019-08-23ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao
2019-08-23ice: Fix flag used for module queryChinh T Cao
2019-07-31ice: separate out control queue lock creationJacob Keller
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller
2019-05-30ice: Update function headerAnirudh Venkataramanan
2019-05-29ice: Cleanup ice_update_link_infoBruce Allan
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt
2019-05-29ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan
2019-05-29ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan
2019-05-29ice: Fix LINE_SPACING style issueBruce Allan
2019-05-23ice: Call out dev/func caps when printingAnirudh Venkataramanan
2019-05-04ice: Do not unnecessarily initialize local variableBruce Allan
2019-05-02ice: Resolve static analysis reported issueBruce Allan
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan
2019-03-25ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan
2019-03-25ice: Enable link events over the ARQBrett Creeley
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan
2019-03-22ice: fix static analysis warningsBruce Allan
2019-03-19ice: Get resources per functionBrett Creeley
2019-03-19ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj
2019-01-15ice: add const qualifier to mac_addr parameterJacob Keller
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan
2018-11-20ice: Cleanup short function signaturesBruce Allan
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan
2018-11-06ice: Free VSI contexts during for unloadVictor Raj
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan