summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-09-03e1000e: Do not take care about recovery NVM checksumSasha Neftin1-7/+11
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
2021-09-03igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka1-2/+2
2021-09-03igc: fix page fault when thunderbolt is unpluggedAaron Ma2-14/+21
2021-09-03ice: do not abort devlink info if board identifier can't be foundJacob Keller1-1/+3
2021-08-26iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch3-2/+47
2021-08-26i40e: Fix ATR queue selectionArkadiusz Kubalewski1-2/+1
2021-08-26ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai1-1/+4
2021-08-18iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
2021-08-18ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-18ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-08-04i40e: Add additional info to PHY type errorLukasz Cieplicki1-1/+1
2021-08-04i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski1-0/+2
2021-08-04i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski3-0/+53
2021-08-04i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski1-0/+4
2021-08-04i40e: Fix logic of disabling queuesArkadiusz Kubalewski1-24/+34
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-28ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo1-7/+13
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-19i40e: fix PTP on 5Gb linksJesse Brandeburg1-2/+6
2021-07-19ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-07-19ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-07-19ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr1-5/+1
2021-07-19ice: set the value of global config lock timeout longerLiwei Song1-1/+1
2021-07-19igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-07-19igb: handle vlan types with checker enabledJesse Brandeburg2-4/+5
2021-07-19e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-07-14e1000e: Check the PCIm stateSasha Neftin1-11/+13
2021-07-14i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski1-4/+11
2021-07-14i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski1-2/+1
2021-07-14i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-06-23ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-23ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski1-0/+15
2021-06-10ixgbe: add correct exception tracing for XDPMagnus Karlsson2-14/+16
2021-06-10ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-06-10ice: add correct exception tracing for XDPMagnus Karlsson2-5/+15
2021-06-10ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+8
2021-06-10ice: simplify ice_run_xdpMaciej Fijalkowski1-10/+5
2021-06-10i40e: add correct exception tracing for XDPMagnus Karlsson2-3/+12
2021-06-10i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7