summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2022-01-11iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-22igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-14i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-14i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2-22/+50
2021-12-14iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-14iavf: restore MSI state on resetMitch Williams1-0/+1
2021-12-14ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-01igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-12-01iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-11-26ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-26i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-26i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-26i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-26iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-26iavf: validate pointersMitch Williams1-7/+6
2021-11-26iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-26iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-26iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-26iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-10-13i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-13i40e: fix endless loop under rtnlJiri Benc1-1/+1
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