summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53Star
* ice: Recognize higher speedsAnirudh Venkataramanan2019-05-302-1/+7
* ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2019-05-302-3/+4
* ice: Update function headerAnirudh Venkataramanan2019-05-301-0/+4
* ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan2019-05-301-1/+1
* ice: Align to updated AQ command formatsAnirudh Venkataramanan2019-05-301-7/+8
* ice: Use continue instead of an else blockAnirudh Venkataramanan2019-05-301-3/+5
* ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala2019-05-301-1/+1
* ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-305-6/+89
* ice: Cleanup ice_update_link_infoBruce Allan2019-05-301-17/+18
* ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin2019-05-301-8/+10
* ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-306-3/+349
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-303-44/+115
* ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-303-44/+79
* ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13Star
* ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
* ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
* ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
* ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3Star
* ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0Star
* ice: Change message levelMitch Williams2019-05-291-1/+1
* ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11Star
* ice: Refactor interrupt trackingBrett Creeley2019-05-296-218/+263
* ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-2911-13/+752
* ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley2019-05-291-1/+2
* ice: Set minimum default Rx descriptor count to 512Brett Creeley2019-05-291-6/+13
* ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
* ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
* 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: Silence semantic parser warningsBruce Allan2019-05-232-4/+4
* ice: Fix couple of issues in ice_vsi_releaseBrett Creeley2019-05-233-13/+14
* ice: Reorganize ice_vf structJesse Brandeburg2019-05-231-8/+13
* ice: Use bitfields when possibleJesse Brandeburg2019-05-233-11/+11
* ice: Reorganize tx_buf and ring structsJesse Brandeburg2019-05-231-14/+21
* ice: Format ethtool reported statsRichard Rodriguez2019-05-231-54/+54
* ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley2019-05-231-2/+9
* ice: Refactor the LLDP MIB change event handlingUsha Ketineni2019-05-233-22/+140
* ice: Advertise supported link modes if none requestedTony Nguyen2019-05-231-25/+50
* ice: Fix hang when ethtool disables FW LLDPDave Ertman2019-05-234-17/+25
* ice: Call out dev/func caps when printingAnirudh Venkataramanan2019-05-231-26/+30
* ice: Remove braces for single statement blocksAnirudh Venkataramanan2019-05-231-2/+1Star
* ice: Cleanup an unnecessary variable initializationBruce Allan2019-05-231-3/+3
* ice: Implement LLDP persistenceAnirudh Venkataramanan2019-05-235-37/+29Star
* ice: Fix double spacingAnirudh Venkataramanan2019-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0828-1468/+5897
|\
| * ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2Star
| * ice: Use more efficient structuresJesse Brandeburg2019-05-041-2/+2
| * ice: Use bitfields where possibleJesse Brandeburg2019-05-041-5/+5
| * ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-044-0/+120