summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin2021-09-181-1/+8
* iavf: fix locking of critical sectionsStefan Assmann2021-09-181-7/+50
* iavf: do not override the adapter state in the watchdog taskStefan Assmann2021-09-181-1/+0
* ice: Only lock to update netdev dev_addrBrett Creeley2021-09-151-4/+9
* i40e: improve locking of mac_filter_hashStefan Assmann2021-09-151-3/+20
* e1000e: Do not take care about recovery NVM checksumSasha Neftin2021-09-031-7/+11
* e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2021-09-032-1/+16
* igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka2021-09-031-2/+2
* igc: fix page fault when thunderbolt is unpluggedAaron Ma2021-09-032-14/+21
* ice: do not abort devlink info if board identifier can't be foundJacob Keller2021-09-031-1/+3
* iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch2021-08-263-2/+47
* i40e: Fix ATR queue selectionArkadiusz Kubalewski2021-08-261-2/+1
* ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai2021-08-261-1/+4
* iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-181-5/+8
* ice: don't remove netdev->dev_addr from uc sync listBrett Creeley2021-08-181-8/+15
* ice: Prevent probing virtual functionsAnirudh Venkataramanan2021-08-181-0/+5
* i40e: Add additional info to PHY type errorLukasz Cieplicki2021-08-041-1/+1
* i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski2021-08-041-0/+2
* i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski2021-08-043-0/+53
* i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski2021-08-041-0/+4
* i40e: Fix logic of disabling queuesArkadiusz Kubalewski2021-08-041-24/+34
* ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme2021-07-281-1/+2
* ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo2021-07-281-7/+13
* igb: Fix position of assignment to *ringJedrzej Jagielski2021-07-281-1/+2
* igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov2021-07-281-1/+8
* iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET2021-07-281-0/+1
* e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET2021-07-281-0/+1
* fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET2021-07-281-0/+1
* igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET2021-07-281-0/+1
* igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET2021-07-281-0/+1
* ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET2021-07-281-0/+1
* igc: change default return of igc_read_phy_reg()Tom Rix2021-07-281-1/+1
* igb: Fix use-after-free error during resetVinicius Costa Gomes2021-07-281-0/+2
* igc: Fix use-after-free error during resetVinicius Costa Gomes2021-07-281-0/+2
* i40e: fix PTP on 5Gb linksJesse Brandeburg2021-07-191-2/+6
* ice: mark PTYPE 2 as reservedJacob Keller2021-07-191-1/+1
* ice: fix incorrect payload indicator on PTYPEJacob Keller2021-07-191-1/+1
* ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr2021-07-191-5/+1
* ice: set the value of global config lock timeout longerLiwei Song2021-07-191-1/+1
* igb: fix assignment on big endian machinesJesse Brandeburg2021-07-191-2/+2
* igb: handle vlan types with checker enabledJesse Brandeburg2021-07-192-4/+5
* e100: handle eeprom as little endianJesse Brandeburg2021-07-191-6/+6
* e1000e: Check the PCIm stateSasha Neftin2021-07-141-11/+13
* i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski2021-07-141-4/+11
* i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski2021-07-141-2/+1
* i40e: Fix error handling in i40e_vsi_openDinghao Liu2021-07-141-0/+2
* ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski2021-06-231-8/+10
* ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski2021-06-231-0/+15
* ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-102-14/+16
* ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson2021-06-101-4/+7