summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-26iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-10-17i40e: 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-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-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-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-20e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-06-03ixgbe: fix large MTU request from VFJesse Brandeburg1-9/+7
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-03i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-03-03i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2020-11-10i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15
2020-11-10i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-1/+1
2020-11-10i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
2020-11-10i40e: add num_vectors checker in iwarp handlerSergey Nemov1-0/+10
2020-11-10i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-22ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-06-25e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-20igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-20e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-06-20e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-06-20ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer1-1/+2
2020-02-05igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2-7/+3
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu1-10/+27
2020-02-05ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl1-5/+0
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang1-7/+9
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil1-1/+2
2019-12-17e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2019-12-17i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2019-12-01igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2019-11-24ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8