summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan12-54/+53
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan2-1/+7
2019-05-30ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2-3/+4
2019-05-30ice: Update function headerAnirudh Venkataramanan1-0/+4
2019-05-30ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan1-1/+1
2019-05-30ice: Align to updated AQ command formatsAnirudh Venkataramanan1-7/+8
2019-05-30ice: Use continue instead of an else blockAnirudh Venkataramanan1-3/+5
2019-05-30ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala1-1/+1
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman5-6/+89
2019-05-30ice: Cleanup ice_update_link_infoBruce Allan1-17/+18
2019-05-30ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin1-8/+10
2019-05-30ice: Add support for Forward Error Correction (FEC)Paul Greenwalt6-3/+349
2019-05-30ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan3-44/+115
2019-05-30ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen3-44/+79
2019-05-30ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley1-28/+13
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley3-15/+25
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash1-0/+7
2019-05-29ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2-0/+49
2019-05-29ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan1-4/+3
2019-05-29ice: Remove redundant and premature event configDave Ertman1-6/+0
2019-05-29ice: Change message levelMitch Williams1-1/+1
2019-05-29ice: Check all VFs for MDD activity, don't disableMitch Williams1-12/+11
2019-05-29ice: Refactor interrupt trackingBrett Creeley6-218/+263
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan11-13/+752
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley1-1/+2
2019-05-29ice: Set minimum default Rx descriptor count to 512Brett Creeley1-6/+13
2019-05-29ice: Resolve static analysis warningBruce Allan1-4/+4
2019-05-29ice: Implement toggling ethtool rx-vlan-filterTony Nguyen1-0/+7
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: Silence semantic parser warningsBruce Allan2-4/+4
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley3-13/+14
2019-05-23ice: Reorganize ice_vf structJesse Brandeburg1-8/+13
2019-05-23ice: Use bitfields when possibleJesse Brandeburg3-11/+11
2019-05-23ice: Reorganize tx_buf and ring structsJesse Brandeburg1-14/+21
2019-05-23ice: Format ethtool reported statsRichard Rodriguez1-54/+54
2019-05-23ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley1-2/+9
2019-05-23ice: Refactor the LLDP MIB change event handlingUsha Ketineni3-22/+140
2019-05-23ice: Advertise supported link modes if none requestedTony Nguyen1-25/+50
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman4-17/+25
2019-05-23ice: Call out dev/func caps when printingAnirudh Venkataramanan1-26/+30
2019-05-23ice: Remove braces for single statement blocksAnirudh Venkataramanan1-2/+1
2019-05-23ice: Cleanup an unnecessary variable initializationBruce Allan1-3/+3
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan5-37/+29
2019-05-23ice: Fix double spacingAnirudh Venkataramanan1-1/+1
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds28-1468/+5897
2019-05-05ice: Disable sniffing VF traffic on PFMichal Swiatkowski1-22/+2
2019-05-05ice: Use more efficient structuresJesse Brandeburg1-2/+2
2019-05-05ice: Use bitfields where possibleJesse Brandeburg1-5/+5
2019-05-05ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin4-0/+120