summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan
2019-05-30ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller
2019-05-30ice: Update function headerAnirudh Venkataramanan
2019-05-30ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan
2019-05-30ice: Align to updated AQ command formatsAnirudh Venkataramanan
2019-05-30ice: Use continue instead of an else blockAnirudh Venkataramanan
2019-05-30ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman
2019-05-29ice: Cleanup ice_update_link_infoBruce Allan
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen
2019-05-29ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash
2019-05-29ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin
2019-05-29ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan
2019-05-29ice: Remove redundant and premature event configDave Ertman
2019-05-29ice: Change message levelMitch Williams
2019-05-29ice: Check all VFs for MDD activity, don't disableMitch Williams
2019-05-29ice: Refactor interrupt trackingBrett Creeley
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley
2019-05-29ice: Set minimum default Rx descriptor count to 512Brett Creeley
2019-05-29ice: Resolve static analysis warningBruce Allan
2019-05-29ice: Implement toggling ethtool rx-vlan-filterTony Nguyen
2019-05-29ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan
2019-05-29ice: Fix LINE_SPACING style issueBruce Allan
2019-05-23ice: Silence semantic parser warningsBruce Allan
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley
2019-05-23ice: Reorganize ice_vf structJesse Brandeburg
2019-05-23ice: Use bitfields when possibleJesse Brandeburg
2019-05-23ice: Reorganize tx_buf and ring structsJesse Brandeburg
2019-05-23ice: Format ethtool reported statsRichard Rodriguez
2019-05-23ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley
2019-05-23ice: Refactor the LLDP MIB change event handlingUsha Ketineni
2019-05-23ice: Advertise supported link modes if none requestedTony Nguyen
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman
2019-05-23ice: Call out dev/func caps when printingAnirudh Venkataramanan
2019-05-23ice: Remove braces for single statement blocksAnirudh Venkataramanan
2019-05-23ice: Cleanup an unnecessary variable initializationBruce Allan
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan
2019-05-23ice: Fix double spacingAnirudh Venkataramanan