summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-06-19i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus2-5/+5
2020-06-19i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-06-19ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-06-17e1000e: fix unused-function warningArnd Bergmann1-11/+5
2020-06-17e1000: use generic power managementVaibhav Gupta1-36/+13
2020-06-17e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-63/+177
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-23/+23
2020-06-12iavf: increase reset complete wait timePaul Greenwalt2-7/+9
2020-06-12iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley3-6/+24
2020-06-12iavf: use appropriate enum for comparisonAleksandr Loktionov4-29/+24
2020-06-12iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds86-3507/+10756
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi4-4/+4
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao3-1/+9
2020-05-31ice: fix aRFS after flow director deleteHenry Tieman1-1/+26
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley1-8/+6
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr1-1/+1
2020-05-31ice: fix function signature style formatBruce Allan3-16/+8
2020-05-31ice: Allow VF to request reset as soon as it's initializedBrett Creeley1-1/+1
2020-05-31ice: Fix inability to set channels when downJesse Brandeburg1-4/+0
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley3-22/+40
2020-05-31ice: Reset VF for all port VLAN changes from hostBrett Creeley1-37/+5
2020-05-31ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX valueChinh T Cao1-1/+1
2020-05-31ice: Increase timeout after PFRDan Nowlin1-1/+6
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley3-54/+21
2020-05-31ice: support adding 16 unicast/multicast filter on untrusted VFPaul Greenwalt1-1/+4
2020-05-31ice: allow host to clear administratively set VF MACBrett Creeley1-8/+14
2020-05-31Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-296/+507
2020-05-29e1000: Fix typo in the commentHari1-1/+1
2020-05-29igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-29igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-29igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-29igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-29i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-29e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-05-29igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4
2020-05-29igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-29igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-29igb: make igb_set_fc_watermarks() return voidJason Yan1-6/+3
2020-05-29ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing1-29/+0
2020-05-29ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan1-1/+1
2020-05-29ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan1-2/+1
2020-05-29ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-05-29i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-29i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-29ice: Refactor VF VSI release and setup functionsBrett Creeley1-31/+55
2020-05-29ice: Refactor VF resetBrett Creeley2-187/+130
2020-05-29ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt1-11/+0