summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2019-08-202-10/+13
* ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2019-08-202-3/+4
* ice: Reduce wait times during VF bringup/resetBrett Creeley2019-08-202-11/+19
* ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2019-08-202-11/+16
* ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen2019-08-201-2/+0
* ice: allow empty Rx descriptorsMitch Williams2019-08-201-3/+12
* ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni2019-08-201-61/+88
* ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley2019-08-203-0/+70
* ice: fix set pause param autoneg checkPaul Greenwalt2019-08-201-1/+26
* ice: Restructure VFs initialization flowsAkeem G Abodunrin2019-08-202-22/+48
* ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley2019-08-201-5/+10
* ice: Use the software based tail when checking for hung Tx ringBrett Creeley2019-08-201-3/+3
* ice: Bump version numberTony Nguyen2019-07-311-1/+1
* ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-312-16/+0
* ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-314-102/+48
* ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin2019-07-311-0/+3
* ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
* ice: Add stats for Rx drops at the port levelBrett Creeley2019-07-312-0/+7
* ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin2019-07-311-5/+5
* ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin2019-07-311-3/+3
* ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
* ice: Disable VFs until reset is completedAkeem G Abodunrin2019-07-311-0/+5
* ice: Do not configure port with no mediaTony Nguyen2019-07-312-82/+158
* ice: separate out control queue lock creationJacob Keller2019-07-313-29/+91
* ice: Always set prefena when configuring an Rx queueBrett Creeley2019-07-312-1/+9
* ice: Move vector base setup to PF VSITony Nguyen2019-07-311-4/+4
* ice: track hardware stat registers past rolloverJacob Keller2019-07-315-130/+91
* ice: add lp_advertising flow control supportPaul Greenwalt2019-07-311-32/+72
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-3/+3
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | ice: Use struct_size() helperGustavo A. R. Silva2019-06-281-2/+2
* | ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher2019-06-051-3/+1
* | ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53
* | 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/+13
* | ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25