summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan
2019-08-26ice: Fix VF configuration issues due to resetAkeem G Abodunrin
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski
2019-08-26ice: fix potential infinite loopColin Ian King
2019-08-26ice: fix ice_is_tc_enaJacob Keller
2019-08-26ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak
2019-08-26ice: shorten local and add debug printsJesse Brandeburg
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan
2019-08-26ice: added sibling head to parse nodesVictor Raj
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: update ethtool stats on-demandBruce Allan
2019-08-23ice: Add input handlers for virtual channel handlersAmruth G.P
2019-08-23ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao
2019-08-23ice: Fix flag used for module queryChinh T Cao
2019-08-23ice: silence some bogus error messagesMitch Williams
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman
2019-08-23ice: reject VF attempts to enable head writebackJacob Keller
2019-08-23ice: Copy dcbx configuration only if mode is correctMichal Swiatkowski
2019-08-23ice: Treat DCBx state NOT_STARTED as validDave Ertman
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley
2019-08-23ice: Account for all states of FW DCBx and LLDPDave Ertman
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley
2019-08-20ice: Change type for queue countsPawel Kaminski
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley
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