summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin2019-08-231-0/+56
* ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin2019-08-234-67/+73
* ice: update ethtool stats on-demandBruce Allan2019-08-233-6/+9
* ice: Add input handlers for virtual channel handlersAmruth G.P2019-08-231-32/+32
* ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao2019-08-231-6/+3
* ice: Fix flag used for module queryChinh T Cao2019-08-231-1/+1
* ice: silence some bogus error messagesMitch Williams2019-08-232-3/+4
* ice: Rename ethtool private flag for lldpDave Ertman2019-08-234-8/+8
* ice: reject VF attempts to enable head writebackJacob Keller2019-08-231-0/+1
* ice: Copy dcbx configuration only if mode is correctMichal Swiatkowski2019-08-231-2/+4
* ice: Treat DCBx state NOT_STARTED as validDave Ertman2019-08-231-1/+2
* ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley2019-08-231-0/+4
* ice: Account for all states of FW DCBx and LLDPDave Ertman2019-08-231-22/+12
* ice: Allow egress control packets from PF_VSIDave Ertman2019-08-232-1/+17
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-226-14/+7
* i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela2019-08-221-7/+10
* i40e: Persistent LLDP supportSylwia Wnuczko2019-08-225-1/+127
* i40e: allow reset in recovery modePiotr Kwapulinski2019-08-223-8/+63
* i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik2019-08-221-45/+1
* i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba2019-08-221-1/+6
* i40e: reset veb.tc_stats when resetting veb.statsJacob Keller2019-08-221-0/+4
* i40e: Update FW API version to 1.9Piotr Azarewicz2019-08-221-2/+2
* i40e: check_recovery_mode had wrong if statementAdrian Podlawski2019-08-222-3/+20
* i40e: Add drop mode parameter to set mac configSylwia Wnuczko2019-08-223-15/+19
* i40e: fix shifts of signed valuesBeilei Xing2019-08-221-12/+12
* i40e: add check on i40e_configure_tx_ring() return valuehuhai2019-08-221-1/+1
* i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-08-222-0/+7
* i40e: reduce stack usage in i40e_set_fcArnd Bergmann2019-08-221-40/+51
* ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley2019-08-201-2/+2
* ice: Change type for queue countsPawel Kaminski2019-08-201-12/+13
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-4/+1
|\
| * ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-08-091-4/+1
* | ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-17/+5
* | i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-18/+4
* | fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-2/+0
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-08-065-51/+90
|\ \
| * | i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski2019-08-051-18/+21
| * | i40e: verify string count matches even on early returnJacob Keller2019-08-051-1/+2