aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ice: Bump version numberTony Nguyen1-1/+1
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2-16/+0
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley4-102/+48
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin1-0/+3
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley1-11/+3
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley2-0/+7
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin1-5/+5
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin1-3/+3
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley1-15/+27
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin1-0/+5
2019-07-31ice: Do not configure port with no mediaTony Nguyen2-82/+158
2019-07-31ice: separate out control queue lock creationJacob Keller3-29/+91
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley2-1/+9
2019-07-31ice: Move vector base setup to PF VSITony Nguyen1-4/+4
2019-07-31ice: track hardware stat registers past rolloverJacob Keller5-130/+91
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt1-32/+72
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+3
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher1-3/+1
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-29ice: Cleanup ice_update_link_infoBruce Allan1-17/+18
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin1-8/+10
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt6-3/+349
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan3-44/+115
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen3-44/+79
2019-05-29ice: 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