aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-26ice: fix adminq calls during removeHenry Tieman1-1/+1
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan1-11/+21
2019-08-26ice: Fix VF configuration issues due to resetAkeem G Abodunrin1-2/+9
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan3-23/+74
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt5-75/+207
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski2-146/+214
2019-08-26ice: fix potential infinite loopColin Ian King1-1/+1
2019-08-26ice: fix ice_is_tc_enaJacob Keller1-2/+2
2019-08-26ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski1-7/+24
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2-3/+5
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak1-9/+12
2019-08-26ice: shorten local and add debug printsJesse Brandeburg1-19/+44
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan1-13/+11
2019-08-26ice: added sibling head to parse nodesVictor Raj2-36/+23
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni2-44/+45
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin1-0/+56
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin4-67/+73
2019-08-23ice: update ethtool stats on-demandBruce Allan3-6/+9
2019-08-23ice: Add input handlers for virtual channel handlersAmruth G.P1-32/+32
2019-08-23ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao1-6/+3
2019-08-23ice: Fix flag used for module queryChinh T Cao1-1/+1
2019-08-23ice: silence some bogus error messagesMitch Williams2-3/+4
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman4-8/+8
2019-08-23ice: reject VF attempts to enable head writebackJacob Keller1-0/+1
2019-08-23ice: Copy dcbx configuration only if mode is correctMichal Swiatkowski1-2/+4
2019-08-23ice: Treat DCBx state NOT_STARTED as validDave Ertman1-1/+2
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley1-0/+4
2019-08-23ice: Account for all states of FW DCBx and LLDPDave Ertman1-22/+12
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman2-1/+17
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring6-14/+7
2019-08-22i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela1-7/+10
2019-08-22i40e: Persistent LLDP supportSylwia Wnuczko5-1/+127
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski3-8/+63
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik1-45/+1
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba1-1/+6
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller1-0/+4
2019-08-22i40e: Update FW API version to 1.9Piotr Azarewicz1-2/+2
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski2-3/+20
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko3-15/+19
2019-08-22i40e: fix shifts of signed valuesBeilei Xing1-12/+12
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai1-1/+1
2019-08-22i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-0/+7
2019-08-22i40e: reduce stack usage in i40e_set_fcArnd Bergmann1-40/+51
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley1-2/+2
2019-08-20ice: Change type for queue countsPawel Kaminski1-12/+13
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2-10/+13
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2-3/+4
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley2-11/+19
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2-11/+16
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen1-2/+0