summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-10-06e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-10-06e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-09-22igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-09-22iavf: fix locking of critical sectionsStefan Assmann1-7/+50
2021-09-22iavf: do not override the adapter state in the watchdog taskStefan Assmann1-1/+0
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
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-18iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
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-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-28igc: Prefer to use the pci_release_mem_regions methodSasha Neftin1-2/+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-19ice: set the value of global config lock timeout longerLiwei Song1-1/+1
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 autoneg disabling for non-10GBaseT linksMateusz Palczewski1-2/+1
2021-07-14i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
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
2021-06-10ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-06-10ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2-5/+8
2021-06-10ice: write register with correct offsetMitch Williams1-1/+1
2021-06-10ixgbevf: add correct exception tracing for XDPMagnus Karlsson1-0/+3
2021-06-03ixgbe: fix large MTU request from VFJesse Brandeburg1-9/+7
2021-05-19i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-19i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-19i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-19iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-05-07igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2021-04-21i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-14i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-14i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2-0/+10
2021-04-14i40e: Added Asym_Pause to supported link modesMateusz Palczewski1-0/+1
2021-04-14i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1