summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen
2019-08-20ice: allow empty Rx descriptorsMitch Williams
2019-08-20ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni
2019-08-20ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley
2019-08-20ice: fix set pause param autoneg checkPaul Greenwalt
2019-08-20ice: Restructure VFs initialization flowsAkeem G Abodunrin
2019-08-20ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley
2019-08-20ice: Use the software based tail when checking for hung Tx ringBrett Creeley
2019-07-31ice: Bump version numberTony Nguyen
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin
2019-07-31ice: Do not configure port with no mediaTony Nguyen
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: Move vector base setup to PF VSITony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
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